This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 3e33688 ARROW-8571: [C++] Switch AppVeyor image to VS 2017
add 3792c8f ARROW-8065: [C++][Dataset] Refactor ScanOptions and Fragment
relation
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/dataset.cc | 92 +++----
cpp/src/arrow/dataset/dataset.h | 76 +++---
cpp/src/arrow/dataset/dataset_internal.h | 6 +-
cpp/src/arrow/dataset/dataset_test.cc | 3 +-
cpp/src/arrow/dataset/discovery_test.cc | 2 +-
cpp/src/arrow/dataset/file_base.cc | 59 ++---
cpp/src/arrow/dataset/file_base.h | 20 +-
cpp/src/arrow/dataset/file_ipc.cc | 68 ++---
cpp/src/arrow/dataset/file_ipc.h | 1 +
cpp/src/arrow/dataset/file_ipc_test.cc | 17 +-
cpp/src/arrow/dataset/file_parquet.cc | 37 ++-
cpp/src/arrow/dataset/file_parquet.h | 23 +-
cpp/src/arrow/dataset/file_parquet_test.cc | 36 ++-
cpp/src/arrow/dataset/file_test.cc | 42 ++-
cpp/src/arrow/dataset/filter.cc | 27 +-
cpp/src/arrow/dataset/filter.h | 5 +
cpp/src/arrow/dataset/partition.cc | 60 ++---
cpp/src/arrow/dataset/partition.h | 8 +-
cpp/src/arrow/dataset/partition_test.cc | 18 +-
cpp/src/arrow/dataset/scanner.cc | 34 ++-
cpp/src/arrow/dataset/scanner.h | 20 +-
cpp/src/arrow/dataset/scanner_internal.h | 44 +++-
cpp/src/arrow/dataset/test_util.h | 4 +-
python/pyarrow/_dataset.pyx | 373 +++++++++++++++------------
python/pyarrow/includes/libarrow_dataset.pxd | 18 +-
python/pyarrow/tests/test_dataset.py | 91 +++----
26 files changed, 608 insertions(+), 576 deletions(-)