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/11/02 21:57:00 UTC

[arrow] branch master updated (0e162a5499 -> f29be8020e)

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 0e162a5499 ARROW-18183: [C++] cpp-micro benchmarks are failing on mac arm machine (#14562)
     add f29be8020e ARROW-18203: [R] Refactor to remove unnecessary uses of build_expr (#14553)

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                                   |   2 +
 r/R/arrow-datum.R                               |  11 +-
 r/R/compute.R                                   | 184 --------------
 r/R/dplyr-datetime-helpers.R                    |  75 +++---
 r/R/dplyr-eval.R                                |   2 +-
 r/R/dplyr-funcs-conditional.R                   |  55 +++--
 r/R/dplyr-funcs-datetime.R                      | 141 +++++------
 r/R/dplyr-funcs-math.R                          |  29 +--
 r/R/{expression.R => dplyr-funcs-simple.R}      | 211 ++--------------
 r/R/dplyr-funcs-string.R                        |   8 +
 r/R/dplyr-funcs-type.R                          |  47 ++--
 r/R/dplyr-funcs.R                               |  24 +-
 r/R/expression.R                                | 310 +++++-------------------
 r/R/udf.R                                       | 200 +++++++++++++++
 r/man/Expression.Rd                             |   8 +-
 r/man/register_binding.Rd                       |  20 +-
 r/man/register_scalar_function.Rd               |   2 +-
 r/tests/testthat/_snaps/{compute.md => udf.md}  |   0
 r/tests/testthat/test-dplyr-funcs-datetime.R    |  47 ++--
 r/tests/testthat/{test-compute.R => test-udf.R} |   0
 20 files changed, 514 insertions(+), 862 deletions(-)
 copy r/R/{expression.R => dplyr-funcs-simple.R} (50%)
 create mode 100644 r/R/udf.R
 rename r/tests/testthat/_snaps/{compute.md => udf.md} (100%)
 rename r/tests/testthat/{test-compute.R => test-udf.R} (100%)