ianmcook commented on a change in pull request #10992:
URL: https://github.com/apache/arrow/pull/10992#discussion_r701409571
##########
File path: r/tests/testthat/test-dplyr-summarize.R
##########
@@ -148,13 +159,12 @@ test_that("Group by var on dataset", {
input %>%
group_by(some_grouping) %>%
summarize(var = var(int, na.rm = FALSE)) %>%
- arrange(some_grouping) %>%
collect(),
tbl
)
})
-test_that("n()", {
+test_that("Group by any/all", {
Review comment:
This looks like it was introduced accidentally in a merge
```suggestion
test_that("n()", {
```
--
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]