nastra commented on code in PR #13652:
URL: https://github.com/apache/iceberg/pull/13652#discussion_r2227653708


##########
flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/actions/TestRewriteDataFilesAction.java:
##########
@@ -140,15 +148,33 @@ public void clean() {
     super.clean();
   }
 
+  @TestTemplate
+  public void testFailureOnV3Table() {
+    // Flink does not support compaction on row lineage enabled tables (V3+)
+    Assumptions.assumeThat(formatVersion).isGreaterThanOrEqualTo(3);

Review Comment:
   I'm surprised that checkstyle doesn't flag this, because we have a rule to 
statically import `assumeThat`



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