super(tableName, props, columnDefs, pkConstraint, splitNodes, tableType, ifNotExists, bindCount);
}
@Override
public PhoenixResultSet executeQuery() throws SQLException {
throw new ExecuteQueryNotApplicableException("CREATE TABLE", this.toString());
}