ianmcook commented on a change in pull request #9716:
URL: https://github.com/apache/arrow/pull/9716#discussion_r595464197
##########
File path: r/R/dplyr.R
##########
@@ -42,7 +42,10 @@ arrow_dplyr_query <- function(.data) {
filtered_rows = TRUE,
# group_by_vars is a character vector of columns (as renamed)
# in the data. They will be kept when data is pulled into R.
- group_by_vars = character()
+ group_by_vars = character(),
+ # drop_empty_groups is a logical value indicating whether to drop
+ # groups formed by factor levels that don't appear in the data
+ drop_empty_groups = TRUE
Review comment:
Changed in 5102fb9f6feccf8f62b6870728220d423e57e1cf
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]