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 1440d5a ARROW-13768: [R] Allow JSON to be an optional component
add a45fc3f ARROW-13782: [C++] Add skip_nulls/min_count to
tdigest/mode/quantile
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_aggregate.cc | 46 ++--
cpp/src/arrow/compute/api_aggregate.h | 29 ++-
cpp/src/arrow/compute/kernels/aggregate_mode.cc | 35 +++-
.../arrow/compute/kernels/aggregate_quantile.cc | 18 +-
cpp/src/arrow/compute/kernels/aggregate_tdigest.cc | 30 ++-
cpp/src/arrow/compute/kernels/aggregate_test.cc | 231 +++++++++++++++++++--
cpp/src/arrow/compute/kernels/hash_aggregate.cc | 42 +++-
.../arrow/compute/kernels/hash_aggregate_test.cc | 48 +++--
python/pyarrow/_compute.pyx | 29 +--
python/pyarrow/compute.py | 10 +-
python/pyarrow/includes/libarrow.pxd | 14 +-
python/pyarrow/tests/test_compute.py | 11 +-
r/src/compute.cpp | 10 +-
13 files changed, 462 insertions(+), 91 deletions(-)