This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from e6e37b2c54 MINOR: [DEV] Add sgilmore10 to CODEOWNERS for `/matlab/`
(#42125)
add 09d81c4252 GH-42065: [C++] Support list-views on list_slice (#42067)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/CMakeLists.txt | 1 +
.../arrow/compute/kernels/scalar_list_benchmark.cc | 153 +++++++++
cpp/src/arrow/compute/kernels/scalar_nested.cc | 346 +++++++++++++--------
.../arrow/compute/kernels/scalar_nested_test.cc | 86 +++--
python/pyarrow/tests/test_compute.py | 2 +-
5 files changed, 425 insertions(+), 163 deletions(-)
create mode 100644 cpp/src/arrow/compute/kernels/scalar_list_benchmark.cc