gliter commented on PR #26285: URL: https://github.com/apache/flink/pull/26285#issuecomment-2715365318
So what would happen if I would provide some custom checkpoint id here: ``` public static SavepointWriter newSavepoint( StreamExecutionEnvironment executionEnvironment, long checkpointId, int maxParallelism) { ``` or here ``` public static <T> OneInputStateTransformation<T> bootstrapWith( DataStream<T> stream, long checkpointId) { return new OneInputStateTransformation<>(stream, checkpointId); } ``` As for test -- 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