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/12/02 13:45:05 UTC

[arrow] branch master updated (7e0022a -> c6bec15)

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 7e0022a  PARQUET-1704: [C++] Add re-usable encryption buffer to SerializedPageWriter
     add c6bec15  ARROW-6926: [Python] Support __sizeof__ protocol for Python objects

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/array.pxi            |  3 +++
 python/pyarrow/table.pxi            |  9 +++++++++
 python/pyarrow/tests/test_array.py  |  5 ++++-
 python/pyarrow/tests/test_schema.py | 15 +++++++++++++++
 python/pyarrow/tests/test_table.py  |  3 +++
 python/pyarrow/types.pxi            | 10 ++++++++++
 6 files changed, 44 insertions(+), 1 deletion(-)