[
https://issues.apache.org/jira/browse/HBASE-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Clint Morgan updated HBASE-527:
-------------------------------
Attachment: hbase-527.patch
Possible solution: hold off on full row examination by the filter
(filterNotNull) until the row has been assembled.
Patch does this, and changes filter interface to use SortedMap (rather than
TreeMap)
BTW, filterNotNull seems like an odd name here, perhaps I am missing something
> RegexpRowFilter does not work when there are columns from multiple families
> ---------------------------------------------------------------------------
>
> Key: HBASE-527
> URL: https://issues.apache.org/jira/browse/HBASE-527
> Project: Hadoop HBase
> Issue Type: Bug
> Components: filters
> Reporter: Clint Morgan
> Attachments: hbase-527.patch, hbase-527.patch
>
>
> If there are multiple column families, then creating a scanner with a
> RegexpRowFilter to match column values will mistakenly filter other columns.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.