This is an automated email from the ASF dual-hosted git repository.

jonkeane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from f51dc34  ARROW-14464: [R] Change write_parquet()'s default chunk_size 
from all rows
     add 3c1f702  ARROW-12315: [R] add max_partitions argument to 
write_dataset()

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_base.cc    |  5 ++++
 r/R/arrowExports.R                    |  5 ++--
 r/R/dataset-write.R                   |  9 +++++-
 r/man/arrow-package.Rd                |  6 +---
 r/man/write_dataset.Rd                | 22 ++++++++++-----
 r/src/arrowExports.cpp                | 11 ++++----
 r/src/dataset.cpp                     |  3 +-
 r/tests/testthat/test-dataset-write.R | 53 +++++++++++++++++++++++++++++++++++
 r/vignettes/developing.Rmd            |  1 -
 9 files changed, 93 insertions(+), 22 deletions(-)

Reply via email to