[
https://issues.apache.org/jira/browse/HBASE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752147#comment-13752147
]
Jonathan Hsieh commented on HBASE-9359:
---------------------------------------
The places where it may break user applications is any method that returns a
Cell, Cell[], or List<Cell> instead of a KeyValue, KeyValue[], or
List<KeyValue>.
I'm pretty sure I'm going to add back #getQualifier, #getFamily, #getValue, and
#getRow to the Cell interface as deprecated because these were responsible for
most of the breaks.
> Convert KeyValue to Cell in hbase-client module - Result/Put/Delete,
> ColumnInterpreter
> --------------------------------------------------------------------------------------
>
> Key: HBASE-9359
> URL: https://issues.apache.org/jira/browse/HBASE-9359
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Affects Versions: 0.95.2
> Reporter: Jonathan Hsieh
> Assignee: Jonathan Hsieh
> Attachments: hbase-9359.patch
>
>
> This path is the second half of eliminating KeyValue from the client
> interfaces. This percolated through quite a bit.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira