scanner.getValue(RowValue);
System.out.println("read record or record:" + RowValue.toString());
Assert.assertEquals(i + "_00", RowValue.get(0));
Assert.assertEquals(i + "_01", RowValue.get(1));
Assert.assertEquals(i + "_02", RowValue.get(2));
scanner.advance();
}
for (int i = 0; i <= 9; i++) {
scanner.getValue(RowValue);
System.out.println("read record or record:" + RowValue.toString());
Assert.assertEquals(i + "_10", RowValue.get(0));