add comment.

This commit is contained in:
Jaehong Kim
2015-09-23 18:53:29 +09:00
parent 2215f0c0fd
commit c3787215ef
@@ -58,8 +58,10 @@ public class RowKeyMerge {
RowKey rowKey = rowKeyEntry.getKey();
byte[] key = null;
if(rowKeyDistributorByHashPrefix == null) {
// backward compatibility.
key = rowKey.getRowKey();
} else {
// distributed key.
key = rowKeyDistributorByHashPrefix.getDistributedKey(rowKey.getRowKey());
}
final Increment increment = new Increment(key);