Ted Yu created HBASE-17252:
------------------------------
Summary: 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
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)
