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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org