hit-lacus commented on a change in pull request #680: KYLIN-4035 Calculate 
column cardinality by using spark engine
URL: https://github.com/apache/kylin/pull/680#discussion_r294080394
 
 

 ##########
 File path: 
core-common/src/main/java/org/apache/kylin/common/KylinConfigBase.java
 ##########
 @@ -1430,6 +1430,10 @@ public boolean isSparkFactDistinctEnable() {
         return 
Boolean.parseBoolean(getOptional("kylin.engine.spark-fact-distinct", "false"));
     }
 
+    public boolean isSparkCardinalityEnabled(){
+        return 
Boolean.parseBoolean(getOptional("kylin.engin.spark-cardinality", "false"));
 
 Review comment:
   "engin" should be "engine"

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