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 2022/10/29 11:53:13 UTC

[arrow-datafusion] branch master updated (6fae0bd3e -> 345234550)

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-datafusion.git


    from 6fae0bd3e [Part1] Partition and Sort Enforcement, PhysicalExpr enhancement (#3969)
     add 345234550 Factorize common AND factors out of OR predicates to support filterPu… (#3903)

No new revisions were added by this update.

Summary of changes:
 benchmarks/expected-plans/q7.txt             |   2 +-
 datafusion/core/tests/sql/joins.rs           |   7 +-
 datafusion/optimizer/src/filter_push_down.rs |  51 +++--
 datafusion/optimizer/src/utils.rs            | 328 ++++++++++++++++++++++++++-
 4 files changed, 361 insertions(+), 27 deletions(-)