[
https://issues.apache.org/jira/browse/HBASE-12048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anoop Sam John updated HBASE-12048:
-----------------------------------
Release Note:
The following APIs are removed from Filter
KeyValue transform(KeyValue)
KeyValue getNextKeyHint(KeyValue)
and replaced with
Cell transformCell(Cell)
Cell getNextCellHint(Cell)
respectively.
If a custom Filter implementation have overridden any of these methods, we will
no longer call them. User has to change the custom Filter to override cell
based methods as shown above
Hadoop Flags: Incompatible change,Reviewed
> Remove deprecated APIs from Filter
> ----------------------------------
>
> Key: HBASE-12048
> URL: https://issues.apache.org/jira/browse/HBASE-12048
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 2.0.0
>
> Attachments: HBASE-12048.patch, HBASE-12048_V2.patch
>
>
> To be removed
> KeyValue transform(final KeyValue currentKV)
> KeyValue getNextKeyHint(final KeyValue currentKV)
> These are deprecated since 0.96 and can get removed from 1.0 time.
> Any objections?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)