Hi, I receive a DataBag in my custom UDF and want to sort it by first field in Tuples it stores. The way I implemented is: I create List of Tuples and add all Tuples from DataBag to List and then use custom Collections.sort But that way I loose a lot of resources and memory does anybody knows a different way?
Thanks, Marek M.