pepijnve opened a new pull request, #16748: URL: https://github.com/apache/datafusion/pull/16748
## Which issue does this PR close? - Closes #16489. ## Rationale for this change Using `poll_proceed` instead of `consume_budget` allows for budget consumption rollback which lets tasks attempt more avenues to make progress. ## What changes are included in this PR? - Switch the default `coop` implementation to the one based on `poll_proceed` ## Are these changes tested? Covered by `coop` test cases. ## Are there any user-facing changes? Tokio version dependency bump. -- 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