viirya commented on code in PR #3893:
URL: https://github.com/apache/arrow-rs/pull/3893#discussion_r1143659643
##########
arrow-data/src/ffi.rs:
##########
@@ -118,9 +118,6 @@ struct ArrayPrivateData {
impl FFI_ArrowArray {
/// creates a new `FFI_ArrowArray` from existing data.
- /// # Memory Leaks
Review Comment:
I guess that it means that consumer of `FFI_ArrowArray` (might be in other
language like JVM) should call `release` as C Data Interface defines to release
it?
--
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]