You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "zentol (via GitHub)" <gi...@apache.org> on 2023/04/06 11:48:42 UTC

[GitHub] [flink] zentol commented on a diff in pull request #22355: [FLINK-31733][docs] Fix/Detect OpenAPI model name clashes

zentol commented on code in PR #22355:
URL: https://github.com/apache/flink/pull/22355#discussion_r1159692620


##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/JobDetailsInfo.java:
##########
@@ -259,6 +261,7 @@ public String getJsonPlan() {
     // ---------------------------------------------------
 
     /** Detailed information about a job vertex. */
+    @Schema(name = "JobDetailsVertexInfo")
     public static final class JobVertexDetailsInfo {

Review Comment:
   We could rename all classes, I just wasn't sure if we want to go down that route purely for documentation work.



-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org