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 2022/05/19 23:21:10 UTC

[GitHub] [arrow-ballista] andygrove opened a new issue, #16: Ballista: UnresolvedShuffleExec and ShuffleReaderExec should show correct partitioning scheme

andygrove opened a new issue, #16:
URL: https://github.com/apache/arrow-ballista/issues/16

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Once https://github.com/apache/arrow-datafusion/pull/750 is merged, `UnresolvedShuffleExec` and `ShuffleReaderExec` work correctly but they both report their output partitioning as unknown. This doesn't cause any functional issues because no further planning takes place that depends on this being correct, but this could be confusing to end users when viewing query plans. Also, in the future we may want to further optimize the plan during execution and this would require the output partitioning to be reported accurately.
   
   **Describe the solution you'd like**
   Populate the output partitioning in `UnresolvedShuffleExec` and `ShuffleReaderExec` and implement the associated serde code.
   
   **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.

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

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