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 0507e50  ARROW-6591: [R] Ignore .Rhistory files in source control
     add 211e240  ARROW-6563: [Rust] [DataFusion] MergeExec

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/context.rs           |  62 ++++-----
 .../src/execution/physical_plan/common.rs          |  77 ++++++++++++
 .../src/execution/physical_plan/merge.rs           | 138 +++++++++++++++++++++
 rust/datafusion/src/execution/physical_plan/mod.rs |   2 +
 .../src/execution/physical_plan/projection.rs      |  17 +--
 5 files changed, 239 insertions(+), 57 deletions(-)
 create mode 100644 rust/datafusion/src/execution/physical_plan/common.rs
 create mode 100644 rust/datafusion/src/execution/physical_plan/merge.rs

Reply via email to