String usize0 = statsAggregator.aggregateStats("file_00000",
StatsSetupConst.RAW_DATA_SIZE);
assertEquals("0", usize0);
// this should still be in the table
String rows1 = statsAggregator.aggregateStats("file_00001", StatsSetupConst.ROW_COUNT);
assertEquals("900", rows1);
String usize1 = statsAggregator.aggregateStats("file_00001",
StatsSetupConst.RAW_DATA_SIZE);
assertEquals("7000", usize1);