WencongLiu commented on code in PR #23905: URL: https://github.com/apache/flink/pull/23905#discussion_r1440107273
########## flink-runtime/src/main/java/org/apache/flink/runtime/execution/Environment.java: ########## @@ -119,7 +120,14 @@ public interface Environment { Configuration getJobConfiguration(); /** - * Returns the {@link TaskInfo} object associated with this subtask + * Returns the {@link JobInfo} object associated with current job. + * + * @return JobInfo for current job + */ + JobInfo getJobInfo(); Review Comment: These code changes are prerequisite for the commits that unify the provision of metadata. I've moved these code changes to the commit `[FLINK-33905][core] Add getJobInfo() method to Environment`. -- 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