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


##########
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:
   Yes, but there is a concern about the size of lineage info if put into job 
graph.



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

Reply via email to