ayush-san edited a comment on issue #2482: URL: https://github.com/apache/iceberg/issues/2482#issuecomment-896762257
> should stop to traverse the null snapshot even if it's a parent of others @openinx I think we should calculate the startingSnapshotId inside the [IcebergFilesCommitter](https://github.com/apache/iceberg/blob/master/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergFilesCommitter.java). Since it does maintain checkpoint id and flink job id. We can add startingSnapshotId too in the summary. @rdblue What do you think? I think it might answer your [question](https://github.com/apache/iceberg/pull/2603/files#r652149167) too. Since the committer will update the startingSnapshotId from the summary and validation will only consider the table history from that point -- 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]
