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

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

SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-1.1 #4 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-1.1/4/])
HBASE-10125: KeyValue(Cell c) copy constructor doesn't copy tags data 
(jeffreyz: rev 1550222)
* /hbase/trunk/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