davidradl commented on code in PR #24754:
URL: https://github.com/apache/flink/pull/24754#discussion_r1588938587


##########
flink-clients/src/main/java/org/apache/flink/client/deployment/executors/AbstractSessionClusterExecutor.java:
##########
@@ -80,7 +80,7 @@ public CompletableFuture<JobClient> execute(
                     clusterDescriptor.retrieve(clusterID);
             ClusterClient<ClusterID> clusterClient = 
clusterClientProvider.getClusterClient();
             return clusterClient
-                    .submitJob(jobGraph)
+                    .submitJob(jobGraph, pipeline)

Review Comment:
   I think that you are saying that the original submitJob with one parameter 
still works. As well as the new method.  



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