twalthr commented on a change in pull request #16585:
URL: https://github.com/apache/flink/pull/16585#discussion_r676335455
##########
File path:
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/delegation/DefaultExecutor.java
##########
@@ -55,7 +81,20 @@ public JobClient executeAsync(Pipeline pipeline) throws
Exception {
return executionEnvironment.executeAsync((StreamGraph) pipeline);
}
- protected String getNonEmptyJobName(String jobName) {
+ private StreamGraph createBatchGraph(
Review comment:
This is just an intermediate PR. The methods will be removed in one of
the next ones again. `ExecutorUtils` will not be necessary.
--
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]