zzcclp commented on a change in pull request #1618:
URL: https://github.com/apache/kylin/pull/1618#discussion_r603399550
##########
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.encode",
"0"));
+ }
+
+ public boolean rePartitionEncodedDatasetWithRowKey(){
Review comment:
Please add the comment to describe why it needs to repartition encoded
dataset.
--
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]