You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/04/04 23:07:22 UTC

[arrow] branch master updated (9f99a98 -> ac66138)

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

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


    from 9f99a98  ARROW-6837: [C++] Add APIs to read and write "custom_metadata" field of IPC file footer
     add ac66138  ARROW-6996: [Python] Expose boolean filter kernel on ChunkedArray/RecordBatch/Table

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/array.pxi             |  37 ++++++----
 python/pyarrow/includes/libarrow.pxd |   6 +-
 python/pyarrow/table.pxi             | 129 +++++++++++++++++++++++++++++++++++
 python/pyarrow/tests/test_compute.py |  71 +++++++++++++++++++
 4 files changed, 229 insertions(+), 14 deletions(-)