You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/08/26 02:14:43 UTC

[arrow] branch master updated (fec740b -> 46b6dc6)

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 fec740b  ARROW-9816: [C++] Escape quotes in config.h
     add 46b6dc6  ARROW-9464: [Rust] [DataFusion] Physical plan optimization rule to insert MergeExec when needed

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/context.rs           |   1 -
 rust/datafusion/src/execution/physical_plan/csv.rs |  21 +++-
 .../src/execution/physical_plan/explain.rs         |  29 ++++-
 .../src/execution/physical_plan/filter.rs          |  19 +++
 .../src/execution/physical_plan/hash_aggregate.rs  |  70 ++++++++---
 .../src/execution/physical_plan/limit.rs           | 134 +++++++++++----------
 .../src/execution/physical_plan/memory.rs          |  17 ++-
 .../src/execution/physical_plan/merge.rs           |  43 +++++--
 rust/datafusion/src/execution/physical_plan/mod.rs |  23 ++++
 .../src/execution/physical_plan/parquet.rs         |  21 +++-
 .../src/execution/physical_plan/planner.rs         |  86 ++++++++++---
 .../src/execution/physical_plan/projection.rs      |  27 ++++-
 .../datafusion/src/execution/physical_plan/sort.rs |  52 ++++++--
 13 files changed, 417 insertions(+), 126 deletions(-)