jonkeane commented on code in PR #12867:
URL: https://github.com/apache/arrow/pull/12867#discussion_r849822327
##########
r/tests/testthat/test-dplyr-summarize.R:
##########
@@ -17,7 +17,11 @@
skip_if(on_old_windows())
-withr::local_options(list(arrow.summarise.sort = TRUE))
+withr::local_options(list(
+ arrow.summarise.sort = TRUE,
+ rlib_warning_verbosity = "verbose",
+ dplyr.summarise.inform = FALSE
Review Comment:
```suggestion
# This prevents the warning in `summarize()` about having grouped output
without
# also specifying what to do with `.groups`
dplyr.summarise.inform = FALSE
```
It might be nice to have a comment about why we need the
`dplyr.summarise.inform=FALSE` here so we remember. The others are more-or-less
straightforward, but that one I'm not sure I would remember what causes it +
where.
--
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]