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

Project push down into HBase scan

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.4.0
    • None
    • None

    Description

      If a query against an HBase table requires only a subset of columns, we should qualify the HBase scan with these columns.

      For example

          SELECT row_key, f['c1'], f['c2'], g FROM hbase.MyTable
      

      should qualify he HBase scan as families => [g["ALL"], f["c1", "c2"]]

      Attachments

        Issue Links

          Activity

            People

              adityakishore Aditya Kishore
              adityakishore Aditya Kishore
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: