liaoxin01 commented on code in PR #13872: URL: https://github.com/apache/doris/pull/13872#discussion_r1012461500
########## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ########## @@ -4125,6 +4131,11 @@ private void renameColumn(Database db, OlapTable table, String colName, } } + // 5. modify sequence map col + if (table.hasSequenceCol() && table.getSequenceMapCol().equalsIgnoreCase(colName)) { Review Comment: done. -- 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