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/09/10 21:59:55 UTC

[arrow] branch master updated (986eab4 -> b77e8ae)

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 986eab4  ARROW-9968: [C++] Fix UBSAN build
     add b77e8ae  ARROW-9854: [R] Support reading/writing data to/from S3

No new revisions were added by this update.

Summary of changes:
 r/NEWS.md                   |  9 ++++---
 r/R/csv.R                   |  2 +-
 r/R/dataset-factory.R       | 15 +++---------
 r/R/dataset.R               | 13 ++--------
 r/R/feather.R               |  6 ++---
 r/R/filesystem.R            | 22 ++++++++++++++++-
 r/R/io.R                    | 23 ++++++++++++++++--
 r/R/ipc_stream.R            |  8 +++---
 r/R/parquet.R               |  5 ++--
 r/man/make_readable_file.Rd |  6 ++++-
 r/man/read_delim_arrow.Rd   |  2 +-
 r/man/read_feather.Rd       |  4 +--
 r/man/read_ipc_stream.Rd    |  4 +--
 r/man/read_json_arrow.Rd    |  2 +-
 r/man/read_parquet.Rd       |  4 +--
 r/man/write_feather.Rd      |  2 +-
 r/man/write_ipc_stream.Rd   |  2 +-
 r/man/write_parquet.Rd      |  3 ++-
 r/tests/testthat/test-s3.R  | 52 +++++++++++++++++++++++++++++++++++++++
 r/vignettes/fs.Rmd          | 59 +++++++++++++++++++++++++++++++++++++++++++++
 20 files changed, 191 insertions(+), 52 deletions(-)
 create mode 100644 r/tests/testthat/test-s3.R
 create mode 100644 r/vignettes/fs.Rmd