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(-)