Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-795

Selecting all columns (*) from hbase/m7 tables returns incorrect column order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.4.0
    • Storage - HBase
    • None

    Description

      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

      Attachments

        Activity

          People

            adityakishore Aditya Kishore
            knguyen Krystal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: