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 bcec3e1 ARROW-7651: [CI][Crossbow] Nightly macOS wheel builds fail
add 98c49a0 ARROW-7380: [C++][Dataset] Implement DatasetFactory
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/discovery.cc | 61 ++++++++++++++++++-
cpp/src/arrow/dataset/discovery.h | 51 ++++++++++------
cpp/src/arrow/dataset/discovery_test.cc | 100 ++++++++++++++++++++++++++++++--
r/NAMESPACE | 1 +
r/R/arrowExports.R | 16 +++++
r/R/dataset.R | 47 +++++++++++----
r/man/Dataset.Rd | 21 ++++++-
r/src/arrowExports.cpp | 65 +++++++++++++++++++++
r/src/dataset.cpp | 27 +++++++++
r/tests/testthat/test-dataset.R | 54 ++++++++++++-----
10 files changed, 393 insertions(+), 50 deletions(-)