davidradl commented on code in PR #26427: URL: https://github.com/apache/flink/pull/26427#discussion_r2034811898
########## flink-clients/src/main/java/org/apache/flink/client/program/PackagedProgram.java: ########## @@ -440,7 +440,7 @@ private static String getEntryPointClassNameFromJar(URL jarFile) } @Nullable - private static URL loadJarFile(File jar) throws ProgramInvocationException { + private static URL checkJarFile(File jar) throws ProgramInvocationException { Review Comment: I see on line 453 an existing call to `checkJarFile(jarFileUrl); ` So the method is now recursive, when before the fix it was not . Am I missing something? -- 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