jonkeane commented on code in PR #51312:
URL: https://github.com/apache/arrow/pull/51312#discussion_r4030409859
##########
r/R/dplyr-mutate.R:
##########
@@ -75,6 +75,8 @@ mutate.arrow_dplyr_query <- function(
# Make a copy of .data, do the aggregations on it, and then left_join on
# the group_by variables.
agg_query <- as_adq(.data)
+ agg_query$arrange_vars <- list()
+ agg_query$arrange_desc <- logical()
Review Comment:
Were these then just referenced elsewhere without checking if they exist?
Was that the bug? Wild!
--
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]