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 5ead375 ARROW-13855: [C++][Python] Implement C data interface support
for extension types
add e9251b0 ARROW-13740: [R] summarize() should not eagerly evaluate
No new revisions were added by this update.
Summary of changes:
.github/workflows/r.yml | 1 +
r/NAMESPACE | 1 +
r/NEWS.md | 5 +
r/R/arrow-package.R | 4 +-
r/R/arrowExports.R | 8 +-
r/R/dataset-scan.R | 14 +-
r/R/dplyr-arrange.R | 2 +-
r/R/dplyr-collect.R | 74 +-
r/R/dplyr-filter.R | 2 +-
r/R/dplyr-functions.R | 15 +
r/R/dplyr-group-by.R | 2 +-
r/R/dplyr-mutate.R | 17 +-
r/R/dplyr-select.R | 6 +-
r/R/dplyr-summarize.R | 69 +-
r/R/dplyr.R | 85 +-
r/R/duckdb.R | 2 +-
r/R/expression.R | 3 +
r/R/query-engine.R | 126 ++-
r/src/arrowExports.cpp | 916 +++++++++++----------
r/src/compute-exec.cpp | 16 +-
r/src/expression.cpp | 5 +
r/tests/testthat/helper-skip.R | 14 +
r/tests/testthat/test-dataset.R | 24 +-
r/tests/testthat/test-dplyr-collapse.R | 210 +++++
...st-dplyr-aggregate.R => test-dplyr-summarize.R} | 120 ++-
r/tests/testthat/test-duckdb.R | 1 +
r/tests/testthat/test-metadata.R | 5 +-
r/tests/testthat/test-python.R | 5 +-
r/tests/testthat/test-s3-minio.R | 22 +-
29 files changed, 1124 insertions(+), 650 deletions(-)
create mode 100644 r/tests/testthat/test-dplyr-collapse.R
rename r/tests/testthat/{test-dplyr-aggregate.R => test-dplyr-summarize.R}
(72%)