[
https://issues.apache.org/jira/browse/HBASE-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-2968:
-------------------------
Resolution: Fixed
Hadoop Flags: [Reviewed]
Status: Resolved (was: Patch Available)
Committed. Sorry it took so long to get a review Andrey. Thanks for the patch
and your patience.
> No standard family filter provided
> ----------------------------------
>
> Key: HBASE-2968
> URL: https://issues.apache.org/jira/browse/HBASE-2968
> Project: HBase
> Issue Type: Improvement
> Components: client
> Affects Versions: 0.20.6
> Reporter: Andrey Stepachev
> Fix For: 0.90.0
>
> Attachments: 0001-fix-HBASE-2968.patch, FamilyFilter.java,
> trunk-fix-HBASE-2968.patch
>
>
> We have various filters, like QualifierFilter or ValueFilter, but no
> FamilyFilter.
> But if we want to use FilterList, we must have such filter to construct
> equations
> like (family == 'myfamily' && qualifer == 'aaa') || (family == 'otherfamily'
> && qualifier == 'bbb').
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.