tillrohrmann commented on a change in pull request #14891:
URL: https://github.com/apache/flink/pull/14891#discussion_r740955044



##########
File path: 
flink-clients/src/main/java/org/apache/flink/client/program/DefaultPackagedProgramRetriever.java
##########
@@ -217,4 +221,13 @@ public PackagedProgram getPackagedProgram() throws 
FlinkException {
                         .collect(Collectors.toList());
         return Collections.unmodifiableList(relativeJarURLs);
     }
+
+    private static List<URL> getPipelineClassPaths(@Nullable Configuration 
configuration)

Review comment:
       I think the `configuration` is not `null`.




-- 
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: [email protected]

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


Reply via email to