pepijnve opened a new issue, #16489:
URL: https://github.com/apache/datafusion/issues/16489

   ### Is your feature request related to a problem or challenge?
   
   PR #16398 revised the cooperative scheduling support in DataFusion to make 
use of Tokio's task budget system. This was implemented using the API that's 
available in the version of Tokio that was available at the time of writing. PR 
https://github.com/tokio-rs/tokio/pull/7405 in Tokio (if it gets merged) will 
make some additional API public that allows the DataFusion logic to be refined.
   
   ### Describe the solution you'd like
   
   When/if the Tokio PR lands and is released, the currently disabled code at 
https://github.com/apache/datafusion/blob/main/datafusion/physical-plan/src/coop.rs#L140
 can be made the default implementation. The `datafusion_coop` config attribute 
can probably be removed at that point in time as well.
   
   ### Describe alternatives you've considered
   
   _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: github-unsubscr...@datafusion.apache.org.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