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 2021/09/20 19:08:21 UTC

[arrow] branch master updated (1bef74b -> 33c45e4)

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 1bef74b  ARROW-12673: [C++] Add callback to handle incorrect column counts
     add 33c45e4  ARROW-13550: [R] Support .groups argument to dplyr::summarize()

No new revisions were added by this update.

Summary of changes:
 r/R/dplyr-summarize.R                          | 33 ++++++++++++++--
 r/tests/testthat/helper-expectation.R          |  4 +-
 r/tests/testthat/test-chunked-array.R          | 10 +++--
 r/tests/testthat/test-compute-no-bindings.R    |  2 -
 r/tests/testthat/test-dplyr-string-functions.R | 30 +++++++++++----
 r/tests/testthat/test-dplyr-summarize.R        | 53 +++++++++++++++++++++++++-
 6 files changed, 111 insertions(+), 21 deletions(-)