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 75aea48 ARROW-10559: [Rust][DataFusion] Split up logical_plan/mod.rs
into sub modules
add 57b21d7 ARROW-10021: [C++][Compute] Return top-n modes in mode kernel
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 | 28 ++++-
cpp/src/arrow/compute/kernels/aggregate_mode.cc | 149 +++++++++++++++++-------
cpp/src/arrow/compute/kernels/aggregate_test.cc | 142 +++++++++++-----------
docs/source/cpp/compute.rst | 11 +-
python/pyarrow/_compute.pyx | 16 +++
python/pyarrow/compute.py | 20 ++--
python/pyarrow/includes/libarrow.pxd | 4 +
python/pyarrow/tests/test_compute.py | 26 +++--
9 files changed, 263 insertions(+), 137 deletions(-)