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 2019/09/12 09:30:39 UTC

[arrow] branch master updated (2393472 -> c12a25a)

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 2393472  ARROW-6518: [Packaging][Python] Flight failing in OSX Python wheel builds
     add c12a25a  ARROW-5853: [Python] Expose boolean filter kernel on Array

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/filter.cc |  5 +++
 python/pyarrow/array.pxi                | 36 +++++++++++++++++++++
 python/pyarrow/includes/libarrow.pxd    |  5 +++
 python/pyarrow/tests/test_compute.py    | 57 ++++++++++++++++++++++++---------
 4 files changed, 87 insertions(+), 16 deletions(-)