beliefer commented on code in PR #26427: URL: https://github.com/apache/flink/pull/26427#discussion_r2035317560
########## 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: Yes, I know it. I think the overriding method is not a problem. -- 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