This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 9237cf2768cd6c3903a95b76d3663d9223df6399
Author: Qian Xia <lauraxiaq...@gmail.com>
AuthorDate: Thu Jul 13 16:18:27 2023 +0800

    KYLIN-5628 logical params issue
---
 kystudio/src/store/system.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kystudio/src/store/system.js b/kystudio/src/store/system.js
index 2d713afbca..a890fd9afa 100644
--- a/kystudio/src/store/system.js
+++ b/kystudio/src/store/system.js
@@ -188,7 +188,7 @@ export default {
           commit(types.GET_CONF_BY_NAME, {name: 
'kylin.second-storage.query-metric-collect', key: 'storageQuery', defaultValue: 
'true'})
           commit(types.GET_CONF_BY_NAME, {name: 
'kylin.source.ddl.hive.enabled', key: 'ddlEnabled', defaultValue: 'false'})
           commit(types.GET_CONF_BY_NAME, {name: 
'kylin.source.ddl.logical-view.enabled', key: 'logicalViewEnabled', 
defaultValue: 'false'})
-          commit(types.GET_CONF_BY_NAME, {name: 
'kylin.source.ddl.logical-view-database', key: 'logicalViewDatabase', 
defaultValue: 'KYLIN_LOGICAL_VIEW'})
+          commit(types.GET_CONF_BY_NAME, {name: 
'kylin.source.ddl.logical-view.database', key: 'logicalViewDatabase', 
defaultValue: 'KYLIN_LOGICAL_VIEW'})
           resolve(response)
         }, () => {
           reject()

Reply via email to