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

Norris Lee commented on DRILL-1228:
-----------------------------------

This seems to only be an issue for Hive and dfs files. HBase and views work 
fine. If I take the same Hive table, create a view out of it, then it works 
fine in Tableau

> 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
>    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.2#6252)

Reply via email to