[
https://issues.apache.org/jira/browse/HIVE-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Sichi updated HIVE-1226:
-----------------------------
Attachment: HIVE-1226.4.patch
Updated patch with one tiny bugfix found while testing; this version passes all
tests.
HiveInputFormat.java
+ if ((aliases != null) && (aliases.size() == 1)) {
> support filter pushdown against non-native tables
> -------------------------------------------------
>
> Key: HIVE-1226
> URL: https://issues.apache.org/jira/browse/HIVE-1226
> Project: Hadoop Hive
> Issue Type: Improvement
> Components: HBase Handler, Query Processor
> Affects Versions: 0.6.0
> Reporter: John Sichi
> Assignee: John Sichi
> Fix For: 0.7.0
>
> Attachments: HIVE-1226.1.patch, HIVE-1226.2.patch, HIVE-1226.3.patch,
> HIVE-1226.4.patch
>
>
> For example, HBase's scan object can take filters.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.