-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-beta-1, 2.0.0
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
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.