AHeise commented on a change in pull request #10935: [FLINK-15603][web] Expose checkpointStartDelayNanos metric in the WebUI URL: https://github.com/apache/flink/pull/10935#discussion_r370724924
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/MinMaxAvgStatistics.java ########## @@ -43,6 +45,13 @@ @JsonProperty(FIELD_NAME_AVERAGE) private final long average; + public static MinMaxAvgStatistics createFrom(MinMaxAvgStats stats) { Review comment: nit: java natives would just use `of` or `valueOf`. ---------------------------------------------------------------- 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 With regards, Apache Git Services