[
https://issues.apache.org/jira/browse/HBASE-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709544#action_12709544
]
Clint Morgan commented on HBASE-1425:
-------------------------------------
A related question is how to support/deprecate the old filters.
Rather that adding new methods to the existing interface and deprecating the
old ones, I'd propose creating a new interface, deprecating the old one, and
using a wrapper that takes a deprecated filter and makes it implement the new
interface. That way the regionserver logic would only have to honor the new
interface.
> ColumnValueFilter and WhileMatchFilter fixes on trunk
> -----------------------------------------------------
>
> Key: HBASE-1425
> URL: https://issues.apache.org/jira/browse/HBASE-1425
> Project: Hadoop HBase
> Issue Type: Bug
> Components: filters
> Environment: trunk
> Reporter: Clint Morgan
> Attachments: 1425.diff
>
>
> Small patch with a couple of filter fixes I needed to get our stuff working
> from trunk. Not sure if filters are ready to be tackled yet (?), but I
> thought I'd attach it anyway.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.