leonardBang commented on a change in pull request #9433: [FLINK-13708]
[table-planner-blink] transformations should be cleared after execution in
blink planner
URL: https://github.com/apache/flink/pull/9433#discussion_r338040022
##########
File path:
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/delegation/ExecutorBase.java
##########
@@ -37,38 +40,56 @@
private static final String DEFAULT_JOB_NAME = "Flink Exec Table Job";
- private final StreamExecutionEnvironment executionEnvironment;
- protected List<Transformation<?>> transformations = new ArrayList<>();
+ private final StreamExecutionEnvironment execEnv;
Review comment:
> private final StreamExecutionEnvironment execEnv;
Maybe the variable name can keep original name which has same style with
other sub classes of Executor.
----------------------------------------------------------------
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