tustvold commented on code in PR #3685:
URL: https://github.com/apache/arrow-rs/pull/3685#discussion_r1101757793
##########
arrow/src/ffi.rs:
##########
@@ -911,6 +928,7 @@ impl ArrowArray {
}
/// exports [ArrowArray] to the C Data Interface
+ #[deprecated(note = "Use FFI_ArrowArray and FFI_ArrowSchema directly")]
Review Comment:
The semantics of this method are really unclear, it is never documented that
the returned pointers need to be fed to `Arc::from_raw` in order to free them
--
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]