Hey,is it correct that we currently do not support sorting without any grouping? I had this question by 2 users in the last weeks and now I also need this functionality.
Is it possible to sort e.g. a word count result Tuple2<String, Integer> by count?
Regards, Timo