RocMarshal commented on code in PR #27544:
URL: https://github.com/apache/flink/pull/27544#discussion_r2844861934
##########
flink-runtime/src/main/java/org/apache/flink/runtime/messages/webmonitor/JobDetails.java:
##########
@@ -67,6 +73,9 @@ public class JobDetails implements Serializable {
private final String jobName;
+ @Nullable private final JobType jobType;
+ @Nullable private final String scheduler;
Review Comment:
Confirmed & no risk of mentioned.
--
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]