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/06 14:19:18 UTC

[arrow-datafusion] branch master updated (740a4fa2c -> d9a47d681)

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 740a4fa2c Unify most of `SessionConfig` settings into `ConfigOptions` (#4492)
     add d9a47d681 fix `push_down_projection` push redundant columns. (#4487)

No new revisions were added by this update.

Summary of changes:
 benchmarks/expected-plans/q11.txt                  |  2 +-
 benchmarks/expected-plans/q15.txt                  |  7 ++--
 benchmarks/expected-plans/q2.txt                   |  4 +--
 datafusion/core/tests/sql/explain_analyze.rs       |  6 ++--
 datafusion/core/tests/sql/joins.rs                 | 15 +++++----
 datafusion/core/tests/sql/predicates.rs            | 21 +++++-------
 datafusion/core/tests/sql/subqueries.rs            |  8 ++---
 datafusion/optimizer/src/lib.rs                    |  2 +-
 datafusion/optimizer/src/optimizer.rs              |  4 +--
 ...ection_push_down.rs => push_down_projection.rs} | 39 +++++++++++-----------
 10 files changed, 51 insertions(+), 57 deletions(-)
 rename datafusion/optimizer/src/{projection_push_down.rs => push_down_projection.rs} (97%)