Assert.fail("Failed to catch out of boundary exceptions.");
} catch (IndexOutOfBoundsException e) {
// no op, expecting out of bounds exceptions
}
scanner.advance();
scanner.getKey(key);
Assert.assertEquals(key, new BytesWritable("k2".getBytes()));
TypesUtils.resetTuple(row);
scanner.getValue(row);
// Assert.assertEquals("c2", row.get(0));