curcur commented on a change in pull request #14943: URL: https://github.com/apache/flink/pull/14943#discussion_r593735895
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/state/ttl/mock/MockKeyedStateBackend.java ########## @@ -182,12 +181,6 @@ public int numKeyValueStateEntries() { return count; } - @Override - public boolean requiresLegacySynchronousTimerSnapshots(CheckpointType checkpointOptions) { - return false; - } - - @Override Review comment: You are right, the second @Override should not be removed the method removed is not necessary. I probably should have another PR to do this next time. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org