Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
Once https://issues.apache.org/jira/browse/ARROW-10582 is implemented, we should add support for hash partitioning. The logical physical plans already support create a plan with hash partitioning but the execution needs implementing in repartition.rs
As part of this issue, we should remove the following comment from the logical and physical Partitioning enum:
/// This partitioning scheme is not yet fully supported. See https://issues.apache.org/jira/browse/ARROW-11011