This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 635f12b ARROW-10416: [R] Support Tables in Flight
add 1ddf721 ARROW-11058: [Rust] [DataFusion] Implement coalesce batches
operator
No new revisions were added by this update.
Summary of changes:
rust/datafusion/src/execution/context.rs | 23 +-
.../src/physical_plan/coalesce_batches.rs | 296 +++++++++++++++++++++
rust/datafusion/src/physical_plan/mod.rs | 21 ++
rust/datafusion/src/physical_plan/planner.rs | 29 ++
4 files changed, 363 insertions(+), 6 deletions(-)
create mode 100644 rust/datafusion/src/physical_plan/coalesce_batches.rs