viirya opened a new issue, #7206:
URL: https://github.com/apache/arrow-datafusion/issues/7206

   ### Describe the bug
   
   `spawn_buffered` function will use tokio context to spawn the execution of 
stream if tokio runtime is started. However, if the started runtime is 
current-thread and it is blocked on, spawned tasks could be possibly 
dead-locked.
   
   
   ### To Reproduce
   
   Constructs a tokio current-thread runtime and uses it to block on a physical 
query execution which has used `spawn_buffered` function, e.g., Sort.
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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