LuciferYang opened a new pull request, #972:
URL: https://github.com/apache/parquet-mr/pull/972
During the construction of `ParquetFileReader`, if
`filterRowGroups(footer.getBlocks())` method throws an exception, it will cause
resource leak because when the Exception thrown, the open stream `this.f =
file.newStream()` looks unable to be closed.
--
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]