} else {
throw new UnsupportedException(SQLUtils.toSQLString(item) + " SQLAlterTableItem Unsupported");
}
}
AlterTablePlan alterTable = new AlterTablePlan(oldTable, newTable);
context.setPlan(alterTable);
LOG.debug("AlterTablePlan " + alterTable.toString());
}