This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 9891d9b ARROW-12988: [CI][Python] Revert skip of failing test in
kartothek nightly integration build
add 0ebed2b ARROW-12512: [C++][Python][Dataset] Create CSV writer class
and add Datasets support
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/csv/options.h | 4 +
cpp/src/arrow/csv/writer.cc | 121 ++++++++++++++++-----------
cpp/src/arrow/csv/writer.h | 30 ++++++-
cpp/src/arrow/csv/writer_test.cc | 27 +++++-
cpp/src/arrow/dataset/file_csv.cc | 44 ++++++++++
cpp/src/arrow/dataset/file_csv.h | 37 +++++++-
cpp/src/arrow/dataset/file_csv_test.cc | 42 +++++++++-
cpp/src/arrow/dataset/type_fwd.h | 2 +
python/pyarrow/_csv.pxd | 8 ++
python/pyarrow/_csv.pyx | 68 +++++++++++----
python/pyarrow/_dataset.pyx | 47 ++++++++---
python/pyarrow/csv.py | 2 +-
python/pyarrow/includes/libarrow.pxd | 12 ++-
python/pyarrow/includes/libarrow_dataset.pxd | 5 ++
python/pyarrow/tests/test_csv.py | 21 ++++-
python/pyarrow/tests/test_dataset.py | 26 ++++++
r/R/arrowExports.R | 4 +
r/R/dataset-format.R | 7 +-
r/R/dataset-write.R | 2 +-
r/man/write_dataset.Rd | 2 +-
r/src/arrowExports.cpp | 18 ++++
r/src/csv.cpp | 7 +-
r/src/dataset.cpp | 7 ++
r/tests/testthat/test-dataset.R | 22 +++++
24 files changed, 465 insertions(+), 100 deletions(-)