hit-lacus commented on a change in pull request #1694:
URL: https://github.com/apache/kylin/pull/1694#discussion_r697171102
##########
File path:
core-common/src/main/java/org/apache/kylin/common/KylinConfigBase.java
##########
@@ -2719,5 +2722,18 @@ public int getDistCPMaxMapNum(){
public String getKylinDictCacheStrength(){
return getOptional("kylin.dict.cache.strength", "soft");
- };
+ }
+
+ public String getJdbcUrlAllowedProperties() {
+ return getOptional("kylin.jdbc.url.allowed.properties",
DEFAULT_JDBC_URL_ALLOWED_PROPERTIED);
+ }
+
+ public String getJdbcAllowedSchema() {
Review comment:
Maybe use `getAdditionalJdbcAllowedSchema` is better.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]