nealrichardson commented on code in PR #13563: URL: https://github.com/apache/arrow/pull/13563#discussion_r918406253
########## r/R/chunked-array.R: ########## @@ -119,6 +119,7 @@ ChunkedArray <- R6Class("ChunkedArray", assert_that(!is.na(descending)) # TODO: after ARROW-12042 is closed, review whether this and the # Array$SortIndices definition can be consolidated + # (edit: ARROW-12042 was resolved in 7.0.0) Review Comment: Dealt with this in https://github.com/apache/arrow/pull/13576 ```suggestion ``` -- 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