vibhatha commented on code in PR #13150:
URL: https://github.com/apache/arrow/pull/13150#discussion_r903225025
##########
r/R/query-engine.R:
##########
@@ -259,6 +221,49 @@ ExecPlan <- R6Class("ExecPlan",
)
},
Stop = function() ExecPlan_StopProducing(self)
+ ),
+ private = list(
+ .config_aggregation = function(node, data, grouped, group_vars) {
+ # Project to include just the data required for each aggregation,
Review Comment:
It worked well, @paleolimbot 👍
--
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]