zjffdu commented on a change in pull request #4111:
URL: https://github.com/apache/zeppelin/pull/4111#discussion_r629214236



##########
File path: 
flink/interpreter/src/main/java/org/apache/zeppelin/flink/TableEnvFactory.java
##########
@@ -55,30 +55,50 @@
   private Executor executor;
   private org.apache.flink.api.scala.ExecutionEnvironment benv;
   private org.apache.flink.streaming.api.scala.StreamExecutionEnvironment senv;
-  private TableConfig tblConfig;
+  private TableConfig sTableConfig;
+  private TableConfig bTableConfig;

Review comment:
       Let me rename them to `streamTableConfig` and `batchTableConfig`




-- 
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]


Reply via email to