You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Aditya Kishore (JIRA)" <ji...@apache.org> on 2014/05/21 20:49:39 UTC

[jira] [Assigned] (DRILL-795) Selecting all columns (*) from hbase/m7 tables returns incorrect column order

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

Aditya Kishore reassigned DRILL-795:
------------------------------------

    Assignee: Aditya Kishore

> Selecting all columns (*) from hbase/m7 tables returns incorrect column order
> -----------------------------------------------------------------------------
>
>                 Key: DRILL-795
>                 URL: https://issues.apache.org/jira/browse/DRILL-795
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - HBase
>            Reporter: Krystal
>            Assignee: Aditya Kishore
>
> git.commit.id.abbrev=5d7e3d3
> 0: jdbc:drill:schema=hbase> select * from m7voter limit 5;
> +------------+------------+------------+------------+------------+
> |  row_key   |   fourcf   |   onecf    |  threecf   |   twocf    |
> +------------+------------+------------+------------+------------+
> | [B@35d87abc | {"create_date":"MjAxNC0wOC0xNiAxMzoxMToxMg=="} | {"name":"bHVrZSBnYXJjaWE="} | {"voterzone":"MTI0OTQ=","contributions":"MTAuMDc="} | {"age":"NDE=","registration":"ZGVtb2NyYXQ="} |
> | [B@1761e842 | {"create_date":"MjAxNC0wNC0wNCAxMDo1OToxMg=="} | {"name":"dWx5c3NlcyBoZXJuYW5kZXo="} | {"voterzone":"NzUwNg==","contributions":"NTMuMTk="} | {"age":"MjA=","registration":"aW5kZXBlbmRlbnQ="} |
> The order should be:
> row_key   onecf    twocf     threecf     fourcf



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