beyond1920 commented on a change in pull request #9035: [FLINK-13168] [table] 
clarify isBatch/isStreaming/isBounded flag in flink planner and blink planner
URL: https://github.com/apache/flink/pull/9035#discussion_r302886811
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/catalog/DatabaseCalciteSchema.java
 ##########
 @@ -55,11 +56,14 @@
        private final String databaseName;
        private final String catalogName;
        private final Catalog catalog;
+       // Flag that tells if the current planner should work in a batch or 
streaming mode.
+       private final boolean isBatchMode;
 
 Review comment:
   Could we unify isBatchMode and the following isStreamingMode to the same 
name?
   
   

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

Reply via email to