}
@Test
public final void testIsNotNull2() throws Exception {
String [] table = new String[] {"nulltable3"};
Schema schema = new Schema();
schema.addColumn("col1", Type.INT8);
schema.addColumn("col2", Type.INT8);
schema.addColumn("col3", Type.INT8);
schema.addColumn("col4", Type.INT8);
schema.addColumn("col5", Type.INT8);
schema.addColumn("col6", Type.INT8);
schema.addColumn("col7", Type.INT8);
schema.addColumn("col8", Type.INT8);
schema.addColumn("col9", Type.INT8);
schema.addColumn("col10", Type.INT8);
Schema [] schemas = new Schema[] {schema};
String [] data = {
",,,,672287821,1301460,1,313895860387,126288907,1024",
",,,43578,19,13,6,3581,2557,1024"
};