amogh-jahagirdar commented on code in PR #13646:
URL: https://github.com/apache/iceberg/pull/13646#discussion_r2226357819


##########
flink/v2.0/flink/src/main/java/org/apache/iceberg/flink/actions/RewriteDataFilesAction.java:
##########
@@ -38,6 +39,9 @@ public RewriteDataFilesAction(StreamExecutionEnvironment env, 
Table table) {
     super(table);
     this.env = env;
     this.maxParallelism = env.getParallelism();
+    Preconditions.checkArgument(
+        !TableUtil.supportsRowLineage(table),
+        "Flink compaction does not support row lineage enabled tables: V3 and 
later");

Review Comment:
   Nit: "Flink does not support compaction on row lineage enabled tables (V3+)"



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