qiyuandong-db opened a new issue, #3342: URL: https://github.com/apache/parquet-java/issues/3342
### Describe the enhancement requested Currently, `ParquetFileReader` throws `RuntimeExceptions` when footer parsing fails. This can be improved by throwing a `ParquetDecodingException` when footer parsing fails, so footer corruption surfaces as a typed exception instead of a plain `RuntimeException`. This helps avoid matching on error message to catch errors occurred during footer parsing. ### Component(s) _No response_ -- 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]
