You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2022/10/25 05:51:42 UTC

[arrow-datafusion] branch master updated (7cba7582a -> 7559c4425)

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

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


    from 7cba7582a fix: return error for  unsupported SQL (#3933)
     add 7559c4425 Improve formatting of binary expressions (#3884)

No new revisions were added by this update.

Summary of changes:
 benchmarks/expected-plans/q19.txt                  |  6 +--
 datafusion/core/src/physical_optimizer/pruning.rs  | 11 ++--
 datafusion/expr/src/expr.rs                        | 58 ++++++++++++++++++++--
 .../optimizer/src/common_subexpr_eliminate.rs      |  6 +--
 datafusion/optimizer/src/filter_push_down.rs       |  2 +-
 datafusion/optimizer/src/reduce_cross_join.rs      |  4 +-
 .../optimizer/src/subquery_filter_to_join.rs       |  2 +-
 datafusion/sql/src/planner.rs                      |  4 +-
 8 files changed, 74 insertions(+), 19 deletions(-)