Guosmilesmile commented on code in PR #14149:
URL: https://github.com/apache/iceberg/pull/14149#discussion_r2368950493


##########
flink/v2.0/flink/src/test/java/org/apache/iceberg/flink/maintenance/operator/OperatorTestBase.java:
##########
@@ -122,8 +124,7 @@ void after() throws IOException {
   }
 
   protected static Table createTable() {
-    // only test V2 tables as compaction doesn't support V3 with row lineage
-    return createTable("2");
+    return createTable("3");

Review Comment:
   I revert this change  and only use the table version V3  in lineage test 
case. 
   
   But I have a question, now `OperatorTestBase.createTable()` use version 2 
for default. Should we test the all UT for  V3 too ?



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

Reply via email to