zhannngchen commented on code in PR #13872: URL: https://github.com/apache/doris/pull/13872#discussion_r1012889215
########## 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: Can user add this property by alter table? seem we didn't disable this behavior? ########## 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: Can user add this property by alter table? seems we didn't disable this behavior? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org