You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2018/06/27 03:14:00 UTC

[jira] [Closed] (KYLIN-3340) Enhance HQL of materializing views

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

Shaofeng SHI closed KYLIN-3340.
-------------------------------
    Resolution: Fixed
      Assignee: Wang Cheng

> Enhance HQL of materializing views
> ----------------------------------
>
>                 Key: KYLIN-3340
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3340
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: Wang Cheng
>            Assignee: Wang Cheng
>            Priority: Minor
>             Fix For: v2.4.0
>
>
> It is hard to maintain code of creating HQL, such as:
> ("INSERT OVERWRITE TABLE " + viewName + " SELECT * FROM " + tableName + ";\n")
> it is liable to miss";", thus add an UT to prevent this situation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)