reader.addSchema(table.getTableName(), table);
}
EntityGroupInfo egi = new EntityGroupInfo(table.getTableName(), null, null);
MockFServerServices service = new MockFServerServices();
eg = new EntityGroup(conf, egi, table, service);
NullStorageServices storageServices = new NullStorageServices();
eg.setStorageServices(storageServices);
eg.initialize();
}