vibhatha commented on code in PR #13150: URL: https://github.com/apache/arrow/pull/13150#discussion_r902267996
########## 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: cc @westonpace @nealrichardson @paleolimbot I added this function in order to fix the style issue in R. But a few tests are failing and example trace is as follows. ```r Error (test-dataset-dplyr.R:193:3): count() Error in `collect(.)`: object of type 'builtin' is not subsettable ``` What could be the issue? I am not quite clear about the R error. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org