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


##########
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:
   Hmm, this will quiet all rlang-type warnings, which is probably not quite 
what we want. Maybe this should be `"default"` instead of `"quiet"`? Though, 
this is moot if we go in the other direction up above.



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