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(-)

Reply via email to