scanner.advance();
scanner.getKey(key);
Assert.assertEquals(key, new BytesWritable("k2".getBytes()));
TypesUtils.resetTuple(row);
scanner.getValue(row);
bagColl.clear();
bagColl = (DataBag) row.get(0);
itorColl = bagColl.iterator();
tupColl = itorColl.next();
Assert.assertEquals(0.0001, tupColl.get(0));
tupColl = itorColl.next();