This is an automated email from the ASF dual-hosted git repository.
npr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 72d2d24851 ARROW-17102: [R] Test fails on R minimal nightly builds due
to Parquet writing (#13631)
72d2d24851 is described below
commit 72d2d248517c0d6f42ef921ed996c92e634e7a81
Author: Nic Crane <[email protected]>
AuthorDate: Mon Jul 18 20:15:56 2022 +0100
ARROW-17102: [R] Test fails on R minimal nightly builds due to Parquet
writing (#13631)
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Neal Richardson <[email protected]>
---
r/tests/testthat/test-dplyr-summarize.R | 2 ++
1 file changed, 2 insertions(+)
diff --git a/r/tests/testthat/test-dplyr-summarize.R
b/r/tests/testthat/test-dplyr-summarize.R
index 3711b49975..f799fcbf38 100644
--- a/r/tests/testthat/test-dplyr-summarize.R
+++ b/r/tests/testthat/test-dplyr-summarize.R
@@ -237,6 +237,8 @@ test_that("Group by any/all", {
})
test_that("n_distinct() with many batches", {
+ skip_if_not_available("parquet")
+
tf <- tempfile()
write_parquet(dplyr::starwars, tf, chunk_size = 20)