You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/11/10 15:27:50 UTC

[arrow] branch master updated (41d2438 -> 99ab5d6)

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 41d2438  ARROW-10461: [Rust] Fix offset bug in remainder bits
     add 99ab5d6  ARROW-10345: [C++][Compute] Fix NaN handling in sorting and topn kernels

No new revisions were added by this update.

Summary of changes:
 .../compute/kernels/vector_partition_benchmark.cc  |  4 +-
 cpp/src/arrow/compute/kernels/vector_sort.cc       | 79 ++++++++++++++++++----
 .../arrow/compute/kernels/vector_sort_benchmark.cc |  8 +--
 cpp/src/arrow/compute/kernels/vector_sort_test.cc  | 31 ++++++---
 docs/source/cpp/compute.rst                        | 10 +--
 5 files changed, 100 insertions(+), 32 deletions(-)