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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14006921#comment-14006921 ] 

Aditya Kishore commented on DRILL-795:
--------------------------------------

bq. The order should be: row_key onecf twocf threecf fourcf

Why? The displayed order is correct order ('f' < 'o' < 'th' < 'tw')

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