spoon-lz commented on code in PR #24461: URL: https://github.com/apache/flink/pull/24461#discussion_r1537133888
########## flink-connectors/flink-connector-base/src/test/java/org/apache/flink/connector/base/source/reader/CoordinatedSourceRescaleITCase.java: ########## @@ -122,8 +121,9 @@ private StreamExecutionEnvironment createEnv( env.setParallelism(p); env.enableCheckpointing(100); env.getCheckpointConfig() - .setExternalizedCheckpointCleanup( - CheckpointConfig.ExternalizedCheckpointCleanup.RETAIN_ON_CANCELLATION); + .setExternalizedCheckpointCleanupRetention( Review Comment: I think it is more reasonable to change the class name to `ExternalizedCheckpointRetention` -- 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...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org