pitrou commented on a change in pull request #12011:
URL: https://github.com/apache/arrow/pull/12011#discussion_r773866818
##########
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:
I did not use that exact wording (in case someone calls it in another
context that R), but I added a warning about that.
--
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]