You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/09/30 12:19:06 UTC

[arrow] branch master updated (61f5ab0 -> 2b001ac)

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 61f5ab0  ARROW-13529: [Go] Fixing too many releases in IPC writer
     add 2b001ac  ARROW-14165: [C++] Improve table sort performance

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/vector_sort.cc       | 552 +++++++++++++--------
 .../arrow/compute/kernels/vector_sort_benchmark.cc |  12 +-
 cpp/src/arrow/compute/kernels/vector_sort_test.cc  | 170 ++++++-
 3 files changed, 503 insertions(+), 231 deletions(-)