ianmcook commented on a change in pull request #9745:
URL: https://github.com/apache/arrow/pull/9745#discussion_r598702536



##########
File path: r/R/array.R
##########
@@ -131,6 +133,12 @@ Array <- R6Class("Array",
       assert_is(i, "Array")
       call_function("filter", self, i, options = list(keep_na = keep_na))
     },
+    SortIndices = function(descending = FALSE) {

Review comment:
       I think there might be a good reason for the implementations to be 
different in the C++ API, but I'm not sure. See the hidden comment here for 
context: 
https://github.com/apache/arrow/commit/589cd096059c87b4e34e670d58691cf8ac21d6b0#commitcomment-48425557




-- 
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]


Reply via email to