anantdamle commented on a change in pull request #13646:
URL: https://github.com/apache/beam/pull/13646#discussion_r551991277
##########
File path:
sdks/java/io/parquet/src/main/java/org/apache/beam/sdk/io/parquet/ParquetIO.java
##########
@@ -906,7 +903,7 @@ public BlockTracker(OffsetRange range, long totalByteSize,
long recordCount) {
}
}
- public void makeProgress() throws Exception {
+ public void makeProgress() throws IOException {
Review comment:
Using a more specific exception in lieu of broad `Exception`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]