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/03/31 23:05:11 UTC

[arrow] branch master updated (6ce0948 -> 58c0941)

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 6ce0948  ARROW-8279: [C++] Do not export Codec implementation symbols, remove codec-specific headers
     add 58c0941  ARROW-8277: [Python] implemented __eq__, __repr__, and provided a wrapper of Take() for RecordBatch

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/includes/libarrow.pxd |  3 +++
 python/pyarrow/table.pxi             | 37 ++++++++++++++++++++++++++++++++++++
 python/pyarrow/tests/test_table.py   | 33 ++++++++++++++++++++++++++++++++
 3 files changed, 73 insertions(+)