Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1477#discussion_r48752174 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/PlanExecutor.java --- @@ -129,6 +129,8 @@ public boolean isPrintingStatusDuringExecution() { */ public abstract String getOptimizerPlanAsJSON(Plan plan) throws Exception; + public abstract String getOptimizerPlanContext(Plan plan, boolean extended) throws Exception; --- End diff -- If we reuse the JSON string (as proposed in my comment at `ExecutionEnvironment`) we do not need this method either.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---