[ 
https://issues.apache.org/jira/browse/HBASE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-2211:
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0
           Status: Resolved  (was: Patch Available)

Committed to TRUNK.  Thanks for the patch Ferdy.

> Add a new Filter that checks a single column value but does not emit it.
> ------------------------------------------------------------------------
>
>                 Key: HBASE-2211
>                 URL: https://issues.apache.org/jira/browse/HBASE-2211
>             Project: Hadoop HBase
>          Issue Type: New Feature
>    Affects Versions: 0.20.3
>            Reporter: Ferdy
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2211-v2.patch, HBASE-2211-v3.patch
>
>
> Performance wise, it may be necessary for a filter to test a column for a 
> specific value (like SingleColumnValueFilter) , but exclude the KeyValue from 
> the output. This is certainly the case when the column values are large in 
> size.
> In order to keep SingleColumnValueFilter simple and maintainable, I decided 
> to subclass it. SingleColumnValueExcludeFilter is the result. Tests are 
> included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to