sjwiesman commented on a change in pull request #13797: URL: https://github.com/apache/flink/pull/13797#discussion_r562866385
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointConfigInfo.java ########## @@ -79,6 +81,9 @@ @JsonProperty(FIELD_NAME_STATE_BACKEND) private final String stateBackend; + @JsonProperty(FIELD_NAME_CHECKPOINT_STORAGE) + private final String checkpointStorage; Review comment: I didn't add it to the UI because the state_backend field is also not rendered in the UI. What do you think? ---------------------------------------------------------------- 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: us...@infra.apache.org