You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/08/05 23:35:23 UTC

[arrow] branch master updated (7aefa50 -> 60c9356)

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

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


    from 7aefa50  ARROW-3325: [Python][Parquet] Add "read_dictionary" argument to parquet.read_table, ParquetDataset to enable direct-to-DictionaryArray reads
     add 60c9356  ARROW-3204: [R] Enable R package to be made available on CRAN

No new revisions were added by this update.

Summary of changes:
 ci/windows-pkg-arrow-for-r.sh   |  8 ++++----
 r/DESCRIPTION                   |  7 ++++---
 r/Makefile                      |  1 +
 r/NAMESPACE                     |  2 +-
 r/R/Field.R                     |  8 ++++----
 r/R/csv.R                       | 12 ++++++++++++
 r/R/feather.R                   | 20 ++++++++++++++++++++
 r/R/install-arrow.R             |  7 ++++---
 r/R/json.R                      | 13 +++++++++++++
 r/R/parquet.R                   | 13 +++++++------
 r/cran-comments.md              | 39 ++++++++++++++++++++++-----------------
 NOTICE.txt => r/inst/NOTICE.txt |  0
 r/man/arrow-package.Rd          |  6 +++---
 r/man/field.Rd                  |  6 +++---
 r/man/install_arrow.Rd          |  3 +++
 r/man/read_delim_arrow.Rd       | 13 +++++++++++++
 r/man/read_feather.Rd           | 13 +++++++++++++
 r/man/read_json_arrow.Rd        | 14 ++++++++++++++
 r/man/read_parquet.Rd           |  6 +++---
 r/man/write_feather.Rd          |  9 +++++++++
 r/man/write_parquet.Rd          |  7 ++++---
 21 files changed, 157 insertions(+), 50 deletions(-)
 copy NOTICE.txt => r/inst/NOTICE.txt (100%)