Krystal created DRILL-795:
-----------------------------
Summary: Selecting all rows (*) 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
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)
|