support range scans and non-key columns in HBase filter pushdown
----------------------------------------------------------------

                 Key: HIVE-1643
                 URL: https://issues.apache.org/jira/browse/HIVE-1643
             Project: Hadoop Hive
          Issue Type: Improvement
          Components: HBase Handler
    Affects Versions: 0.7.0
            Reporter: John Sichi
            Assignee: John Sichi
             Fix For: 0.7.0


HIVE-1226 added support for WHERE rowkey=3.  We would like to support WHERE 
rowkey BETWEEN 10 and 20, as well as predicates on non-rowkeys (plus 
conjunctions etc).  Non-rowkey conditions can't be used to filter out entire 
ranges, but they can be used to push the per-row filter processing as far down 
as possible.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to