You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/12 21:32:14 UTC

[GitHub] [arrow] alistaire47 commented on a diff in pull request #12867: ARROW-14168: [R] Warn only once about arrow function differences

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org