This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 6bace6e ARROW-12170: [Rust][DataFusion] Introduce repartition
optimization
add 6ddaaa8 ARROW-12254: [Rust][DataFusion] Stop polling limit input once
limit is reached
No new revisions were added by this update.
Summary of changes:
rust/datafusion/src/execution/context.rs | 83 +++++++++--------------
rust/datafusion/src/physical_plan/limit.rs | 61 ++++++++++++++---
rust/datafusion/src/test/exec.rs | 102 +++++++++++++++++++++++++++++
rust/datafusion/src/test/mod.rs | 29 ++++++++
4 files changed, 214 insertions(+), 61 deletions(-)
create mode 100644 rust/datafusion/src/test/exec.rs