XBaith commented on code in PR #12238:
URL: https://github.com/apache/iceberg/pull/12238#discussion_r1955779484


##########
core/src/main/java/org/apache/iceberg/avro/BuildAvroProjection.java:
##########
@@ -265,6 +265,11 @@ public Schema map(Schema map, Supplier<Schema> value) {
     }
   }
 
+  @Override
+  public Schema variant(Schema variant) {
+    return variant;

Review Comment:
   Should we validate the schema before returning the value?



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