kinolaev commented on code in PR #17196:
URL: https://github.com/apache/iceberg/pull/17196#discussion_r3596376262


##########
core/src/main/java/org/apache/iceberg/avro/SchemaToType.java:
##########
@@ -177,6 +179,7 @@ public Type variant(Schema variant, Type metadataType, Type 
valueType) {
     return Types.VariantType.get();
   }
 
+  @SuppressWarnings("checkstyle:CyclomaticComplexity")

Review Comment:
   Added helpers and removed warning suppression 
(0661934486e5bd0b7e405abbeca4dbec97ff78d0)



-- 
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]

Reply via email to