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/03 13:52:55 UTC

[arrow] branch master updated (ee32aea -> 310fca9)

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 ee32aea  ARROW-14413: [C++][Gandiva] Implement levenshtein function
     add 310fca9  ARROW-14843 [R] Implement `decimal128()` (to replace `decimal()`)

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                              |  1 +
 r/NEWS.md                                |  2 ++
 r/R/dplyr-functions.R                    |  2 +-
 r/R/enums.R                              |  2 +-
 r/R/type.R                               | 28 ++++++++++++++++++----------
 r/man/data-type.Rd                       | 23 +++++++++++++++--------
 r/src/array_to_vector.cpp                |  2 +-
 r/src/datatype.cpp                       |  2 +-
 r/tests/testthat/test-chunked-array.R    |  2 +-
 r/tests/testthat/test-data-type.R        | 15 ++++++++++-----
 r/tests/testthat/test-dplyr-funcs-type.R | 17 ++++++++++++-----
 r/tests/testthat/test-type.R             |  6 +++++-
 12 files changed, 68 insertions(+), 34 deletions(-)