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 2020/09/08 16:32:00 UTC

[arrow] branch master updated (8c4fa35 -> 148cb3d)

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 8c4fa35  ARROW-9827: [C++][Dataset] Skip parsing RowGroup metadata statistics when there is no filter
     add 148cb3d  ARROW-9893: [Python] Support parquet options in dataset writing

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_dataset.pyx                  |  52 ++++-
 python/pyarrow/_parquet.pxd                  |  18 ++
 python/pyarrow/_parquet.pyx                  | 305 ++++++++++++++-------------
 python/pyarrow/includes/libarrow_dataset.pxd |   3 +
 python/pyarrow/tests/test_dataset.py         |  34 +++
 5 files changed, 268 insertions(+), 144 deletions(-)