This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 79799e59b1 GH-39664: [C++][Acero] Ensure Acero benchmarks present a
metric for identifying throughput (#40884)
add 5865e96db2 GH-41323: [R] Redo how summarize() evaluates expressions
(#41223)
No new revisions were added by this update.
Summary of changes:
r/NEWS.md | 3 +
r/R/arrowExports.R | 4 +
r/R/dplyr-across.R | 1 -
r/R/dplyr-eval.R | 76 +++++-
r/R/dplyr-summarize.R | 345 +++++++++++-------------
r/R/expression.R | 3 +
r/src/arrowExports.cpp | 9 +
r/src/expression.cpp | 17 ++
r/tests/testthat/test-dplyr-across.R | 20 +-
r/tests/testthat/test-dplyr-filter.R | 1 -
r/tests/testthat/test-dplyr-funcs-conditional.R | 15 ++
r/tests/testthat/test-dplyr-summarize.R | 137 ++++++++--
12 files changed, 398 insertions(+), 233 deletions(-)