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/06/18 17:18:05 UTC

[arrow] branch master updated (694bfc8 -> 26b55d6)

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 694bfc8  ARROW-4076: [Python] Validate ParquetDataset schema after filtering
     add 26b55d6  ARROW-2057: [Python] Expose option to configure data page size threshold in parquet.write_table

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/properties-test.cc   |  2 +-
 cpp/src/parquet/properties.h         |  6 +++---
 docs/source/python/parquet.rst       | 29 ++++++++++++++++++++++++++++-
 python/pyarrow/_parquet.pxd          |  2 ++
 python/pyarrow/_parquet.pyx          |  7 +++++++
 python/pyarrow/parquet.py            | 15 +++++++++++----
 python/pyarrow/tests/test_parquet.py | 23 +++++++++++++++++------
 7 files changed, 69 insertions(+), 15 deletions(-)