rdblue commented on code in PR #12238: URL: https://github.com/apache/iceberg/pull/12238#discussion_r1955061076
########## core/src/test/java/org/apache/iceberg/avro/TestAvroSchemaProjection.java: ########## @@ -150,4 +150,58 @@ public void projectWithMapSchemaChanged() { .as("Result of buildAvroProjection is missing some IDs") .isFalse(); } + + @Test + public void projectWithVariantSchemaChanged() { + final org.apache.avro.Schema currentAvroSchema = + SchemaBuilder.record("myrecord") + .fields() + .name("f11") Review Comment: Nit: it is usually better to have reasonable names, even in test schemas. Why not use "id" and "payload" or something similar? -- 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