rkhachatryan commented on code in PR #26320: URL: https://github.com/apache/flink/pull/26320#discussion_r2032854427
########## docs/static/generated/rest_v1_dispatcher.yml: ########## @@ -2663,6 +2679,19 @@ components: type: object allOf: - $ref: '#/components/schemas/SubtaskCheckpointStatistics' + Plan: + type: object + properties: + jid: + type: string + name: + type: string + nodes: + type: array + items: + $ref: '#/components/schemas/Node' Review Comment: Is this type reference correct? 🤔 It looks like `#/components/schemas/Node` refers to `org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraph.Node`, but it should refer to `org.apache.flink.runtime.rest.messages.JobPlanInfo.Plan.Node` -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org