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/21 12:46:52 UTC

[arrow] branch master updated (d0a4263 -> 44a38b3)

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 d0a4263  ARROW-13852: [R] Handle Dataset schema metadata in ExecPlan
     add 44a38b3  ARROW-13502: [R] Bindings for min/max aggregation

No new revisions were added by this update.

Summary of changes:
 r/R/dplyr-functions.R                   |  24 +++++-
 r/src/compute.cpp                       |   9 +-
 r/tests/testthat/test-dataset.R         |  16 ++--
 r/tests/testthat/test-dplyr-group-by.R  |  25 ++++--
 r/tests/testthat/test-dplyr-summarize.R | 147 +++++++++++++++++++++++++++-----
 5 files changed, 178 insertions(+), 43 deletions(-)