[
https://issues.apache.org/jira/browse/HBASE-10609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-10609:
---------------------------
Description:
FilterBase.java has been marked @InterfaceAudience.Private since 0.96
You can find background in HBASE-10485: PrefixFilter#filterKeyValue() should
perform filtering on row key
Dropping filterKeyValue(Cell ignored) would let developers make conscientious
decision on when ReturnCode.INCLUDE should be returned.
Here is the thread on dev@ mailing list:
http://search-hadoop.com/m/DHED4l8JBI1
was:
FilterBase.java has been marked @InterfaceAudience.Private since 0.96
You can find background in HBASE-10485: PrefixFilter#filterKeyValue()
should perform filtering on row key
Dropping filterKeyValue(Cell ignored) would let
developers make conscientious decision on when ReturnCode.INCLUDE should be
returned.
Here is the thread on dev@ mailing list:
http://search-hadoop.com/m/DHED4l8JBI1
> Remove filterKeyValue(Cell ignored) from FilterBase
> ---------------------------------------------------
>
> Key: HBASE-10609
> URL: https://issues.apache.org/jira/browse/HBASE-10609
> Project: HBase
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.99.0
>
>
> FilterBase.java has been marked @InterfaceAudience.Private since 0.96
> You can find background in HBASE-10485: PrefixFilter#filterKeyValue() should
> perform filtering on row key
> Dropping filterKeyValue(Cell ignored) would let developers make conscientious
> decision on when ReturnCode.INCLUDE should be returned.
> Here is the thread on dev@ mailing list:
> http://search-hadoop.com/m/DHED4l8JBI1
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)