rdblue commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1996308827
##########
core/src/test/java/org/apache/iceberg/TestTableMetadata.java:
##########
@@ -1825,6 +1825,43 @@ public void testConstructV3Metadata() {
3);
}
+ @Test
+ public void testV3GeometryTypeSupport() {
Review Comment:
I think a better place for this to be tested in in
`TestSchema.testUnsupportedTypes`. There are already a good set of cases for
nesting and other types.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]