mxm commented on code in PR #13714: URL: https://github.com/apache/iceberg/pull/13714#discussion_r2351600150
########## flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergWriteAggregator.java: ########## @@ -49,12 +50,20 @@ class IcebergWriteAggregator extends AbstractStreamOperator<CommittableMessage<I private transient ManifestOutputFileFactory icebergManifestOutputFileFactory; private transient Table table; private final TableLoader tableLoader; + private long lastCheckpointId; Review Comment: I find just setting this to zero easier to understand, but maybe that's just me :) Updated according to your suggestion. -- 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