mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-24 20:26:16 +10:00
add comment.
This commit is contained in:
+2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user