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/12/10 10:38:49 UTC

[arrow-datafusion] branch master updated (2a9009ea4 -> 8966eac77)

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 2a9009ea4 Avoid materializing local varaibles when creating `sortMergeJoinExec` (#4566)
     add 8966eac77 Enrich filter statistics with known column boundaries (#4519)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/physical_plan/filter.rs        | 181 ++++++++++++++++++---
 datafusion/physical-expr/src/expressions/binary.rs | 181 ++++++++++++++++-----
 datafusion/physical-expr/src/expressions/column.rs |  11 +-
 .../physical-expr/src/expressions/literal.rs       |  10 +-
 datafusion/physical-expr/src/physical_expr.rs      |  44 ++++-
 5 files changed, 350 insertions(+), 77 deletions(-)