You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Sun BiaoBiao (Jira)" <ji...@apache.org> on 2022/12/16 04:24:00 UTC

[jira] [Created] (KYLIN-5370) KE-39911 DDL operations ignore table name case

Sun BiaoBiao created KYLIN-5370:
-----------------------------------

             Summary: KE-39911 DDL operations ignore table name case
                 Key: KYLIN-5370
                 URL: https://issues.apache.org/jira/browse/KYLIN-5370
             Project: Kylin
          Issue Type: Bug
    Affects Versions: 5.0-alpha
            Reporter: Sun BiaoBiao
             Fix For: 5.0-alpha


在执行:

{{{"sql":"create view dm_ads_saap_prod.ke_viewt11 as select * from DATA_SOURCE_DB.ke_viewt1 ;","project":"project_kerberos_test"}}}

{{{"sql":"create view dm_ads_saap_prod.ke_viewt12 as select * from data_source_db.KE_VIEWT1\n\n ;","project":"project_kerberos_test"}}}

提升 'DATA_SOURCE_DB.ke_viewt1' 没有加载到数据源
!28f1c768-65b4-4ddd-8c1d-908d17c18844#media-blob-url=true&id=da31d65e-1c34-4bee-a856-0146b992476d&collection=&contextId=116444&mimeType=image/png&name=image-20221031-071532.png&size=150433&height=224&width=604&alt=!
 

改成大写执行:

{{{"sql":"create view dm_ads_saap_prod.ke_viewt11 as select * from DATA_SOURCE_DB.KE_VIEWT1 ;","project":"project_kerberos_test"}}}

可以执行成功



--
This message was sent by Atlassian Jira
(v8.20.10#820010)