[
https://issues.apache.org/jira/browse/HBASE-13977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613130#comment-14613130
]
ramkrishna.s.vasudevan commented on HBASE-13977:
------------------------------------------------
Updated patch with comments addressed. The last one is not fixed as can be
taken up in another JIRa.
The firstOnRow change was not done as it had impact on the other API which was
accepting KeyValue. But we changed the API from that point onwards to Cell. So
now changing firstOnRow to Cell was not a problem.
Renamed getKeyAsCell back to getKey.
> Convert getKey and related APIs to Cell
> ---------------------------------------
>
> Key: HBASE-13977
> URL: https://issues.apache.org/jira/browse/HBASE-13977
> Project: HBase
> Issue Type: Sub-task
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Attachments: HBASE-13977.patch, HBASE-13977_1.patch,
> HBASE-13977_2.patch, HBASE-13977_3.patch, HBASE-13977_4.patch,
> HBASE-13977_4.patch, HBASE-13977_5.patch
>
>
> During the course of changes for HBASE-11425 felt that more APIs can be
> converted to return Cell instead of BB like getKey, getLastKey.
> We can also rename the getKeyValue to getCell.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)