Hello,
is it possible to use some how Tuple objects (e.g. Tuple2<String, Integer>) in a ListValue? Even if Tuple is serializable, it does not implement the Value interface. Therefore ListValue<Tuple2> is it working.
Is there any work-around? I want to use something like "Tuple2<String, ListValue<Tuple2<String, Integer>>>“ as dataset.
Cheers
Malte