JunRuiLee commented on code in PR #25798: URL: https://github.com/apache/flink/pull/25798#discussion_r1895474609
########## flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ArchivedExecutionGraph.java: ########## @@ -113,6 +113,10 @@ public class ArchivedExecutionGraph implements AccessExecutionGraph, Serializabl @Nullable private final String changelogStorageName; + @Nullable private final String streamGraphJson; Review Comment: The nullable annotation should be removed, as by design, the stream graph JSON will not be null. -- 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