You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2015/04/23 22:52:39 UTC

[jira] [Closed] (DRILL-1228) Connecting to Tableau live returns null values for dimensions

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

Krystal closed DRILL-1228.
--------------------------

Verified that bug is fixed.
drill odbc v0619
drill git.commit.id=9ec257efb7992209e27c82e6f4ee8a5b12cc95e4

> Connecting to Tableau live returns null values for dimensions
> -------------------------------------------------------------
>
>                 Key: DRILL-1228
>                 URL: https://issues.apache.org/jira/browse/DRILL-1228
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - ODBC
>    Affects Versions: 0.4.0
>            Reporter: Norris Lee
>            Priority: Critical
>             Fix For: 0.4.0
>
>
> Connecting to Tableau using live queries returns null dimensions. Connecting using Import All will return as normal. Both queries run fine in SQLLine and Drill Explorer. Using an older drillbit (from July 21st), everything ran fine.
> Live query:
> {code}
> SELECT `varchar_table`.`column1` AS `none_columnB_nk`
> FROM `hive43.default`.`varchar_table` `varchar_table`
> GROUP BY `varchar_table`.`column1`
> {code}
> Import All query:
> {code}
> SELECT 1 AS `Number_of_Records`,
>   `varchar_table`.`column1` AS `columnB`,
>   `varchar_table`.`keycolumn` AS `keycolumn`
> FROM `hive43.default`.`varchar_table` `varchar_table`
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)