Myasuka commented on code in PR #21269:
URL: https://github.com/apache/flink/pull/21269#discussion_r1019859208
##########
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:
@zentol I think we can add this format request in [Flink's code style
guide](https://flink.apache.org/contributing/code-style-and-quality-formatting.html).
Not everyone knows the existence of FLINK-15787, not to mention this ticket
has been inactive for more than 2 years.
--
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]