swuferhong commented on code in PR #2179:
URL: https://github.com/apache/fluss/pull/2179#discussion_r2702409837
##########
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/source/reader/FlinkSourceReader.java:
##########
@@ -51,6 +57,11 @@ public class FlinkSourceReader<OUT>
extends SingleThreadMultiplexSourceReaderBaseAdapter<
RecordAndPos, OUT, SourceSplitBase, SourceSplitState> {
+ private static final Logger LOG =
LoggerFactory.getLogger(FlinkSourceReader.class);
+
+ /** the tableBuckets ignore to send FinishedKvSnapshotConsumeEvent as it
already sending. */
+ private final Set<TableBucket> ignoreBuckets;
Review Comment:
change to `finishedKvSnapshotConsumeBuckets`
--
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]