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 87b85af ARROW-8493: [C++][Parquet] Start populating repeated ancestor
defintion
add 8f3b029 ARROW-9867: [C++][Dataset] Add FileSystemDataset::filesystem
property
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/discovery.cc | 2 +-
cpp/src/arrow/dataset/file_base.cc | 12 +++++++-----
cpp/src/arrow/dataset/file_base.h | 15 +++++++++++----
cpp/src/arrow/dataset/file_parquet.cc | 2 +-
cpp/src/arrow/dataset/file_test.cc | 2 +-
cpp/src/arrow/dataset/test_util.h | 2 +-
python/pyarrow/_dataset.pyx | 24 ++++++++++++++++++++----
python/pyarrow/includes/libarrow_dataset.pxd | 2 ++
python/pyarrow/parquet.py | 3 ++-
python/pyarrow/tests/test_dataset.py | 8 ++++----
r/R/arrowExports.R | 4 ++++
r/R/dataset.R | 5 +++++
r/src/arrowExports.cpp | 16 ++++++++++++++++
r/src/dataset.cpp | 6 ++++++
r/tests/testthat/test-dataset.R | 6 ++++++
15 files changed, 87 insertions(+), 22 deletions(-)