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/07/11 22:45:03 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue #713: Ballista: ShuffleWriterExec writing to wrong partition

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


   **Describe the bug**
   ShuffleWriterExec writes all output partitions to the same file due to a simple bug where the wrong variable is used for the partition number.
   
   **To Reproduce**
   Implement a unit test
   
   **Expected behavior**
   Use the correct partition number and produce multiple files
   
   **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

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



[GitHub] [arrow-datafusion] alamb closed issue #713: Ballista: ShuffleWriterExec writing to wrong partition

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


   


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