if (plan instanceof CreateIndexPlan) {
CreateIndexPlan createIndexPlan = (CreateIndexPlan) plan;
Index index = createIndexPlan.getIndex();
TableSchemaCacheReader.getService(conf).addIndex(
index.getDependentTableName(), index);
reader.refreshSchema(index.getDependentTableName());
}
}
for (FTable ftable : table) {
TableSchemaCacheReader.getInstance(conf).refreshSchema(
ftable.getTableName());