This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 33c45e4 ARROW-13550: [R] Support .groups argument to
dplyr::summarize()
add bdb2f74 ARROW-12669:[C++][Python] Implement a new scalar function:
list_element
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/codegen_internal.cc | 5 +
cpp/src/arrow/compute/kernels/codegen_internal.h | 1 +
cpp/src/arrow/compute/kernels/scalar_nested.cc | 114 +++++++++++++++++++++
.../arrow/compute/kernels/scalar_nested_test.cc | 64 ++++++++++++
cpp/src/arrow/compute/kernels/vector_nested.cc | 5 -
docs/source/cpp/compute.rst | 25 +++--
docs/source/python/api/compute.rst | 3 +-
python/pyarrow/tests/test_compute.py | 18 ++++
8 files changed, 219 insertions(+), 16 deletions(-)