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 2019/08/24 20:45:38 UTC

[arrow] branch master updated (03186b0 -> 5a53e31)

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 03186b0  ARROW-5910: [Python] Support non-seekable streams in ipc.read_tensor, ipc.read_message, add Message.serialize_to method
     add 5a53e31  ARROW-6279: [Python] Add Table.slice, __getitem__ support to match RecordBatch, Array, others

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/includes/libarrow.pxd |  3 +++
 python/pyarrow/table.pxi             | 39 +++++++++++++++++++++++++++++++----
 python/pyarrow/tests/test_table.py   | 40 +++++++++++++++++++++---------------
 3 files changed, 61 insertions(+), 21 deletions(-)