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 1d0171ab9d Make builtin window function output datatype to be derived
from schema (#9686)
add 3bf06d3cc4 Issue-9660 - Extract array_to_string and string_to_array
from kernels and udf containers (#9704)
No new revisions were added by this update.
Summary of changes:
datafusion/functions-array/src/kernels.rs | 329 +-------------------
datafusion/functions-array/src/lib.rs | 9 +-
datafusion/functions-array/src/string.rs | 479 ++++++++++++++++++++++++++++++
datafusion/functions-array/src/udf.rs | 137 +--------
datafusion/functions-array/src/utils.rs | 12 +
5 files changed, 502 insertions(+), 464 deletions(-)
create mode 100644 datafusion/functions-array/src/string.rs