curcur commented on code in PR #20313:
URL: https://github.com/apache/flink/pull/20313#discussion_r934296129


##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CompletedCheckpoint.java:
##########
@@ -96,6 +97,9 @@ public class CompletedCheckpoint implements Serializable, 
Checkpoint {
     /** Properties for this checkpoint. */
     private final CheckpointProperties props;
 
+    /** Properties for this checkpoint. null for older versions. */

Review Comment:
   Please put a statement here how `restoredProps` is different from the above 
`props`
   
   It looks to me they are the same from the documentation.



-- 
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]

Reply via email to