This is an automated email from the ASF dual-hosted git repository.
felipecrv pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 0ef7351986 GH-41407: [C++] Use static method to fill scalar scratch
space to prevent ub (#41421)
add 5e986be59f GH-41183: [C++][Python] Expose recursive flatten for lists
on list_flatten kernel function and pyarrow bindings (#41295)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_vector.cc | 7 +
cpp/src/arrow/compute/api_vector.h | 12 ++
cpp/src/arrow/compute/kernels/codegen_internal.cc | 21 +-
cpp/src/arrow/compute/kernels/codegen_internal.h | 3 +-
cpp/src/arrow/compute/kernels/scalar_nested.cc | 49 ++++-
.../arrow/compute/kernels/scalar_nested_test.cc | 17 +-
cpp/src/arrow/compute/kernels/vector_nested.cc | 54 ++++--
.../arrow/compute/kernels/vector_nested_test.cc | 129 +++++++++++--
python/pyarrow/_compute.pyx | 20 ++
python/pyarrow/array.pxi | 215 ++++++++-------------
python/pyarrow/compute.py | 1 +
python/pyarrow/includes/libarrow.pxd | 5 +
python/pyarrow/lib.pxd | 4 +-
python/pyarrow/tests/test_array.py | 8 +-
python/pyarrow/tests/test_compute.py | 1 +
15 files changed, 364 insertions(+), 182 deletions(-)