private static TableSchemaCacheReader reader;
@BeforeClass
public static void setUp() throws Exception {
context.setGenWholePlan(false);
MemFMetaStore fmetaServices = new MemFMetaStore();
reader = TableSchemaCacheReader.getInstance(conf, fmetaServices);
}