This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 0f06c99 ARROW-7957: [Python] Handle new FileSystem in ParquetDataset
by automatically using new implementation
add 8178b01 ARROW-10100: [C++][Python][Dataset] Add
ParquetFileFragment::Subset method
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/file_parquet.cc | 104 +++++++++++++++++++--------
cpp/src/arrow/dataset/file_parquet.h | 18 +++--
cpp/src/arrow/dataset/file_parquet_test.cc | 16 +++--
python/pyarrow/_dataset.pyx | 66 +++++++++++++++--
python/pyarrow/includes/libarrow_dataset.pxd | 6 +-
python/pyarrow/tests/test_dataset.py | 77 +++++++++++++++++++-
6 files changed, 241 insertions(+), 46 deletions(-)