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/01/23 17:38:25 UTC

[arrow] branch master updated (26065ee -> 9d5ff0c)

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 26065ee  ARROW-7658: [R] Support dplyr filtering on date/time
     add 9d5ff0c  ARROW-7639: [R] Cannot convert Dictionary Array to R when values aren't strings

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                       |  3 ++
 r/NEWS.md                         |  1 +
 r/R/array.R                       | 76 +++++++++++++++++++++++++++++----------
 r/R/arrowExports.R                |  4 +++
 r/man/array.Rd                    | 22 ++++++++++--
 r/src/array_from_vector.cpp       | 10 ++++++
 r/src/array_to_vector.cpp         | 12 +++++--
 r/src/arrowExports.cpp            | 18 ++++++++++
 r/src/datatype.cpp                |  2 +-
 r/tests/testthat/test-Array.R     | 16 +++++++++
 r/tests/testthat/test-data-type.R |  7 ++++
 11 files changed, 145 insertions(+), 26 deletions(-)