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 0bf9defb1d fix: Fix three bugs in query decorrelation (#21208)
add d87d8f6cac perf: Optimize `string_to_array` for scalar args (#21131)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 +
datafusion/functions-nested/Cargo.toml | 5 +
.../functions-nested/benches/string_to_array.rs | 244 +++++++++
datafusion/functions-nested/src/string.rs | 544 ++++++++++-----------
datafusion/sqllogictest/test_files/array.slt | 68 +++
5 files changed, 585 insertions(+), 277 deletions(-)
create mode 100644 datafusion/functions-nested/benches/string_to_array.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]