wangzzu commented on a change in pull request #13024:
URL: https://github.com/apache/flink/pull/13024#discussion_r473552879



##########
File path: 
flink-clients/src/main/java/org/apache/flink/client/program/PackagedProgram.java
##########
@@ -220,12 +220,47 @@ public ClassLoader getUserCodeClassLoader() {
         * Returns all provided libraries needed to run the program.
         */
        public List<URL> getJobJarAndDependencies() {
-               List<URL> libs = new 
ArrayList<URL>(this.extractedTempLibraries.size() + 1);
+               return getJobJarAndDependencies(jarFile, 
extractedTempLibraries, isPython);
+       }
+
+       /**
+        * Returns all provided libraries needed to run the program.
+        */
+       public static List<URL> getJobJarAndDependencies(File jarFile, 
@Nullable String entryPointClassName) throws ProgramInvocationException {

Review comment:
       fixed




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to