This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 02cdeab ARROW-12376: [Dev] Log traceback for unexpected exceptions in
archery trigger-bot
add d575858 ARROW-11797: [C++][Dataset] Provide batch stream Scanner
methods
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/file_base.cc | 16 ++
cpp/src/arrow/dataset/file_csv_test.cc | 16 +-
cpp/src/arrow/dataset/scanner.cc | 264 ++++++++++++++++++++++++---
cpp/src/arrow/dataset/scanner.h | 15 +-
cpp/src/arrow/dataset/scanner_test.cc | 148 +++++++++++++--
cpp/src/arrow/dataset/test_util.h | 9 +-
cpp/src/jni/dataset/jni_wrapper.cc | 44 +----
python/pyarrow/_dataset.pyx | 104 ++++++++++-
python/pyarrow/dataset.py | 1 +
python/pyarrow/includes/libarrow_dataset.pxd | 9 +
python/pyarrow/tests/test_dataset.py | 56 +++---
r/R/arrowExports.R | 8 +
r/R/dataset-scan.R | 24 +--
r/R/dataset.R | 33 +---
r/src/arrowExports.cpp | 33 ++++
r/src/dataset.cpp | 50 ++++-
r/tests/testthat/test-dataset.R | 15 ++
17 files changed, 675 insertions(+), 170 deletions(-)