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:59:47 UTC

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

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


##########
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:
   🙏 thanks for this heads up, it's really fantastic!



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