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/02/26 22:11:21 UTC

[arrow] branch master updated (c5c583b -> 8185938)

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 c5c583b  ARROW-11174: [C++][Dataset] Make expressions available to projection
     add 8185938  ARROW-11709: [Rust][DataFusion] Move `expressions` and `inputs` into LogicalPlan ratherthan helpers in util

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/logical_plan/plan.rs           | 62 +++++++++++++++++++++-
 rust/datafusion/src/optimizer/constant_folding.rs  |  5 +-
 rust/datafusion/src/optimizer/filter_push_down.rs  |  7 +--
 .../src/optimizer/hash_build_probe_order.rs        |  4 +-
 .../src/optimizer/projection_push_down.rs          |  4 +-
 rust/datafusion/src/optimizer/utils.rs             | 61 ++-------------------
 6 files changed, 76 insertions(+), 67 deletions(-)