You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/11/22 07:50:49 UTC

[GitHub] [kylin] hit-lacus commented on a change in pull request #952: KYLIN-4257 Build histroical data by layer in real time Lambda cube

hit-lacus commented on a change in pull request #952: KYLIN-4257 Build histroical data by layer in real time Lambda cube
URL: https://github.com/apache/kylin/pull/952#discussion_r349466616
 
 

 ##########
 File path: core-metadata/src/main/java/org/apache/kylin/metadata/model/TableDesc.java
 ##########
 @@ -434,4 +434,11 @@ public boolean isStreamingTable() {
         return false;
     }
 
+    public boolean isLambdaTable() {
 
 Review comment:
   Could we reuse `isStreamingTable` method?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services