gavinchou commented on code in PR #37293: URL: https://github.com/apache/doris/pull/37293#discussion_r1694308512
########## cloud/test/meta_service_job_test.cpp: ########## @@ -58,6 +58,7 @@ void start_compaction_job(MetaService* meta_service, int64_t tablet_id, const st if (input_version.first > 0 && input_version.second > 0) { compaction->add_input_versions(input_version.first); compaction->add_input_versions(input_version.second); + compaction->set_judge_input_versions_range(true); Review Comment: what if the old version of BEs? -- 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