This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from efd2fd2e26 Return proper number of expressions for nth_value_agg
(#9044)
add 85ceb9db7a ScalarUDF with zero arguments should be provided with one
null array as parameter (#9031)
No new revisions were added by this update.
Summary of changes:
.../src/physical_optimizer/projection_pushdown.rs | 4 +
.../user_defined/user_defined_scalar_functions.rs | 114 +++++++++++++++++++--
datafusion/physical-expr/src/functions.rs | 1 +
datafusion/physical-expr/src/planner.rs | 18 ++--
datafusion/physical-expr/src/scalar_function.rs | 17 ++-
datafusion/physical-expr/src/udf.rs | 1 +
datafusion/proto/src/physical_plan/from_proto.rs | 19 ++--
.../proto/tests/cases/roundtrip_physical_plan.rs | 4 +-
8 files changed, 146 insertions(+), 32 deletions(-)