Kontinuation commented on code in PR #12346: URL: https://github.com/apache/iceberg/pull/12346#discussion_r1996622173
########## core/src/test/java/org/apache/iceberg/TestTableMetadata.java: ########## @@ -1825,6 +1825,43 @@ public void testConstructV3Metadata() { 3); } + @Test + public void testV3GeometryTypeSupport() { Review Comment: We've already updated `TestSchema` to make use of `testUnsupportedTypes` and `testTypeSupported` to test geospatial types. I'm removing this test case from `TestTableMetadata`. -- 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