eemario commented on code in PR #27755:
URL: https://github.com/apache/flink/pull/27755#discussion_r2985314595


##########
flink-runtime/src/main/java/org/apache/flink/streaming/api/graph/StreamGraph.java:
##########
@@ -1302,6 +1308,11 @@ public Optional<ApplicationID> getApplicationId() {
         return Optional.ofNullable(applicationId);
     }
 
+    public void addUserJarToSkip(String userJarNames) {
+        LOG.info("Add user jar to skip uploading: {}", userJarNames);
+        this.userJarsToSkip.add(userJarNames);

Review Comment:
   Updated: remove the matched jars that are already added and modify the test 
accordingly.



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