ianmcook commented on a change in pull request #9745: URL: https://github.com/apache/arrow/pull/9745#discussion_r599912007
########## File path: r/R/dplyr.R ########## @@ -390,6 +409,25 @@ collect.arrow_dplyr_query <- function(x, as_data_frame = TRUE, ...) { tab <- RecordBatch$create(!!!cols) } } + # Arrange rows + # TODO: support sorting by expressions, not just field names + # TODO: support sorting by names and expressions that are valid *before* the Review comment: Solved in 0ba20fb57c542e3099b047c792579819685c8888 -- 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: us...@infra.apache.org