WeiZhong94 commented on a change in pull request #12048: URL: https://github.com/apache/flink/pull/12048#discussion_r422456225
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/plan/nodes/CommonPythonBase.scala ########## @@ -136,6 +140,16 @@ trait CommonPythonBase { config.addAll(tableConfig.getConfiguration) config } + + private def getRealEnvironment(env: StreamExecutionEnvironment): StreamExecutionEnvironment = { Review comment: Currently it is unnecessary as the `DummyExecutionEnvironment` would not be passed to the `translateToPlan` methods. ---------------------------------------------------------------- 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: us...@infra.apache.org