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 2022/05/24 11:50:17 UTC

[arrow] branch master updated (6576aa06fd -> d889adec54)

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 6576aa06fd ARROW-16634: [Gandiva][C++] Add udfdegrees alias
     add d889adec54 ARROW-15622: [R] Implement union_all and union for arrow_dplyr_query

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                                      |  1 +
 r/R/arrow-package.R                                |  2 +-
 r/R/arrowExports.R                                 |  5 +-
 .../testthat/test-array-data.R => R/dplyr-union.R} | 28 ++++----
 r/R/query-engine.R                                 |  7 ++
 r/src/arrowExports.cpp                             | 10 +++
 r/src/compute-exec.cpp                             |  7 ++
 r/tests/testthat/test-dplyr-union.R                | 74 ++++++++++++++++++++++
 8 files changed, 120 insertions(+), 14 deletions(-)
 copy r/{tests/testthat/test-array-data.R => R/dplyr-union.R} (59%)
 create mode 100644 r/tests/testthat/test-dplyr-union.R