You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Le Anh Vu (JIRA)" <ji...@apache.org> on 2018/06/18 01:23:00 UTC

[jira] [Created] (KYLIN-3413) ODBC error for bigint type in Tableau 10.4

Le Anh Vu created KYLIN-3413:
--------------------------------

             Summary: ODBC error for bigint type in Tableau 10.4
                 Key: KYLIN-3413
                 URL: https://issues.apache.org/jira/browse/KYLIN-3413
             Project: Kylin
          Issue Type: Bug
          Components: Driver - ODBC
            Reporter: Le Anh Vu


The issue is mentioned here.

https://issues.apache.org/jira/browse/KYLIN-3025

When I use Tableau 9.3 and 10.5, I have no problem connecting Kylin ODBC to Tableau. But in Tableau 10.4, I get error: No realization found for OLAPContext, CUBE_UNMATCHED_AGGREGATION[FunctionDesc [expression=SUM, parameter=CAST($7):BIGINT, returnType=null]], 

When I check the query log, I found the difference in the SQL statement as follows:

Tableau 10.4: SUM(\{fn CONVERT(1, SQL_BIGINT)}) AS "sum_Number_of_Records_ok"
 Tableau 10.5: SUM(1) AS "sum_Number_of_Records_ok"

I think it is a Tableau's problem, but can we update ODBC driver to fix this issue?



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