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 075c6c6 ARROW-14064: [CI] Use Debian 11
add 96fdaf1 ARROW-12063: [C++] Add null placement option to sort functions
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/chunked_array.cc | 10 +
cpp/src/arrow/chunked_array.h | 3 +
cpp/src/arrow/chunked_array_test.cc | 22 +
cpp/src/arrow/compute/api_vector.cc | 72 +-
cpp/src/arrow/compute/api_vector.h | 94 +-
cpp/src/arrow/compute/exec/plan_test.cc | 2 +-
cpp/src/arrow/compute/kernels/vector_sort.cc | 904 +++++++++--------
cpp/src/arrow/compute/kernels/vector_sort_test.cc | 1067 ++++++++++++++-------
docs/source/cpp/compute.rst | 30 +-
python/pyarrow/_compute.pyx | 47 +-
python/pyarrow/includes/libarrow.pxd | 23 +-
python/pyarrow/tests/test_compute.py | 76 +-
12 files changed, 1502 insertions(+), 848 deletions(-)