afedulov commented on code in PR #25656: URL: https://github.com/apache/flink/pull/25656#discussion_r1901097650
########## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/TableEnvironmentImpl.java: ########## @@ -1029,6 +1029,11 @@ private TableResultInternal executeInternal( defaultJobName, jobStatusHookList); try { + // Current context class loader here is the application class loader. Review Comment: @zhuzhurk @JunRuiLee since you recently worked on the same code paths it would be great to hear your opinion. -- 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