-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 0.7.0
-
Fix Version/s: 0.7.0
-
Component/s: None
-
Labels:None
My mistake. I used SortedMap to compare keys when merge sort. So, some records contains duplicate key can be ignored.
public SortedMap<WritableComparable, KeyValuePair<Integer, KeyValuePair>> comparisonMap = new TreeMap<WritableComparable, KeyValuePair<Integer, KeyValuePair>>();