to ColumnValueFilter: add filterIfColumnMissing property, add SubString
operator
---------------------------------------------------------------------------------
Key: HBASE-943
URL: https://issues.apache.org/jira/browse/HBASE-943
Project: Hadoop HBase
Issue Type: Improvement
Reporter: Clint Morgan
Attachments: hbase-943.patch
Couple minor changes I needed:
- allow one to toggle if ColumnValueFilter should filter rows if the column is
missing. (The current behavior is to filter f they are missing the column,
sometimes I want the rows with the missing column to get through).
- A special-case SUB_STRING operator which does a case-insensitive String
substring check.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.