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/17 15:51:01 UTC

[arrow] branch master updated (0dd68c2 -> d01d598)

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 0dd68c2  MINOR: [R] Remove a lintr warning in r/R/util.R
     add d01d598  ARROW-14003: [C++][Python] Not providing a sort_key in the "select_k_unstable" kernel crashes

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/vector_sort.cc |  5 +-
 python/pyarrow/compute.py                    | 82 ++++++++++++++++++++++++++++
 python/pyarrow/tests/test_compute.py         | 52 ++++++++++++------
 3 files changed, 122 insertions(+), 17 deletions(-)