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/09/25 02:08:11 UTC

[arrow] branch master updated (2c7fb24 -> a89c803)

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 2c7fb24  ARROW-6629: [Doc] [C++] Add filesystem docs
     add a89c803  ARROW-6649: [R] print methods for Array, ChunkedArray, Table, RecordBatch

No new revisions were added by this update.

Summary of changes:
 r/R/array.R                           |  5 +++-
 r/R/arrow-package.R                   |  7 +++--
 r/R/chunked-array.R                   | 14 +++++++++
 r/R/dictionary.R                      | 31 +++++++++++++-------
 r/R/field.R                           |  2 +-
 r/R/record-batch.R                    |  9 ++++++
 r/R/schema.R                          |  2 +-
 r/R/table.R                           |  1 +
 r/R/type.R                            |  6 ----
 r/README.Rmd                          |  8 ++++--
 r/README.md                           | 51 ++++++++++++++++++++++-----------
 r/man/dictionary.Rd                   |  9 +++---
 r/tests/testthat/test-Array.R         |  7 ++++-
 r/tests/testthat/test-RecordBatch.R   | 25 ++++++++++++++---
 r/tests/testthat/test-Table.R         | 17 +++++++++++
 r/tests/testthat/test-chunked-array.R | 53 +++++++++++++++++++++++++++++++++--
 r/tests/testthat/test-data-type.R     |  4 ++-
 r/tests/testthat/test-field.R         |  8 ++++++
 r/tests/testthat/test-type.R          |  5 +---
 19 files changed, 209 insertions(+), 55 deletions(-)