You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 tokio-rs/tokio#7405 in Tokio (if it gets merged) will make some additional API public that allows the DataFusion logic to be refined.