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/28 16:00:42 UTC

[arrow] branch master updated (5096803 -> c67ff09)

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 5096803  ARROW-7962: [R][Dataset] Followup to "Consolidate Source and Dataset classes"
     add c67ff09  ARROW-3543: [R] Better support for timestamp format and time zones in R

No new revisions were added by this update.

Summary of changes:
 r/R/array.R                           |  12 +
 r/R/arrowExports.R                    |   8 +-
 r/R/expression.R                      |   7 +-
 r/R/type.R                            |  10 +-
 r/src/array_from_vector.cpp           |  18 +-
 r/src/array_to_vector.cpp             |   3 +
 r/src/arrowExports.cpp                |  28 +--
 r/src/arrow_types.h                   |   1 +
 r/src/datatype.cpp                    |   9 +-
 r/src/symbols.cpp                     |   1 +
 r/tests/testthat/helper-expectation.R |   5 +
 r/tests/testthat/test-Array.R         | 458 +++++++++++++---------------------
 r/tests/testthat/test-dataset.R       |   2 +-
 r/tests/testthat/test-type.R          |  27 +-
 14 files changed, 243 insertions(+), 346 deletions(-)