Kontinuation commented on code in PR #12346: URL: https://github.com/apache/iceberg/pull/12346#discussion_r2002241118
########## core/src/test/java/org/apache/iceberg/TestSchemaParser.java: ########## @@ -142,4 +143,31 @@ public void testPrimitiveTypeDefaultValues(Type.PrimitiveType type, Literal<?> d assertThat(serialized.findField("col_with_default").writeDefault()) .isEqualTo(defaultValue.value()); } + + @Test + public void testVariantType() throws IOException { Review Comment: Removed `testVariantType` and updated `DataTest` to testing geospatial types. `supportsGeospatial` is added to `DataTest` and default to `false`. It is enabled in `TestSchemaParser`. -- 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