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 3fe2df7 ARROW-12749: [C++] Construct RecordBatch/Table/Schema with
rvalue arguments
add 02d6675 ARROW-12687: [C++][Python][Dataset] Convert Scanner into a
RecordBatchReader
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/scanner.cc | 30 ++++++++++++++++++++++++++++
cpp/src/arrow/dataset/scanner.h | 3 +++
cpp/src/arrow/dataset/scanner_test.cc | 17 ++++++++++++++++
python/pyarrow/_dataset.pyx | 7 +++++++
python/pyarrow/includes/libarrow_dataset.pxd | 1 +
python/pyarrow/tests/test_dataset.py | 3 ++-
6 files changed, 60 insertions(+), 1 deletion(-)