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 2021/03/10 04:47:33 UTC

[arrow] branch master updated (0f72bcf -> e5c583b)

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 0f72bcf  ARROW-11613: [R] Move nightly C++ builds off of bintray
     add e5c583b  ARROW-10405: [C++] IsIn kernel should be able to lookup dictionary in string

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |  11 +-
 .../compute/kernels/scalar_set_lookup_test.cc      | 173 ++++++++++++++++++
 r/NAMESPACE                                        |   3 +
 r/R/arrowExports.R                                 |  32 ++--
 r/R/compute.R                                      |  25 ++-
 r/_pkgdown.yml                                     | 202 ++++++++++-----------
 r/man/match_arrow.Rd                               |  13 +-
 r/src/arrowExports.cpp                             |  76 ++++----
 r/tests/testthat/test-Array.R                      |  13 ++
 9 files changed, 383 insertions(+), 165 deletions(-)