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

Hbase convert_from queries are not pushed down

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 0.6.0
    • 1.4.0
    • Storage - HBase
    • None

    Description

      git.commit.id.abbrev=5c220e3

      The following hbase query contains the convert_from function but was not being pushed down.

      0: jdbc:drill:schema=hbase> explain plan for select convert_from(voter.onecf.name, 'UTF8') from voter where row_key=10;

      {
      "head" :
      Unknown macro: { "version" }

      ,
      "graph" : [ {
      "pop" : "hbase-scan",
      "@id" : 5,
      "hbaseScanSpec" :

      { "tableName" : "voter", "startRow" : "", "stopRow" : "", "serializedFilter" : null }

      ,

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: