nealrichardson commented on a change in pull request #7318: URL: https://github.com/apache/arrow/pull/7318#discussion_r434284600
########## File path: r/R/record-batch.R ########## @@ -121,14 +121,13 @@ RecordBatch <- R6Class("RecordBatch", inherit = ArrowObject, assert_is(i, "Array") # Invalid: Tried executing function with non-value type: RecordBatch # so use old methods - shared_ptr(RecordBatch, RecordBatch__Take(self, i)) + shared_ptr(RecordBatch, call_function("take", self, i)) Review comment: Likewise should remove comment above, which is no longer valid. ---------------------------------------------------------------- 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