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/05/31 15:42:39 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue #456: Ballista: Implement map-side of shuffle

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


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   As a small step towards implementing https://github.com/apache/arrow-datafusion/issues/63 it would be good to implement a feature where a query stage can apply hash partitioning to the data produced by its plan and write one IPC file per output partition. This implements the map-side of the shuffle operation.
   
   **Describe the solution you'd like**
   `QueryStageExec` should have an optional output partitioning scheme, restricted to accepting hash partitioning only. If this is specified then the batches produced by the query stage's plan would be hash-partitioned and written to separate files on disk.
   
   **Describe alternatives you've considered**
   None
   
   **Additional context**
   None
   


-- 
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] andygrove closed issue #456: Ballista: Implement map-side of shuffle

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


   


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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