pvary commented on code in PR #14149:
URL: https://github.com/apache/iceberg/pull/14149#discussion_r2367000682
##########
flink/v2.0/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/DataFileRewriteRunner.java:
##########
@@ -108,8 +112,10 @@ public void processElement(PlannedGroup value, Context
ctx, Collector<ExecutedGr
value.group().rewrittenFiles().size());
}
- try (TaskWriter<RowData> writer = writerFor(value)) {
- try (DataIterator<RowData> iterator = readerFor(value)) {
+ boolean preserveRowId = TableUtil.supportsRowLineage(value.table());
Review Comment:
Ok.. this is fine here. We handle schema changes. We might handle V3
migration as well
--
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]