You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ja...@apache.org on 2023/05/09 07:43:42 UTC

[arrow-datafusion] branch main updated (6f53ff24c3 -> ac8f96bbec)

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

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


    from 6f53ff24c3 refactor: Expr::ScalarUDF to use a struct (#6284)
     add ac8f96bbec refactor: Expr::AggregateUDF  to use a struct (#6294)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/physical_plan/planner.rs       |  8 ++---
 datafusion/expr/src/expr.rs                        | 38 +++++++++++++++-------
 datafusion/expr/src/expr_schema.rs                 |  6 ++--
 datafusion/expr/src/tree_node/expr.rs              | 18 +++++-----
 datafusion/expr/src/udaf.rs                        |  4 +--
 datafusion/optimizer/src/analyzer/type_coercion.rs | 29 ++++++++---------
 .../optimizer/src/common_subexpr_eliminate.rs      | 23 ++++++-------
 datafusion/proto/src/logical_plan/from_proto.rs    | 12 +++----
 datafusion/proto/src/logical_plan/mod.rs           | 10 +++---
 datafusion/proto/src/logical_plan/to_proto.rs      |  2 +-
 datafusion/sql/src/expr/function.rs                |  6 +---
 datafusion/sql/src/utils.rs                        | 21 ++++++------
 12 files changed, 93 insertions(+), 84 deletions(-)