chenjunjiedada commented on code in PR #4943: URL: https://github.com/apache/iceberg/pull/4943#discussion_r894947490
########## flink/v1.15/flink/src/main/java/org/apache/iceberg/flink/source/StreamingMonitorFunction.java: ########## @@ -143,7 +147,26 @@ public void run(SourceContext<FlinkInputSplit> ctx) throws Exception { } } - private void monitorAndForwardSplits() { + private long maxReachableSnapshotId(long lastConsumedSnapshotId, long latestSnapshotId, + int maxSnapshotCountPerMonitorInterval) { + // This doesn't consider snapshot inheritance since it is already checked in state initialization. Review Comment: The latest table snapshot id might not be the ancestor of the last consumed one. Let me delete this comment to avoid confusion. -- 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