else
range = Range.exact(new Text(scm.getRow()), new Text(tc.getCf()), new Text(tc.getCq()), new Text(tc.getCv()));
IterConfig ic = compressedIters.decompress(tc.iterators);
Scanner scanner = tablet.createScanner(range, 1, emptyCols, cs.auths, ic.ssiList, ic.ssio, false, cs.interruptFlag);
try {
ScanBatch batch = scanner.read();
Value val = null;
for (KVEntry entry2 : batch.results) {
val = entry2.getValue();