vanshb03 commented on code in PR #12877:
URL: https://github.com/apache/iceberg/pull/12877#discussion_r2056819304


##########
core/src/main/java/org/apache/iceberg/avro/SchemaToType.java:
##########
@@ -208,6 +208,8 @@ public Type logicalType(Schema primitive, LogicalType 
logical) {
 
     } else if (LogicalTypes.uuid().getName().equals(name)) {

Review Comment:
   Wasn't this making the first UUID check more explicit by comparing names 
instead of just invoking `LogicalTypes.uuid()`?



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to