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/20 19:30:49 UTC

[arrow] branch master updated (281dee5 -> cfcce5a)

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 281dee5  ARROW-15019: [Python] Add bindings for new dataset writing options
     add cfcce5a  ARROW-14844: [R] Implement decimal256()

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                              |  1 +
 r/NEWS.md                                |  3 +-
 r/R/array.R                              | 24 ++++++++++-
 r/R/arrowExports.R                       |  4 ++
 r/R/type.R                               | 73 ++++++++++++++++++++++++--------
 r/man/data-type.Rd                       | 34 ++++++++++-----
 r/src/array_to_vector.cpp                | 11 +++--
 r/src/arrowExports.cpp                   | 17 ++++++++
 r/src/datatype.cpp                       |  9 ++++
 r/tests/testthat/test-Array.R            | 18 ++++++++
 r/tests/testthat/test-chunked-array.R    | 26 +++++++++++-
 r/tests/testthat/test-data-type.R        | 44 ++++++++++++++-----
 r/tests/testthat/test-dplyr-funcs-type.R | 17 ++++++--
 r/tests/testthat/test-type.R             |  4 ++
 14 files changed, 237 insertions(+), 48 deletions(-)