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



##########
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:
       It will be easy to understand if there is an explanation about the 
difference between "stable" and "btable".




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


Reply via email to