Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
0.10.1, 1.0.0
-
None
Description
The following is not supported by the DataSet API:
DataSet<MyObject> data = ... DataSet<MyObject> data.sortPartition( new KeySelector<MyObject, Long>() { public Long getKey(MyObject v) { ... } }, Order.ASCENDING);