nastra commented on code in PR #12302: URL: https://github.com/apache/iceberg/pull/12302#discussion_r1960025286
########## api/src/test/java/org/apache/iceberg/TestSchema.java: ########## @@ -122,6 +122,56 @@ private static Stream<Arguments> supportedTypes() { .mapToObj(supportedVersion -> Arguments.of(type, supportedVersion))); } + @Test + public void testUnknownSupport() { + // this needs a different schema becuase it cannot be used in required fields Review Comment: ```suggestion // this needs a different schema because it cannot be used in required fields ``` -- 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