You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/12/04 22:18:58 UTC

[jira] [Updated] (HBASE-17252) Wrong arguments for ValueAndTagRewriteCell in CellUtil

     [ https://issues.apache.org/jira/browse/HBASE-17252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-17252:
---------------------------
    Attachment: 17252.v1.txt

> Wrong arguments for ValueAndTagRewriteCell in CellUtil
> ------------------------------------------------------
>
>                 Key: HBASE-17252
>                 URL: https://issues.apache.org/jira/browse/HBASE-17252
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>         Attachments: 17252.v1.txt
>
>
> In deepClone():
> {code}
>       return new ValueAndTagRewriteCell(clonedBaseCell, this.tags, this.value);
> {code}
> The tags parameter should be the last parameter.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)