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


##########
r/tests/testthat/test-dplyr-summarize.R:
##########
@@ -18,6 +18,7 @@
 skip_if(on_old_windows())
 
 withr::local_options(list(arrow.summarise.sort = TRUE))
+old_options <- options(rlib_warning_verbosity = "verbose")

Review Comment:
   Wait we could set an option for this too instead. From `?dplyr::summarize`:
   
   > In addition, a message informs you of that choice, unless the result is 
ungrouped, the option "dplyr.summarise.inform" is set to FALSE, or when 
summarise() is called from a function in a package.
   



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