You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2014/06/21 01:38:24 UTC

[jira] [Commented] (DRILL-680) INFORMATION_SCHEMA.COLUMNS does not display hbase column familes

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

Rahul Challapalli commented on DRILL-680:
-----------------------------------------

Thanks for the fix. Looks good

> INFORMATION_SCHEMA.COLUMNS does not display hbase column familes
> ----------------------------------------------------------------
>
>                 Key: DRILL-680
>                 URL: https://issues.apache.org/jira/browse/DRILL-680
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Rahul Challapalli
>            Assignee: Aditya Kishore
>         Attachments: DRILL-680-INFORMATION_SCHEMA.COLUMNS-does-not-displa.patch
>
>
> Hbase Column families are not being shown in INFORMATION_SCHEMA.COLUMNS table 
> hbase> create 'students', 'cf1', 'cf2', 'cf3'
> drill> SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA='hbase' AND TABLE_NAME='students';
> The above query should return one row for each column family and probably one more column for the hbase rowkey.



--
This message was sent by Atlassian JIRA
(v6.2#6252)