You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/08/31 16:37:32 UTC

[arrow] branch master updated (31b2a52 -> de87636)

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 31b2a52  ARROW-9646: [C++][Dataset] Support writing with ParquetFileFormat
     add de87636  ARROW-9884: [R] Bindings for writing datasets to Parquet

No new revisions were added by this update.

Summary of changes:
 r/NEWS.md                       |  2 +-
 r/R/arrowExports.R              |  8 +++-
 r/R/dataset-format.R            | 15 +++++--
 r/R/dataset-write.R             | 23 ++++++-----
 r/R/dataset.R                   |  4 +-
 r/R/parquet.R                   | 75 ++++++++++++++++-------------------
 r/man/Dataset.Rd                |  2 +-
 r/man/ParquetFileWriter.Rd      |  2 +-
 r/man/arrow-package.Rd          |  2 +-
 r/man/write_dataset.Rd          |  8 ++--
 r/man/write_parquet.Rd          | 22 +----------
 r/src/arrowExports.cpp          | 29 +++++++++++---
 r/src/dataset.cpp               | 14 ++++++-
 r/tests/testthat/test-dataset.R | 88 ++++++++++++++++++++++++++++++++++++++++-
 14 files changed, 202 insertions(+), 92 deletions(-)