liaoxin01 commented on code in PR #13872:
URL: https://github.com/apache/doris/pull/13872#discussion_r1014764220
##########
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java:
##########
@@ -574,6 +574,12 @@ private void processModifyColumn(ModifyColumnClause
alterClause, OlapTable olapT
throw new DdlException("Column[" + columnPos.getLastCol() + "]
does not exists");
}
+ // sequence col can not change type
Review Comment:
It is not yet supported to add the property by alter table.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]