yuchenECNU commented on code in PR #21269:
URL: https://github.com/apache/flink/pull/21269#discussion_r1019003354
##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointingStatistics.java:
##########
@@ -390,6 +390,8 @@ public static final class RestoredCheckpointStatistics {
public static final String FIELD_NAME_IS_SAVEPOINT = "is_savepoint";
+ public static final String FIELD_NAME_SAVEPOINT_FORMAT =
"savepoint_format";
Review Comment:
I'll take this comment, but I haven't found documentation for such code
style requirements. Could you please post a link to the relevant discussion?
Thank you.
--
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]