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/04/09 22:33:59 UTC

[arrow] branch master updated (625375a -> 40e2c21)

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 625375a  ARROW-8373: [CI][GLib] Find gio-2.0 manually on macOS
     add 40e2c21  ARROW-7679: [R] Cleaner interface for creating UnionDataset

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                       |  2 ++
 r/NEWS.md                         |  1 +
 r/R/arrow-package.R               |  2 +-
 r/R/arrowExports.R                |  4 +++
 r/R/compression.R                 |  6 ++--
 r/R/csv.R                         |  2 +-
 r/R/dataset.R                     | 67 ++++++++++++++++++++++++++++-----------
 r/R/feather.R                     |  4 +--
 r/R/io.R                          |  3 +-
 r/R/ipc_stream.R                  |  4 +--
 r/R/json.R                        |  2 +-
 r/R/parquet.R                     |  4 +--
 r/R/record-batch-writer.R         |  4 +--
 r/R/record-batch.R                |  2 +-
 r/R/type.R                        |  2 +-
 r/R/util.R                        |  7 ++--
 r/_pkgdown.yml                    |  2 ++
 r/man/Dataset.Rd                  | 12 +++----
 r/man/open_dataset.Rd             | 18 +++++++----
 r/src/arrowExports.cpp            | 17 ++++++++++
 r/src/dataset.cpp                 |  7 ++++
 r/tests/testthat/helper-arrow.R   |  3 +-
 r/tests/testthat/test-data-type.R |  5 ++-
 r/tests/testthat/test-dataset.R   | 46 +++++++++++++++++++++++----
 r/vignettes/dataset.Rmd           |  4 +--
 25 files changed, 165 insertions(+), 65 deletions(-)