[ 
https://issues.apache.org/jira/browse/KYLIN-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16524724#comment-16524724
 ] 

ASF subversion and git services commented on KYLIN-3025:
--------------------------------------------------------

Commit 959ba2d53ab1922615dc75df325475d51b410f80 in kylin's branch 
refs/heads/master from [~Wayne0101]
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=959ba2d ]

KYLIN-3025

KYLIN-3025 fix error: {fn CONVERT} for bigint type in tableau 10.4

minor, add UT


> kylin odbc error : {fn CONVERT} for bigint type in tableau 10.4
> ---------------------------------------------------------------
>
>                 Key: KYLIN-3025
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3025
>             Project: Kylin
>          Issue Type: Bug
>          Components: Driver - ODBC
>    Affects Versions: v2.1.0
>         Environment: Windows 10;kylin v2.2.0;tableau desktop 10.4;kylin odbc 
> v2.1.0
>            Reporter: Hokyung Song
>            Assignee: Chao Long
>            Priority: Major
>             Fix For: v2.5.0
>
>
> In Tableau Desktop version 9.3, also it works very well.
> but..when I use measure field (bigint type of data) in Tableau Desktop 
> version 10.4, it occured query error. (decimal type field works well.)
> I guess.. "{fn CONVERT}" function couldn't parsed. please support tableau 
> 10.4 :)
> Detailed query example from tableau:
> {code}
> SELECT "MOMENT"."P_DT" AS "P_DT",
>   SUM({fn CONVERT("MOMENT"."ACTIONCOUNT", SQL_BIGINT)}) AS 
> "sum_ACTIONCOUNT_ok"
> FROM "TEST"."MOMENT" "MOMENT"
> GROUP BY "MOMENT"."P_DT"
> {code}
> ----
> environment
> ----
> * kylin server : v2.2.0
> * kylin odbc (for windows client) : v2.1.0
> * tableau desktop : 10.4
> * client os : windows 10 (64bit)



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

Reply via email to