davisusanibar commented on issue #36443: URL: https://github.com/apache/arrow/issues/36443#issuecomment-1688286440
I have a doubt about how-to close resources properly, all of them are open, because any of this are inside try-with-resources. 1. Is it okay to expose a Java method with autocloseable all open resources and invoke it from Python? Or, What is the best way to close resources on Java side? 2. Is it also necessary to close something on the Python side? 3. What is the best way / tool / mechanism / command line to review that there are resources needed to close on Python or Java side? It works, but I'd like to know how to check that kind of 'invisible' problem behind the scenes. -- 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]
