HBASE-12824 CompressionTest fails with org.apache.hadoop.hbase.io.hfile.AbstractHFileReader: Not seeked to a key/value
This commit is contained in:
parent
240ef12358
commit
4581d54cf7
@ -135,7 +135,7 @@ public class CompressionTest {
|
||||
try {
|
||||
reader.loadFileInfo();
|
||||
HFileScanner scanner = reader.getScanner(false, true);
|
||||
scanner.next();
|
||||
scanner.seekTo(); // position to the start of file
|
||||
// Scanner does not do Cells yet. Do below for now till fixed.
|
||||
cc = scanner.getKeyValue();
|
||||
if (CellComparator.compareRows(c, cc) != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user