This is an automated email from the ASF dual-hosted git repository.
dheres pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 3b298374f9 Docs: Improve the documentation on `ScalarValue` (#8378)
add 340ecfdfe0 Avoid concat for `array_replace` (#8337)
No new revisions were added by this update.
Summary of changes:
datafusion/core/Cargo.toml | 4 +
datafusion/core/benches/array_expression.rs | 73 +++++++++++++
datafusion/physical-expr/src/array_expressions.rs | 125 ++++++++++------------
3 files changed, 135 insertions(+), 67 deletions(-)
create mode 100644 datafusion/core/benches/array_expression.rs