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 8efc2b605e feat(spark): add `base64` and `unbase64` functions (#19968)
     add 27abe5a62d perf: improve performance of `array_remove`, 
`array_remove_n` and `array_remove_all` functions (#19996)

No new revisions were added by this update.

Summary of changes:
 datafusion/functions-nested/Cargo.toml             |   4 +
 .../functions-nested/benches/array_remove.rs       | 573 +++++++++++++++++++++
 datafusion/functions-nested/src/remove.rs          | 127 ++---
 3 files changed, 646 insertions(+), 58 deletions(-)
 create mode 100644 datafusion/functions-nested/benches/array_remove.rs


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

Reply via email to