You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/01/19 15:51:43 UTC

[arrow] branch master updated (e20f439 -> 18dc62c)

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 e20f439  ARROW-11254: [Rust][DataFusion] Add SIMD and snmalloc flags as options to benchmarks
     add 18dc62c  ARROW-11074: [Rust][DataFusion] Implement predicate push-down for parquet tables

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/null.rs                  |   15 +
 rust/datafusion/src/datasource/parquet.rs     |   56 +-
 rust/datafusion/src/logical_plan/operators.rs |    2 +-
 rust/datafusion/src/optimizer/utils.rs        |    2 +-
 rust/datafusion/src/physical_plan/parquet.rs  | 1006 ++++++++++++++++++++++++-
 rust/datafusion/src/physical_plan/planner.rs  |    2 +-
 rust/datafusion/src/sql/utils.rs              |    2 +-
 rust/parquet/src/arrow/array_reader.rs        |   42 +-
 rust/parquet/src/file/serialized_reader.rs    |   35 +
 9 files changed, 1137 insertions(+), 25 deletions(-)