HBASE-7953 Addendum fixes syntax error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4742310a5f
commit
f7d02a07d8
|
@ -346,7 +346,7 @@ public class HFilePerformanceEvaluation {
|
|||
void doRow(int i) throws Exception {
|
||||
HFileScanner scanner = this.reader.getScanner(false, true);
|
||||
byte[] gaussianRandomRowBytes = getGaussianRandomRowBytes();
|
||||
if (scanner.seekTo(gaussianRandomRowBytes < 0) {
|
||||
if (scanner.seekTo(gaussianRandomRowBytes) < 0) {
|
||||
LOG.info("Not able to seekTo " + new String(gaussianRandomRowBytes));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue