Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
java client only does linear sort
org.apache.hudi.client.clustering.run.strategy.JavaExecutionStrategy#getPartitioner
org.apache.hudi.client.clustering.run.strategy.JavaExecutionStrategy#getPartitioner
but in fact it can be extended to perform space-filling curve sorting. guess it’s just not implemented yet. if you’re interested, feel free to attempt it with a pr
Attachments
Issue Links
- links to