kl0u commented on a change in pull request #9690: [FLINK-14067] Decouple
PlanExecutor from JSON plan generation
URL: https://github.com/apache/flink/pull/9690#discussion_r325043201
##########
File path:
flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java
##########
@@ -74,15 +72,6 @@ public JobExecutionResult execute(String jobName) throws
Exception {
return lastJobExecutionResult;
}
- @Override
- public String getExecutionPlan() throws Exception {
- Plan plan = createProgramPlan("unnamed job");
-
- OptimizedPlan op =
ClusterClient.getOptimizedPlan(client.compiler, plan, getParallelism());
Review comment:
I think that now we can make the `client.compiler` field `private` to avoid
leaking information about internal state.
----------------------------------------------------------------
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