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 651aafc ARROW-11971: [Packaging] Vcpkg patch doesn't apply on windows
due to line endings
add 06cb1a6 ARROW-10372: [Dataset][C++][Python][R] Support reading
compressed CSV
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/file_base.cc | 28 +++++++++++++
cpp/src/arrow/dataset/file_base.h | 6 +++
cpp/src/arrow/dataset/file_csv.cc | 23 ++++++-----
cpp/src/arrow/dataset/file_csv.h | 1 +
cpp/src/arrow/dataset/file_csv_test.cc | 74 +++++++++++++++++++++++++++++-----
python/pyarrow/tests/test_dataset.py | 27 +++++++++++++
r/tests/testthat/test-dataset.R | 23 +++++++++++
7 files changed, 163 insertions(+), 19 deletions(-)