paleolimbot commented on a change in pull request #12011:
URL: https://github.com/apache/arrow/pull/12011#discussion_r773851085
##########
File path: r/R/python.R
##########
@@ -23,11 +23,7 @@ py_to_r.pyarrow.lib.Array <- function(x, ...) {
delete_arrow_array(array_ptr)
})
- x$`_export_to_c`(
- external_pointer_addr_double(array_ptr),
- external_pointer_addr_double(schema_ptr)
- )
-
+ x$`_export_to_c`(array_ptr, schema_ptr)
Review comment:
True! I forgot about that. As long as the error message is along the
lines of "update the R package" it's probably ok! When I do the R version I
could do that, too.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]