You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/06/18 00:04:09 UTC

[arrow] branch master updated (d3cdcb6 -> f1e3c2e)

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

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


    from d3cdcb6  ARROW-13092: [C++] Return an error in CreateDir if target is a file
     add f1e3c2e  ARROW-12940: [R] Expose C interface as R6 methods

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                       |  2 +-
 r/R/array.R                         | 15 ++++++----
 r/R/field.R                         |  5 +++-
 r/R/python.R                        | 24 ++++++++--------
 r/R/record-batch-reader.R           |  7 +++--
 r/R/record-batch.R                  |  9 ++++--
 r/R/schema.R                        |  5 +++-
 r/R/type.R                          |  6 +++-
 r/man/RecordBatchReader.Rd          |  2 +-
 r/man/array.Rd                      |  2 +-
 r/tests/testthat/test-Array.R       | 20 +++++++++++++
 r/tests/testthat/test-RecordBatch.R | 56 +++++++++++++++++++++++++++++++++----
 r/tests/testthat/test-Table.R       |  6 ++--
 r/tests/testthat/test-data-type.R   | 13 +++++++++
 r/tests/testthat/test-field.R       | 13 +++++++++
 r/tests/testthat/test-python.R      |  1 -
 r/tests/testthat/test-schema.R      | 13 +++++++++
 17 files changed, 162 insertions(+), 37 deletions(-)