Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.10.1, 1.0.0
-
None
Description
The following operation is not supported by the DataSet API:
DataSet<Integer> ints = ... DataSet<Integer> pInts = ints.partitionByHash("*");
The same is true for all other partitioning methods (range, custom).