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 5d41f1d  ARROW-6946: [Go] Run tests with assert build tag enabled to 
ensure safety
     add c273ea7  ARROW-13995: [R] Bindings for join node

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/exec/options.h |  12 +--
 r/DESCRIPTION                        |   1 +
 r/NAMESPACE                          |   1 +
 r/R/arrow-package.R                  |   3 +-
 r/R/arrowExports.R                   |   8 ++
 r/R/dplyr-collect.R                  |   8 ++
 r/R/dplyr-join.R                     | 126 +++++++++++++++++++++++++++++
 r/R/enums.R                          |  13 +++
 r/R/query-engine.R                   |  26 +++++-
 r/man/enums.Rd                       |   5 ++
 r/src/arrowExports.cpp               |  38 +++++++++
 r/src/compute-exec.cpp               |  59 ++++++++++++++
 r/tests/testthat/test-dplyr-join.R   | 153 +++++++++++++++++++++++++++++++++++
 13 files changed, 445 insertions(+), 8 deletions(-)
 create mode 100644 r/R/dplyr-join.R
 create mode 100644 r/tests/testthat/test-dplyr-join.R

Reply via email to