You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2022/02/09 02:31:30 UTC

[arrow] branch master updated (7018a4b -> 0a56006)

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 7018a4b  ARROW-15595: [Release][Ruby] Add support for MFA
     add 0a56006  ARROW-15020: [R] Add bindings for new dataset writing options

No new revisions were added by this update.

Summary of changes:
 r/R/arrowExports.R                    |   4 +-
 r/R/dataset-write.R                   |  36 +++++++-
 r/man/write_dataset.Rd                |  23 +++++
 r/src/arrowExports.cpp                |  14 +--
 r/src/dataset.cpp                     |   8 +-
 r/tests/testthat/test-dataset-write.R | 155 ++++++++++++++++++++++++++++++++++
 6 files changed, 228 insertions(+), 12 deletions(-)