You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Xiaoxiang Yu (Jira)" <ji...@apache.org> on 2023/03/29 07:06:00 UTC

[jira] [Resolved] (KYLIN-5370) DDL operations ignore table name case

     [ https://issues.apache.org/jira/browse/KYLIN-5370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiaoxiang Yu resolved KYLIN-5370.
---------------------------------
    Resolution: Fixed

> 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
>            Assignee: Sun BiaoBiao
>            Priority: Major
>             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)