zhongqishang commented on code in PR #10526:
URL: https://github.com/apache/iceberg/pull/10526#discussion_r1650253742


##########
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergFilesCommitter.java:
##########
@@ -259,28 +268,28 @@ private void commitUpToCheckpoint(
       long checkpointId)
       throws IOException {
     NavigableMap<Long, byte[]> pendingMap = 
deltaManifestsMap.headMap(checkpointId, true);
-    List<ManifestFile> manifests = Lists.newArrayList();

Review Comment:
   Yes, thanks for your reminder, I checked `commitDeltaTxn`, it works well for 
multiple checkpoints. This logic does not need to be changed. Rollbacked.



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