You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/12/21 04:24:00 UTC

[jira] [Created] (HBASE-19575) add copy constructor to Mutation

Chia-Ping Tsai created HBASE-19575:
--------------------------------------

             Summary: add copy constructor to Mutation
                 Key: HBASE-19575
                 URL: https://issues.apache.org/jira/browse/HBASE-19575
             Project: HBase
          Issue Type: Sub-task
            Reporter: Chia-Ping Tsai
            Assignee: Chia-Ping Tsai
             Fix For: 2.0.0-beta-1


Put, Delete, Increment, and Append have similar code in copy constructor. Let us move the copy constructor to the upper class - mutation - so as to remove the duplicate code. BTW, the copy constructor of Put miss the clone of priority.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)