[
https://issues.apache.org/jira/browse/HBASE-10125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13845563#comment-13845563
]
ramkrishna.s.vasudevan commented on HBASE-10125:
------------------------------------------------
Good find. Is this a blocker?
Currenly not used any where in the src code except for one test case I suppose.
> KeyValue(Cell c) copy constructor doesn't copy tags data
> --------------------------------------------------------
>
> Key: HBASE-10125
> URL: https://issues.apache.org/jira/browse/HBASE-10125
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0
> Reporter: Jeffrey Zhong
> Assignee: Jeffrey Zhong
> Priority: Blocker
> Fix For: 0.98.0
>
> Attachments: hbase-10125.patch
>
>
> I happened to come across this:
> {code}
> public KeyValue(Cell c) {
> this(c.getRowArray(), c.getRowOffset(), (int)c.getRowLength(),
> c.getFamilyArray(), c.getFamilyOffset(), (int)c.getFamilyLength(),
> c.getQualifierArray(), c.getQualifierOffset(), (int)
> c.getQualifierLength(),
> c.getTimestamp(), Type.codeToType(c.getTypeByte()),
> c.getValueArray(), c.getValueOffset(), c.getValueLength());
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)