rdblue commented on code in PR #12139: URL: https://github.com/apache/iceberg/pull/12139#discussion_r1936494392
########## parquet/src/main/java/org/apache/iceberg/parquet/TypeWithSchemaVisitor.java: ########## @@ -217,11 +238,19 @@ public T map(Types.MapType iMap, GroupType map, T key, T value) { return null; } + public T variant(Types.VariantType iVariant, T result) { + throw new UnsupportedOperationException("Not implemented for variant"); Review Comment: Thrown to force implementations to update in order to handle variants. -- 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