nvartolomei opened a new pull request, #6449:
URL: https://github.com/apache/arrow-datafusion/pull/6449

   Another try for fixing #3104.
   
   RepartitionExec might need a similar fix.
   
   Initially I thought about propagating the JoinError, but (re)panicking seems 
nicer and helps debugging better.
   
   # What changes are included in this PR?
   
   Use 
[tokio::task::JoinSet](https://docs.rs/tokio/latest/tokio/task/struct.JoinSet.html)
 to handle spawning and tearing down of tasks.
   
   # Are these changes tested?
   
   Yes
   
   # Are there any user-facing changes?
   
   No


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to