SWJTU-ZhangLei commented on code in PR #17207:
URL: https://github.com/apache/doris/pull/17207#discussion_r1123056479
##########
fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java:
##########
@@ -869,7 +869,7 @@ public static void loadJournal(Env env, JournalEntity
journal) {
env.getCatalogMgr().replayRefreshCatalog(log);
break;
}
- case OperationType.OP_MODIFY_TABLE_ADD_OR_DROP_COLUMNS: {
+ case
OperationType.OP_MODIFY_TABLE_ADD_OR_DROP_OR_MODIFY_COLUMNS: {
Review Comment:
we cannot change OperationType.OP_MODIFY_TABLE_ADD_OR_DROP_COLUMNS, because
the op code may write disk in previous doris version, this may cause
compatibility problem
--
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]