Description
Tuple fields which are Pojos (or any other non-tuple composite type) cannot be selected as keys by field position keys.
Something like
DataSet<Tuple2<Integer, MyPojo>> data = ...
data.groupBy(1).reduce(...)
fails with an exception.
Tuple fields which are Pojos (or any other non-tuple composite type) cannot be selected as keys by field position keys.
Something like
DataSet<Tuple2<Integer, MyPojo>> data = ...
data.groupBy(1).reduce(...)
fails with an exception.