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


##########
core/src/main/java/org/apache/iceberg/avro/AvroCustomOrderSchemaVisitor.java:
##########
@@ -90,6 +105,10 @@ public T map(Schema map, Supplier<T> value) {
     return null;
   }
 
+  public T variant(Schema variant, Supplier<F> metadataResult, Supplier<F> 
valueResult) {

Review Comment:
   This should function like the map and array cases. It should be 
`Supplier<T>` rather than `Supplier<F>`.



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