/**
* testCompileOptimizedStatements
*/
public void testCompileOptimizedStatements() throws Exception {
Table catalog_tbl = this.getTable(TM1Constants.TABLENAME_SUBSCRIBER);
if (CatalogUtil.getVerticalPartition(catalog_tbl) != null) {
catalog_tbl.getViews().clear();
assert(catalog_tbl.getViews().isEmpty());
}
Column catalog_cols[] = {
this.getColumn(catalog_tbl, "S_ID"),
// this.getColumn(catalog_tbl, "SUB_NBR"),
// this.getColumn(catalog_tbl, "VLR_LOCATION"),