nastra commented on code in PR #10861: URL: https://github.com/apache/iceberg/pull/10861#discussion_r1705027285
########## core/src/test/java/org/apache/iceberg/TestUpdateRequirements.java: ########## @@ -198,11 +201,26 @@ public void upgradeFormatVersion() { assertTableUUID(requirements); } + @ParameterizedTest + @ValueSource(ints = {2, 3}) + public void upgradeFormatVersionForView(int formatVersion) { Review Comment: actually we don't need to adjust any of the tests for views and this test can be removed, because views are currently at format-version = 2 -- 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