alistaire47 commented on code in PR #12867:
URL: https://github.com/apache/arrow/pull/12867#discussion_r848915197


##########
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 tried `default`, but in some cases (maybe consistent? but I don't want to 
promise that) the `.frequency = "once"` ones still threw a warning afterwards. 
Easier/safer to just make it verbose at the start of the file and back to 
default at the end; let me try it out



-- 
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]

Reply via email to