[
https://issues.apache.org/jira/browse/HBASE-10125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell updated HBASE-10125:
-----------------------------------
Priority: Blocker (was: Major)
Nice one, blocker for 0.98
> 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)