gm7y8 commented on a change in pull request #13458:
URL: https://github.com/apache/flink/pull/13458#discussion_r499961398
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointStatistics.java
##########
@@ -229,8 +242,8 @@ public static CheckpointStatistics
generateCheckpointStatistics(AbstractCheckpoi
checkpointStatisticsPerTask.put(
taskStateStat.getJobVertexId(),
new TaskCheckpointStatistics(
-
checkpointStats.getCheckpointId(),
-
checkpointStats.getStatus(),
+
checkpointStats.getCheckpointId(),
+ checkpointStats.getStatus(),
Review comment:
reverted back.
----------------------------------------------------------------
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:
[email protected]