This is an automated email from the ASF dual-hosted git repository.
jayzhan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from a9b0db44f3 Update the comment and Add a check (#9571)
add 78bb64e03d Issue-9565 - Port ArrayRepeat to function-arrays subcrate
(#9568)
No new revisions were added by this update.
Summary of changes:
datafusion/expr/src/built_in_function.rs | 10 --
datafusion/expr/src/expr_fn.rs | 7 -
datafusion/functions-array/src/kernels.rs | 153 ++++++++++++++++++++-
datafusion/functions-array/src/lib.rs | 2 +
datafusion/functions-array/src/udf.rs | 61 +++++++-
datafusion/physical-expr/src/array_expressions.rs | 146 --------------------
datafusion/physical-expr/src/functions.rs | 3 -
datafusion/proto/proto/datafusion.proto | 2 +-
datafusion/proto/src/generated/pbjson.rs | 3 -
datafusion/proto/src/generated/prost.rs | 4 +-
datafusion/proto/src/logical_plan/from_proto.rs | 11 +-
datafusion/proto/src/logical_plan/to_proto.rs | 1 -
.../proto/tests/cases/roundtrip_logical_plan.rs | 1 +
13 files changed, 215 insertions(+), 189 deletions(-)