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 04575bc ARROW-13681: [C++] Fix list_parent_indices behaviour on
chunked array
add 2022e95 ARROW-13613: [C++] Add decimal support to (hash)
sum/mean/product
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/aggregate_basic.cc | 99 +++++--
.../arrow/compute/kernels/aggregate_basic_avx2.cc | 12 +-
.../compute/kernels/aggregate_basic_avx512.cc | 12 +-
.../compute/kernels/aggregate_basic_internal.h | 61 +++--
cpp/src/arrow/compute/kernels/aggregate_internal.h | 41 ++-
cpp/src/arrow/compute/kernels/aggregate_test.cc | 305 +++++++++++++++++++++
cpp/src/arrow/compute/kernels/hash_aggregate.cc | 136 ++++++---
.../arrow/compute/kernels/hash_aggregate_test.cc | 71 +++++
docs/source/cpp/compute.rst | 108 ++++----
9 files changed, 700 insertions(+), 145 deletions(-)