Lchangliang commented on code in PR #37293: URL: https://github.com/apache/doris/pull/37293#discussion_r1694458661
########## gensrc/proto/cloud.proto: ########## @@ -1324,6 +1327,7 @@ enum MetaServiceCode { JOB_ALREADY_SUCCESS = 5002; ROUTINE_LOAD_DATA_INCONSISTENT = 5003; ROUTINE_LOAD_PROGRESS_NOT_FOUND = 5004; + JOB_CHECK_ALTER_VERSION_FAIL = 5005; Review Comment: Does not comply with the rules of ``` (compaction.type() == TabletCompactionJobPB_CompactionType_BASE && compaction.input_versions(1) <= alter_version) || (compaction.type() == TabletCompactionJobPB_CompactionType_CUMULATIVE && compaction.input_versions(0) > alter_version) ``` -- 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