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/11/22 18:24:42 UTC

[arrow] branch master updated (0e8be3c -> 6cea669)

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 0e8be3c  ARROW-10620: [Rust][Parquet] move column chunk range logic to metadata.rs
     add 6cea669  ARROW-10680: [Rust] [DataFusion] Add partial support for TPC-H query 12

No new revisions were added by this update.

Summary of changes:
 rust/arrow-flight/Cargo.toml                       |   2 +-
 rust/benchmarks/Cargo.toml                         |   2 +-
 rust/benchmarks/src/bin/tpch.rs                    | 329 ++++++++++++++-------
 .../src/optimizer/projection_push_down.rs          |  32 +-
 rust/datafusion/src/optimizer/utils.rs             |   5 +-
 rust/datafusion/src/physical_plan/planner.rs       |  15 +-
 6 files changed, 258 insertions(+), 127 deletions(-)