[
https://issues.apache.org/jira/browse/HBASE-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908415#action_12908415
]
stack commented on HBASE-2968:
------------------------------
@Andrey Thanks for doing this. Could you make a patch? If not, thats ok.
Can you add a unit test? Thanks.
> 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
> Attachments: FamilyFilter.java
>
>
> 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.