amogh-jahagirdar commented on code in PR #8397:
URL: https://github.com/apache/iceberg/pull/8397#discussion_r1316225139
##########
core/src/main/java/org/apache/iceberg/SnapshotProducer.java:
##########
@@ -353,6 +356,7 @@ protected TableMetadata refresh() {
}
@Override
+ @SuppressWarnings("checkstyle:CyclomaticComplexity")
Review Comment:
It didn't seem worth it to have the exception helper function just to avoid
cyclomatic complexity. There's probably better refactoring we could do if we
wanted to remove this, for now just decided to suppress warnings.
--
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]