viirya commented on issue #884:
URL: 
https://github.com/apache/datafusion-comet/issues/884#issuecomment-2318559369

   > `ArrowSchema` and `ArrowArray` hold native memory. Garbage collecting 
these 2 objects does not release the native memory. The native memory has to be 
deallocated manually by calling the `close` method.
   
   Ah, I took another look at JVM `ArrowArray`. The internal `ArrowBuf` should 
be released separately (done by `close`). Makes sense.
   
   
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to