danielcweeks commented on code in PR #12139: URL: https://github.com/apache/iceberg/pull/12139#discussion_r1941578309
########## parquet/src/main/java/org/apache/iceberg/parquet/TypeToMessageType.java: ########## @@ -86,6 +86,9 @@ public Type field(NestedField field) { if (field.type().isPrimitiveType()) { return primitive(field.type().asPrimitiveType(), repetition, id, name); + } else if (field.type() instanceof org.apache.iceberg.types.Types.VariantType) { Review Comment: Same here -- 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