klion26 commented on a change in pull request #11179: [FLINK-16178][FLINK-16192][checkpointing] Clean up checkpoint metadata code and remove remaining bits of "legacy state" URL: https://github.com/apache/flink/pull/11179#discussion_r383731462
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/Checkpoints.java ########## @@ -103,7 +102,7 @@ public static Savepoint loadCheckpointMetadata(DataInputStream in, ClassLoader c Review comment: maybe we can replace `Savepoint` with `SavepointV2` on line 97. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
