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/05 17:55:39 UTC

[arrow-datafusion] branch master updated (394c5eebf -> 44c20ef5e)

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 394c5eebf Minor: Update docstrings and comments to aggregate code (#4489)
     add 44c20ef5e refactor code about `subquery_alias` and `expr-alias`. (#4451)

No new revisions were added by this update.

Summary of changes:
 benchmarks/src/bin/tpch.rs                         | 24 +++---
 benchmarks/src/tpch.rs                             | 12 +--
 datafusion/core/src/dataframe.rs                   |  2 +-
 datafusion/expr/src/expr_rewriter.rs               |  5 +-
 datafusion/expr/src/logical_plan/builder.rs        | 57 +++++---------
 datafusion/expr/src/utils.rs                       |  2 +-
 datafusion/optimizer/src/decorrelate_where_in.rs   |  3 +-
 datafusion/optimizer/src/inline_table_scan.rs      |  7 +-
 datafusion/optimizer/src/push_down_filter.rs       |  9 ++-
 .../optimizer/src/scalar_subquery_to_join.rs       |  3 +-
 .../src/simplify_expressions/simplify_exprs.rs     |  5 +-
 .../optimizer/src/subquery_filter_to_join.rs       |  3 +-
 datafusion/proto/src/logical_plan.rs               | 23 +++---
 datafusion/sql/src/planner.rs                      | 89 ++++++++++------------
 14 files changed, 104 insertions(+), 140 deletions(-)