dataroaring commented on code in PR #26041: URL: https://github.com/apache/doris/pull/26041#discussion_r1374616076
########## fe/fe-core/src/main/java/org/apache/doris/persist/OperationType.java: ########## @@ -271,18 +271,6 @@ public class OperationType { @Deprecated public static final short OP_INIT_EXTERNAL_TABLE = 329; - // scheduler job and task 330-350 - public static final short OP_CREATE_MTMV_JOB = 330; - public static final short OP_DROP_MTMV_JOB = 331; - public static final short OP_CHANGE_MTMV_JOB = 332; - - public static final short OP_CREATE_MTMV_TASK = 340; - public static final short OP_DROP_MTMV_TASK = 341; - @Deprecated - public static final short OP_CHANGE_MTMV_TASK = 342; - - public static final short OP_ALTER_MTMV_STMT = 345; - public static final short OP_DROP_EXTERNAL_TABLE = 350; public static final short OP_DROP_EXTERNAL_DB = 351; Review Comment: Maybe we should not remove these op codes, because we do not know if any user uses it. -- 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