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

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


    from 568f19fa39 Simplify Spark `sha2` implementation (#19475)
     add a77e5a5c50 Further refactoring of type coercion function code (#19603)

No new revisions were added by this update.

Summary of changes:
 .../user_defined/user_defined_window_functions.rs  |   2 +-
 datafusion/expr/src/expr.rs                        |   2 +-
 datafusion/expr/src/expr_schema.rs                 | 254 ++++++---------------
 datafusion/expr/src/type_coercion/functions.rs     | 117 +++++-----
 datafusion/expr/src/utils.rs                       |  27 ++-
 datafusion/functions-nested/src/make_array.rs      |  12 +-
 datafusion/functions-window/src/nth_value.rs       |   2 +-
 datafusion/optimizer/src/analyzer/type_coercion.rs |  66 ++----
 datafusion/spark/src/function/array/spark_array.rs |  17 +-
 datafusion/spark/src/function/string/concat.rs     |   8 +-
 10 files changed, 183 insertions(+), 324 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to