This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 24ce242 ARROW-7913: [C++][Python][R] C++ implementation of C data
interface
add 9a805c1 ARROW-1571: [C++][Compute] Optimize sorting integers in small
value range
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/sort_to_indices.cc | 166 +++++++++++++++++----
.../compute/kernels/sort_to_indices_benchmark.cc | 18 +--
.../arrow/compute/kernels/sort_to_indices_test.cc | 70 +++++++++
cpp/src/arrow/result.h | 5 +
cpp/src/arrow/status.h | 1 +
5 files changed, 224 insertions(+), 36 deletions(-)