jonkeane commented on code in PR #12867:
URL: https://github.com/apache/arrow/pull/12867#discussion_r848921771
##########
r/tests/testthat/test-dplyr-summarize.R:
##########
@@ -317,6 +319,9 @@ test_that("median()", {
tbl,
warning = "median\\(\\) currently returns an approximate median in Arrow"
)
+ # silence warnings
+ rlang::local_options(rlib_warning_verbosity = "quiet")
+
Review Comment:
🤔 I wonder if changing that setting actually resets the counter?
Anyway, for our purposes, during tests, we probably do want it to always end
up firing cause that's easier to catch + test or ignore.
--
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]