nastra commented on code in PR #13537: URL: https://github.com/apache/iceberg/pull/13537#discussion_r2207143353
########## core/src/test/java/org/apache/iceberg/TestScansAndSchemaEvolution.java: ########## @@ -113,4 +116,80 @@ public void testPartitionSourceRename() throws IOException { assertThat(tasks).hasSize(1); } + + @TestTemplate + public void testAddColumnWithDefaultValueAndQuery() throws IOException { + assumeThat(V3_AND_ABOVE.contains(formatVersion)) Review Comment: ```suggestion assumeThat(V3_AND_ABOVE).as("Default values require v3+").contains(formatVersion)) ``` -- 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