aljoscha commented on a change in pull request #10313: [FLINK-14840] Use 
Executor interface in SQL cli
URL: https://github.com/apache/flink/pull/10313#discussion_r351338489
 
 

 ##########
 File path: 
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/LocalExecutor.java
 ##########
 @@ -523,12 +525,12 @@ public void stop(SessionContext session) {
                }
 
                // store the result with a unique id (the job id for now)
-               final String resultId = jobGraph.getJobID().toString();
 
 Review comment:
   We can think about adding that to `Pipeline`, yes, but so far a `JobID` is 
only created when a `JobGraph` is created. I think there might also not always 
be a strict correlation between the output and a job, i.e. one job might have 
multiple sinks, in which case we cannot tie the UUID of the result to the 
`JobID`.

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


With regards,
Apache Git Services

Reply via email to