This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 5e60962 ARROW-8199: [C++] Add support for multi-column sort indices
on Table
add cb04686 ARROW-1846: [C++][Compute] Implement "any" reduction kernel
for boolean data
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_aggregate.cc | 4 ++
cpp/src/arrow/compute/api_aggregate.h | 16 ++++++-
cpp/src/arrow/compute/kernels/aggregate_basic.cc | 49 ++++++++++++++++++++++
cpp/src/arrow/compute/kernels/aggregate_test.cc | 53 ++++++++++++++++++++++++
docs/source/cpp/compute.rst | 3 ++
docs/source/python/api/compute.rst | 1 +
python/pyarrow/tests/test_compute.py | 9 ++++
7 files changed, 134 insertions(+), 1 deletion(-)