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

[arrow] branch master updated (73e5097 -> fdc63ac)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 73e5097  ARROW-10904: [Python][CI][Packaging] Add support for Python 3.9 macOS wheels
     add fdc63ac  ARROW-10725: [Python][Compute] Expose sort options in Python bindings

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_vector.h           |  4 ++
 cpp/src/arrow/compute/kernels/vector_sort.cc | 10 ++++-
 python/pyarrow/_compute.pyx                  | 58 ++++++++++++++++++++++++++++
 python/pyarrow/compute.py                    |  2 +
 python/pyarrow/includes/libarrow.pxd         | 19 +++++++++
 python/pyarrow/tests/test_compute.py         | 48 +++++++++++++++++++++++
 6 files changed, 139 insertions(+), 2 deletions(-)