This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from e0abac7702 Minor: change doc formatting to force a republish (#5702)
add 8594ec7318 Move `TaskContext` to datafusion-execution (#5677)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/execution/context.rs | 161 ++-----------------------
datafusion/execution/src/lib.rs | 3 +
datafusion/execution/src/task.rs | 198 +++++++++++++++++++++++++++++++
3 files changed, 212 insertions(+), 150 deletions(-)
create mode 100644 datafusion/execution/src/task.rs