You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/26 13:25:04 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue #131: Implement hash partitioning

alamb opened a new issue #131:
URL: https://github.com/apache/arrow-datafusion/issues/131


   *Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11011
   
   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:
   
    
   {code:java}
   /// This partitioning scheme is not yet fully supported. See https://issues.apache.org/jira/browse/ARROW-11011 {code}
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] Dandandan closed issue #131: Implement hash partitioning

Posted by GitBox <gi...@apache.org>.
Dandandan closed issue #131:
URL: https://github.com/apache/arrow-datafusion/issues/131


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] Dandandan commented on issue #131: Implement hash partitioning

Posted by GitBox <gi...@apache.org>.
Dandandan commented on issue #131:
URL: https://github.com/apache/arrow-datafusion/issues/131#issuecomment-859380136


   hash partitioning is supported in DataFusion
   
   https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/physical_plan/repartition.rs#L186


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org