You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ia...@apache.org on 2021/09/25 00:24:45 UTC

[arrow] branch master updated (b69e2fb -> 2178905)

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

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


    from b69e2fb  ARROW-14084: [GLib][Ruby][Dataset] Add support for scanning from directory
     add 2178905  ARROW-13772: [R] Binding for median aggregation

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                             |   1 +
 r/NEWS.md                               |   2 +-
 r/R/arrow-package.R                     |   2 +-
 r/R/dplyr-collect.R                     |   3 +-
 r/R/dplyr-functions.R                   |  41 ++++++++-
 r/R/dplyr-summarize.R                   |  32 ++++++-
 r/R/util.R                              |   7 ++
 r/src/compute.cpp                       |  21 ++++-
 r/tests/testthat/test-dplyr-summarize.R | 145 ++++++++++++++++++++++++++++++++
 9 files changed, 243 insertions(+), 11 deletions(-)