anoopj commented on code in PR #13537:
URL: https://github.com/apache/iceberg/pull/13537#discussion_r2205062808


##########
core/src/test/java/org/apache/iceberg/TestScansAndSchemaEvolution.java:
##########
@@ -113,4 +116,80 @@ public void testPartitionSourceRename() throws IOException 
{
 
     assertThat(tasks).hasSize(1);
   }
+
+  @Test
+  public void testAddColumnWithDefaultValueAndQuery() throws IOException {
+    // Only enable the test for versions above V3 since default values require 
V3+.
+    for (int version : V3_AND_ABOVE) {

Review Comment:
   @nandorKollar That sounds like a good idea. Done.



-- 
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]

Reply via email to