You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jan Hentschel (JIRA)" <ji...@apache.org> on 2019/06/09 22:50:00 UTC

[jira] [Resolved] (HBASE-22262) Remove deprecated methods from Filter

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

Jan Hentschel resolved HBASE-22262.
-----------------------------------
       Resolution: Fixed
     Hadoop Flags: Incompatible change,Reviewed
    Fix Version/s: 3.0.0
     Release Note: 
Removed filterRowKey(byte[], int, int) from the Filter class. Use filterRowKey(Cell) instead.
Removed filterKeyValue(Cell) from the Filter class. Use filterCell(Cell) instead.

> Remove deprecated methods from Filter
> -------------------------------------
>
>                 Key: HBASE-22262
>                 URL: https://issues.apache.org/jira/browse/HBASE-22262
>             Project: HBase
>          Issue Type: Task
>          Components: Client
>            Reporter: Jan Hentschel
>            Assignee: Jan Hentschel
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> HBase 2.0.0 deprecated the methods {{filterRowKey(byte[] buffer, int offset, int length)}} and {{filterKeyValue(final Cell c)}} from the {{Filter}} class. Remove these methods from this class and all inherited classes for 3.0.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)