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 3622a2e  ARROW-11138: [Rust] [DataFusion] Add ltrim, rtrim to built-in 
functions
     add dfee391  ARROW-9187: [R] Add bindings for arithmetic kernels

No new revisions were added by this update.

Summary of changes:
 r/NEWS.md                             |   1 +
 r/R/arrowExports.R                    |   4 --
 r/R/expression.R                      |  87 +++++++++++++++++++++++++--
 r/R/scalar.R                          |  10 +++-
 r/src/arrowExports.cpp                |  17 ------
 r/src/compute.cpp                     |  27 +++++++++
 r/src/scalar.cpp                      |   6 --
 r/tests/testthat/test-compute-arith.R |  78 +++++++++++++++++++++++++
 r/tests/testthat/test-dataset.R       | 107 ++++++++++++++++++++++++++++++++++
 r/tests/testthat/test-dplyr.R         |  88 +++++++++++++++++++++++++++-
 r/tests/testthat/test-expression.R    |  20 ++++++-
 11 files changed, 406 insertions(+), 39 deletions(-)
 create mode 100644 r/tests/testthat/test-compute-arith.R

Reply via email to