XComp commented on code in PR #24315:
URL: https://github.com/apache/flink/pull/24315#discussion_r1494214673


##########
flink-core/src/test/java/org/apache/flink/testutils/ClassLoaderUtils.java:
##########
@@ -158,7 +170,7 @@ public ClassLoaderBuilder withParentClassLoader(ClassLoader 
classLoader) {
             return this;
         }
 
-        public URLClassLoader build() throws IOException {
+        public ClassLoaderBuilder compile() throws IOException {

Review Comment:
   Good point. I went for `generateSourcesAndCompile` :+1: 



-- 
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

Reply via email to