XComp commented on a change in pull request #13458:
URL: https://github.com/apache/flink/pull/13458#discussion_r499512971
##########
File path: flink-runtime-web/src/test/resources/rest_api_v1.snapshot
##########
@@ -557,7 +557,7 @@
},
"status" : {
"type" : "string",
- "enum" : [ "CREATED", "RUNNING", "FAILING", "FAILED",
"CANCELLING", "CANCELED", "FINISHED", "RESTARTING", "SUSPENDED", "RECONCILING" ]
+ "enum" : [ "INITIALIZING", "CREATED", "RUNNING", "FAILING",
"FAILED", "CANCELLING", "CANCELED", "FINISHED", "RESTARTING", "SUSPENDED",
"RECONCILING" ]
Review comment:
This was already fixed in PR #13403 and merged into `master`. Rebasing
the branch should fix this diff.
----------------------------------------------------------------
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]