This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from b09914e  ARROW-14352: [IR] Remove schema property from Source
     add 9ebc594  ARROW-14310: [R] Make expect_dplyr_equal() more intuitive

No new revisions were added by this update.

Summary of changes:
 r/tests/testthat/helper-expectation.R           | 120 +++++--
 r/tests/testthat/test-Array.R                   |   8 +-
 r/tests/testthat/test-compute-aggregate.R       |  62 ++--
 r/tests/testthat/test-compute-sort.R            |  60 ++--
 r/tests/testthat/test-dplyr-arrange.R           |  80 ++---
 r/tests/testthat/test-dplyr-collapse.R          |  12 +-
 r/tests/testthat/test-dplyr-count.R             |  32 +-
 r/tests/testthat/test-dplyr-distinct.R          |  32 +-
 r/tests/testthat/test-dplyr-filter.R            | 138 +++----
 r/tests/testthat/test-dplyr-funcs-conditional.R | 100 +++---
 r/tests/testthat/test-dplyr-funcs-datetime.R    | 116 +++---
 r/tests/testthat/test-dplyr-funcs-math.R        |  98 ++---
 r/tests/testthat/test-dplyr-funcs-string.R      | 455 ++++++++++++------------
 r/tests/testthat/test-dplyr-funcs-type.R        |  84 ++---
 r/tests/testthat/test-dplyr-group-by.R          |  54 +--
 r/tests/testthat/test-dplyr-join.R              |  36 +-
 r/tests/testthat/test-dplyr-mutate.R            | 116 +++---
 r/tests/testthat/test-dplyr-query.R             |  29 +-
 r/tests/testthat/test-dplyr-select.R            |  72 ++--
 r/tests/testthat/test-dplyr-summarize.R         | 280 +++++++--------
 r/tests/testthat/test-metadata.R                |  24 +-
 r/tests/testthat/test-na-omit.R                 |  12 +-
 22 files changed, 1032 insertions(+), 988 deletions(-)

Reply via email to