adriangb commented on issue #13692:
URL: https://github.com/apache/datafusion/issues/13692#issuecomment-2526806255

   I considered something like this when looking into how to solve the problem 
and I think the sticking point is:
   
   > It might become hard to determine what is sufficiently CPU-bound to 
warrant spawning
   
   It's relatively easy to, at a low level, know where IO calls are happening. 
In fact Tokio lets you configure the runtime to panic if you do IO at all 
(which makes it easy to be almost completely certain you didn't miss a spot).


-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to