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/11 00:14:09 UTC

[arrow] branch master updated (018dd80 -> 3beff20)

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 018dd80  ARROW-7963: [C++][Dataset][Python] Expose Dataset Fragments to Python
     add 3beff20  ARROW-8057: [Python] Do not compare schema metadata in Schema.equals and Table.equals by default

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/includes/libarrow.pxd |  2 +-
 python/pyarrow/table.pxi             |  6 ++--
 python/pyarrow/tests/test_dataset.py | 36 +++++++++----------
 python/pyarrow/tests/test_pandas.py  | 16 ++++-----
 python/pyarrow/tests/test_parquet.py | 69 ++++++++++++++++--------------------
 python/pyarrow/tests/test_schema.py  | 20 ++++++-----
 python/pyarrow/tests/test_table.py   |  8 ++---
 python/pyarrow/tests/test_types.py   | 11 ++++--
 python/pyarrow/types.pxi             |  8 +++--
 9 files changed, 91 insertions(+), 85 deletions(-)