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/12/13 19:16:53 UTC

[arrow] branch master updated (ab46725 -> cf8d81d)

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 ab46725  ARROW-12768: [C++] Stricter signed zero comparison in tests
     add cf8d81d  ARROW-14941 [R] Implement Duration R6 class and bindings for lubridate::duration()

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                           |  1 +
 r/R/arrowExports.R                    |  8 ++++
 r/R/type.R                            | 25 ++++++++++++
 r/man/data-type.Rd                    |  3 ++
 r/src/array_to_vector.cpp             | 58 ++++++++++++++++++++++++++++
 r/src/arrowExports.cpp                | 32 ++++++++++++++++
 r/src/datatype.cpp                    | 12 ++++++
 r/src/r_to_arrow.cpp                  | 71 ++++++++++++++++++++++++++---------
 r/src/type_infer.cpp                  |  5 ++-
 r/tests/testthat/test-Array.R         |  8 +++-
 r/tests/testthat/test-chunked-array.R |  7 +++-
 r/tests/testthat/test-data-type.R     | 31 +++++++++++++++
 r/tests/testthat/test-type.R          |  4 ++
 r/vignettes/arrow.Rmd                 |  3 +-
 14 files changed, 247 insertions(+), 21 deletions(-)