afedulov commented on code in PR #20757:
URL: https://github.com/apache/flink/pull/20757#discussion_r963742699
##########
flink-core/src/main/java/org/apache/flink/api/connector/source/lib/NumberSequenceSource.java:
##########
@@ -247,7 +247,7 @@ static NumberSequenceSplit deserializeV1(DataInputView in)
throws IOException {
}
}
- private static final class CheckpointSerializer
+ static final class CheckpointSerializer
Review Comment:
It was necessary in one of the earlier prototypes and "slipped" through the
cleanup. Fixed, thanks.
--
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]