yuzhu opened a new pull request, #3165: URL: https://github.com/apache/parquet-java/pull/3165
### Rationale for this change HadoopFile is getting deprecated, it is useful to be able to pass in a parsed footer instead of reading the footer every time ### What changes are included in this PR? a new constructor ### Are these changes tested? Yes ### Are there any user-facing changes? No Some code duplication is there, because we cant call another constructor and catch the IOException to close the stream. Let me know if you would like this handled in another way. Thanks. Closes #$3141 -- 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]
