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 415439c  ARROW-13806: [C++][Python] Add support for new MonthDayNano 
Interval Type
     add 0804c48  ARROW-14243: [C++] Split vector_sort.cc

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt                       |    1 +
 cpp/src/arrow/compute/kernels/chunked_internal.h   |  167 +++
 cpp/src/arrow/compute/kernels/vector_array_sort.cc |  561 +++++++++++
 cpp/src/arrow/compute/kernels/vector_sort.cc       | 1064 +-------------------
 .../arrow/compute/kernels/vector_sort_internal.h   |  457 +++++++++
 cpp/src/arrow/compute/registry.cc                  |    1 +
 cpp/src/arrow/compute/registry_internal.h          |    1 +
 7 files changed, 1217 insertions(+), 1035 deletions(-)
 create mode 100644 cpp/src/arrow/compute/kernels/chunked_internal.h
 create mode 100644 cpp/src/arrow/compute/kernels/vector_array_sort.cc
 create mode 100644 cpp/src/arrow/compute/kernels/vector_sort_internal.h

Reply via email to