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: [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]