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

Hudson commented on HBASE-10125:
--------------------------------

FAILURE: Integrated in HBase-0.98 #8 (See 
[https://builds.apache.org/job/HBase-0.98/8/])
HBASE-10125: KeyValue(Cell c) copy constructor doesn't copy tags data 
(jeffreyz: rev 1550224)
* 
/hbase/branches/0.98/hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValue.java


> 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)

Reply via email to