zhuzhurk commented on code in PR #20713: URL: https://github.com/apache/flink/pull/20713#discussion_r962445460
########## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java: ########## @@ -293,7 +294,8 @@ public StreamExecutionEnvironment( this.configure(this.configuration, this.userClassloader); } - protected ClassLoader getUserClassloader() { + @VisibleForTesting + public ClassLoader getUserClassloader() { Review Comment: When it is public, users will also have access to it, which is what we want. Will these test pass if we pass the default classloader in as the user classloader? -- 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