cetindogu commented on PR #3002: URL: https://github.com/apache/parquet-java/pull/3002#issuecomment-2315934179
fix: close() can throw IOException initNextReader() method has 2 usage and both of them already throws IOException so this must solve the problem public ParquetRewriter(RewriteOptions options) throws IOException public void processBlocks() throws IOException  -- 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]
