viirya commented on PR #7205:
URL: 
https://github.com/apache/arrow-datafusion/pull/7205#issuecomment-1666576362

   > I don't understand why this change would prevent a deadlock, though 🤔 I 
would have thought it was related to using blocking I/O in the sort
   
   I have used a current-thread tokio runtime to execution a query plan which 
contains Sort operator so it spawns sort tasks in the end. As the current 
thread is blocked on the query itself, spawned tasks are waiting for thread but 
never get it possibly.


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