[ 
https://issues.apache.org/jira/browse/DRILL-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Nadeau updated DRILL-626:
---------------------------------

    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
{noformat}
    SELECT row_key, f['c1'], f['c2'], g FROM hbase.MyTable
{noformat}

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

> Project push down into HBase scan
> ---------------------------------
>
>                 Key: DRILL-626
>                 URL: https://issues.apache.org/jira/browse/DRILL-626
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: Aditya Kishore
>            Assignee: Aditya Kishore
>
> If a query against an HBase table requires only a subset of columns, we 
> should qualify the HBase scan with these columns.
> For example
> {noformat}
>     SELECT row_key, f['c1'], f['c2'], g FROM hbase.MyTable
> {noformat}
> should qualify he HBase scan as {{families => \[g\["ALL"], f\["c1", "c2"]]}}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to