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/10/31 15:25:01 UTC

[arrow] branch master updated (8066c5e1f2 -> d045fc5d65)

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 8066c5e1f2 ARROW-13980: [Go] Implement Scalar ApproxEquals (#14543)
     add d045fc5d65 ARROW-17462: [R] Cast scalars to type of field in Expression building (#13985)

No new revisions were added by this update.

Summary of changes:
 r/R/compute.R                          |   2 +-
 r/R/expression.R                       | 125 ++++++++++++++++++++++++++++++---
 r/tests/testthat/test-dataset-dplyr.R  |   6 +-
 r/tests/testthat/test-dplyr-collapse.R |   4 +-
 r/tests/testthat/test-dplyr-filter.R   |  30 ++++----
 r/tests/testthat/test-dplyr-mutate.R   |   2 +-
 r/tests/testthat/test-dplyr-query.R    |  87 +++++++++++++++++++++++
 r/tests/testthat/test-expression.R     |   5 +-
 8 files changed, 228 insertions(+), 33 deletions(-)