erik-grepr opened a new pull request, #11220: URL: https://github.com/apache/iceberg/pull/11220
Minor try-with-resources tweak to fix an unclosed stream memory leak I encountered. More specifically, this occurs when the file is Gzipped and file.newStream().read() throws an exception. see: https://stackoverflow.com/questions/12552863/correct-idiom-for-managing-multiple-chained-resources-in-try-with-resources-bloc -- 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]
