No standard family filter provided
----------------------------------
Key: HBASE-2968
URL: https://issues.apache.org/jira/browse/HBASE-2968
Project: HBase
Issue Type: Improvement
Components: client
Reporter: Andrey Stepachev
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.