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