You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Billy Liu (JIRA)" <ji...@apache.org> on 2018/01/24 09:34:00 UTC

[jira] [Resolved] (KYLIN-3038) cannot support sum of type-converted column SQL

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

Billy Liu resolved KYLIN-3038.
------------------------------
       Resolution: Fixed
         Assignee: Yifei Wu
    Fix Version/s: v2.3.0

Commit: https://github.com/apache/kylin/commit/d1d6085

> cannot support sum of type-converted column SQL
> -----------------------------------------------
>
>                 Key: KYLIN-3038
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3038
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Yifei Wu
>            Assignee: Yifei Wu
>            Priority: Major
>             Fix For: v2.3.0
>
>
> when run the SQL Query, which cubes contains the colomun needed  ,  like 
> {code}
> SELECT SUM({ fn convert("DISTANCE", SQL_DOUBLE) }) from "DEFAULT"."TABLENAME" group by "DESTCITYNAME" LIMIT 1000001
> {code}
> but it cannot be recognized correctly



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