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/15 11:57:06 UTC

[arrow-datafusion] branch master updated (0b90a8a5c -> fc5081d48)

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 0b90a8a5c Generate hash aggregation output in smaller record batches (#3461)
     add fc5081d48 Make expression manipulation consistent and easier to use: `combine/split filter` `conjunction`, etc (#3810)

No new revisions were added by this update.

Summary of changes:
 benchmarks/src/bin/parquet_filter_pushdown.rs      |   4 +-
 benchmarks/src/bin/tpch.rs                         |   5 +-
 .../core/src/datasource/file_format/parquet.rs     |   4 +-
 .../src/physical_plan/file_format/row_filter.rs    |   4 +-
 .../optimizer/src/decorrelate_where_exists.rs      |  12 +-
 datafusion/optimizer/src/decorrelate_where_in.rs   |  12 +-
 datafusion/optimizer/src/filter_push_down.rs       |   6 +-
 .../optimizer/src/scalar_subquery_to_join.rs       |  18 +-
 .../optimizer/src/subquery_filter_to_join.rs       |   3 +-
 datafusion/optimizer/src/utils.rs                  | 267 +++++++++++++--------
 10 files changed, 203 insertions(+), 132 deletions(-)