This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 846b6be ARROW-14470: [Python] Expose the use_threads option in
Feather read functions
add de11d49 ARROW-14480: [R] Expose arrow::dataset::ExistingDataBehavior
to R
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/dataset_writer.cc | 5 ++--
cpp/src/arrow/dataset/dataset_writer_test.cc | 6 ++---
cpp/src/arrow/dataset/file_base.h | 14 +---------
cpp/src/arrow/dataset/type_fwd.h | 12 +++++++++
r/R/arrowExports.R | 4 +--
r/R/dataset-write.R | 17 +++++++++++-
r/man/arrow-package.Rd | 6 ++++-
r/man/write_dataset.Rd | 10 +++++++
r/src/arrowExports.cpp | 11 ++++----
r/src/dataset.cpp | 4 ++-
r/tests/testthat/test-dataset-write.R | 40 ++++++++++++++++++++++++++++
11 files changed, 101 insertions(+), 28 deletions(-)