This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 557acf524f ARROW-17689: [R] Implement dplyr::across() inside
group_by() (#14122)
add 59883630fc ARROW-17178: [R] Support head() in arrow_dplyr_query with
user-defined function (#13706)
No new revisions were added by this update.
Summary of changes:
r/R/arrowExports.R | 32 +++--
r/R/compute.R | 7 --
r/R/dplyr.R | 9 +-
r/R/query-engine.R | 84 ++++---------
r/R/record-batch-reader.R | 1 +
r/R/table.R | 12 +-
r/src/arrowExports.cpp | 78 +++++++-----
r/src/arrow_types.h | 2 +
r/src/compute-exec.cpp | 224 ++++++++++++++++++++++-------------
r/src/recordbatchreader.cpp | 81 +++++++++++--
r/tests/testthat/test-compute.R | 92 ++++++--------
r/tests/testthat/test-query-engine.R | 60 ++++++++++
12 files changed, 416 insertions(+), 266 deletions(-)