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 2019/12/02 17:54:04 UTC

[arrow] branch master updated (b218a7f -> 6c2035a)

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 b218a7f  ARROW-7240: [C++] Add Result<T> to APIs to arrow/util
     add 6c2035a  ARROW-7035: [R] Default arguments are unclear in write_parquet docs

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                      |   2 +
 r/R/compression.R                |  11 ++--
 r/R/parquet.R                    | 133 +++++++++++++++++++++++++++++++--------
 r/man/Codec.Rd                   |  11 ++--
 r/man/ParquetFileWriter.Rd       |  22 +++++++
 r/man/ParquetWriterProperties.Rd |  47 ++++++++++++++
 r/man/read_parquet.Rd            |   2 +-
 r/man/write_parquet.Rd           |  66 +++++++++++--------
 r/tests/testthat/test-parquet.R  |   9 +++
 9 files changed, 241 insertions(+), 62 deletions(-)
 create mode 100644 r/man/ParquetFileWriter.Rd
 create mode 100644 r/man/ParquetWriterProperties.Rd