zzcclp commented on a change in pull request #1618:
URL: https://github.com/apache/kylin/pull/1618#discussion_r604232450



##########
File path: 
core-common/src/main/java/org/apache/kylin/common/KylinConfigBase.java
##########
@@ -3088,4 +3088,12 @@ public String getKerberosJaasConfPath() {
     public String getKerberosPrincipal() {
         return getOptional("kylin.kerberos.principal");
     }
+
+    public int getRepartitionNumAfterEncode(){
+        return 
Integer.valueOf(getOptional("kylin.engine.spark.dataset.repartition.num.after.encoding",
 "0"));
+    }
+
+    public boolean rePartitionEncodedDatasetWithRowKey(){

Review comment:
       add a blank space before '{'




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