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

[jira] [Updated] (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 ]

Parth Chandra updated DRILL-1228:
---------------------------------
    Component/s: Client - ODBC

> 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)