jackye1995 commented on a change in pull request #2354:
URL: https://github.com/apache/iceberg/pull/2354#discussion_r598212132
##########
File path: core/src/main/java/org/apache/iceberg/TableMetadataParser.java
##########
@@ -152,6 +154,7 @@ public static String toJson(TableMetadata metadata) {
}
}
+ @SuppressWarnings("checkstyle:CyclomaticComplexity")
Review comment:
I will do another PR to fix all the code complexity complaints in this
class after this is merged.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]