[
https://issues.apache.org/jira/browse/HBASE-12048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14144368#comment-14144368
]
stack commented on HBASE-12048:
-------------------------------
bq. For 1.0 itself, here in tranformCell(Cell) we can get a non KV cell. When
we read from DBE files. Then it will be ClonedSeekerState.
Rereading and looking at the patch, if this comes into 1.0, we break filters;
they will need to implement transformCell. You've tried just dumbing down
transform so it takes and returns a Cell rather than a KV and ditto for
getNextKeyHint?
> 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, 0.99.1
>
> 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)