HBASE-11234 Addendum for PrefixTreeArrayScanner

This commit is contained in:
Ted Yu 2014-05-27 14:38:27 +00:00
parent f00d21179c
commit 56af657e5d
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ public class PrefixTreeArrayScanner extends PrefixTreeCell implements CellScanne
protected int populateNonRowFieldsAndCompareTo(int cellNum, Cell key) {
populateNonRowFields(cellNum);
return CellComparator.compareStatic(this, key, false);
return CellComparator.compareStatic(this, key, true);
}
protected void populateFirstNonRowFields() {