zhongqishang commented on code in PR #10526: URL: https://github.com/apache/iceberg/pull/10526#discussion_r1648478721
########## 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: Modifying the previous logic will put multiple checkpoint files into one commit, which is why duplicate data occurs. Is there something wrong with my understanding? -- 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