ianmcook commented on a change in pull request #9745:
URL: https://github.com/apache/arrow/pull/9745#discussion_r600149524
##########
File path: r/R/dplyr.R
##########
@@ -364,6 +383,7 @@ set_filters <- function(.data, expressions) {
collect.arrow_dplyr_query <- function(x, as_data_frame = TRUE, ...) {
x <- ensure_group_vars(x)
+ x <- ensure_arrange_vars(x) # this sets x$temp_columns
Review comment:
Lengthy comment added in
https://github.com/apache/arrow/commit/d53abf885fe33afbf1079dbae439e1753efd071e#diff-3a791b6bbfdb1605c74f85ca5e9854503ed70ac8b274288919dfbec7ce0cef02R457-R465
--
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]