zhuzhurk commented on code in PR #27686:
URL: https://github.com/apache/flink/pull/27686#discussion_r2867257031


##########
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobResult.java:
##########
@@ -68,13 +69,22 @@ public class JobResult implements Serializable {
     /** Stores the cause of the job failure, or {@code null} if the job 
finished successfully. */
     @Nullable private final SerializedThrowable serializedThrowable;
 
+    @Nullable private final ApplicationID applicationId;

Review Comment:
   The REST API definition files (yaml/html) needs to be re-generated to 
reflect the new change.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to