vishnuprakaz opened a new pull request, #17432: URL: https://github.com/apache/iceberg/pull/17432
`VectorizedParquetReader.FileIterator.close()` closed the model then the reader without a try/finally, so if `model.close()` threw, the underlying `ParquetFileReader` and its input stream leaked. This closes the reader with try-with-resources so it is always released, and adds a test for the case where the model fails to close. -- 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]
