zzcclp commented on a change in pull request #1218:
URL: https://github.com/apache/kylin/pull/1218#discussion_r438231577
##########
File path:
core-common/src/main/java/org/apache/kylin/common/KylinConfigBase.java
##########
@@ -2125,14 +2154,15 @@ public boolean isWebDashboardEnabled() {
public String getPropertiesWhiteList() {
return getOptional("kylin.web.properties.whitelist",
"kylin.web.timezone,kylin.query.cache-enabled,kylin.env,"
+ + "kylin.cube.migration.enabled,"
Review comment:
@kyotoYaho Please fix the failed test case:
AdminServiceTest.testGetPublicConfig, it needs to add this property into
expected results.
----------------------------------------------------------------
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]