You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/11/09 11:17:41 UTC

[GitHub] [flink] zentol commented on a diff in pull request #21269: [FLINK-29322] Expose savepoint format on Web UI

zentol commented on code in PR #21269:
URL: https://github.com/apache/flink/pull/21269#discussion_r1017804090


##########
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:
   Use camelCase for new fields



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org