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


##########
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:
   what about replace 
   `else if (LogicalTypes.uuid().getName().equals(name)) {`
   by
   `else if (logical instanceof 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