alistaire47 commented on code in PR #12867:
URL: https://github.com/apache/arrow/pull/12867#discussion_r848887678
##########
r/tests/testthat/test-dplyr-summarize.R:
##########
@@ -392,44 +398,38 @@ test_that("quantile()", {
"quantile() currently returns an approximate quantile in Arrow",
fixed = TRUE
)
+ # silence warnings
+ rlang::local_options(rlib_warning_verbosity = "quiet")
# without groups
- expect_warning(
Review Comment:
These big diffs are just removing `expect_warning()` and dedenting
everything accordingly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]