viirya commented on a change in pull request #1449:
URL: https://github.com/apache/arrow-rs/pull/1449#discussion_r830199180
##########
File path: arrow/src/ffi.rs
##########
@@ -802,6 +810,41 @@ impl ArrowArray {
pub fn into_raw(this: ArrowArray) -> (*const FFI_ArrowArray, *const
FFI_ArrowSchema) {
Review comment:
I tend not to delete it as its usage is different. We actually use this
API internally and we manage the Arc pointers manually. This save us a round
trip from Java.
--
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]