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 5b705a4311 GH-34003: [C++] AddWithOverflow and friends should be
[[nodiscard]] (#34006)
add a703a07540 GH-32050: [C++] Implement Rank kernel on chunked arrays
(#33846)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/vector_array_sort.cc | 3 +-
cpp/src/arrow/compute/kernels/vector_rank.cc | 342 +++++++++++++--------
cpp/src/arrow/compute/kernels/vector_sort.cc | 54 ++--
.../arrow/compute/kernels/vector_sort_internal.h | 13 +-
cpp/src/arrow/compute/kernels/vector_sort_test.cc | 327 +++++++++++---------
5 files changed, 437 insertions(+), 302 deletions(-)