[ 
https://issues.apache.org/jira/browse/HBASE-10944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15961239#comment-15961239
 ] 

Anoop Sam John commented on HBASE-10944:
----------------------------------------

bq.We have Cells, but not quite, and in important places we still assume Cells 
backed by a single byte[], and the we force the single byte[] all over the 
place.
Not really Lars.  We use ensureKV calls only in some MR related code base where 
the public exposed classes having KV based signature.  So at that time did not 
touch there.  Apart from this very few MR code base, no other place having 
ensureKV calls and blind expectation of KV structure.   (This is in trunk I 
mean)

> Remove all kv.getBuffer() and kv.getRow() references existing in the code
> -------------------------------------------------------------------------
>
>                 Key: HBASE-10944
>                 URL: https://issues.apache.org/jira/browse/HBASE-10944
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 2.0.0, 1.5.0
>
>
> kv.getRow() and kv.getBuffers() are still used in places to form key byte[] 
> and row byte[].  Removing all such instances including testcases will make 
> the usage of Cell complete.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to