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/19 01:34:36 UTC

[arrow] branch master updated (ae60bad -> 197f903)

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 ae60bad  ARROW-9789: [C++] Don't install jemalloc in parallel
     add 197f903  ARROW-9619: [Rust] [DataFusion] Add predicate push-down

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/README.md                         |   2 +-
 rust/datafusion/src/execution/context.rs          |   5 +-
 rust/datafusion/src/logicalplan.rs                |   9 +
 rust/datafusion/src/optimizer/filter_push_down.rs | 631 ++++++++++++++++++++++
 rust/datafusion/src/optimizer/mod.rs              |   1 +
 5 files changed, 646 insertions(+), 2 deletions(-)
 create mode 100644 rust/datafusion/src/optimizer/filter_push_down.rs