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/02/20 01:35:10 UTC

[arrow] branch master updated (12aa05a -> 9834601)

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 12aa05a  ARROW-7742: [GLib] Add support for MapArray
     add 9834601  ARROW-7786: [R] Wire up check_metadata in Table.Equals method

No new revisions were added by this update.

Summary of changes:
 r/R/array.R                           |  4 +++-
 r/R/arrow-package.R                   |  4 ++--
 r/R/arrowExports.R                    |  4 ++++
 r/R/buffer.R                          |  4 +++-
 r/R/chunked-array.R                   |  4 ++--
 r/R/field.R                           |  2 +-
 r/R/message.R                         |  5 ++---
 r/R/record-batch.R                    |  7 ++++---
 r/R/schema.R                          | 12 ++++++++++--
 r/R/table.R                           |  8 +++++---
 r/R/type.R                            |  5 ++---
 r/man/Schema.Rd                       |  3 +++
 r/man/Table.Rd                        |  3 ++-
 r/src/arrowExports.cpp                | 17 +++++++++++++++++
 r/src/schema.cpp                      |  8 ++++++++
 r/src/table.cpp                       |  2 +-
 r/tests/testthat/test-Array.R         |  9 +++++++++
 r/tests/testthat/test-RecordBatch.R   |  9 +++++++++
 r/tests/testthat/test-Table.R         | 23 +++++++++++++++++++++--
 r/tests/testthat/test-buffer.R        |  9 +++++++++
 r/tests/testthat/test-chunked-array.R |  9 +++++++++
 r/tests/testthat/test-schema.R        |  8 ++++++++
 r/tests/testthat/test-type.R          | 12 ++++++++++++
 23 files changed, 146 insertions(+), 25 deletions(-)