You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/11/15 04:16:56 UTC

[arrow-datafusion] branch master updated (9de893e54 -> d91ce0684)

This is an automated email from the ASF dual-hosted git repository.

liukun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 9de893e54 Add additional expr boolean simplification rules (#4200)
     add d91ce0684 fix: shouldn't pass alias through into subquery. (#4141)

No new revisions were added by this update.

Summary of changes:
 benchmarks/expected-plans/q13.txt            |  4 +--
 benchmarks/expected-plans/q22.txt            |  4 +--
 benchmarks/expected-plans/q7.txt             |  4 +--
 benchmarks/expected-plans/q8.txt             |  4 +--
 benchmarks/expected-plans/q9.txt             |  4 +--
 datafusion/core/tests/sql/explain_analyze.rs |  4 +--
 datafusion/core/tests/sql/joins.rs           |  4 +--
 datafusion/core/tests/sql/subqueries.rs      |  4 +--
 datafusion/sql/src/planner.rs                | 42 ++++++++++++++--------------
 9 files changed, 37 insertions(+), 37 deletions(-)