TangSiyang2001 commented on code in PR #39558:
URL: https://github.com/apache/doris/pull/39558#discussion_r1723460517


##########
cloud/src/meta-service/meta_service_job.cpp:
##########
@@ -124,6 +150,17 @@ void start_compaction_job(MetaServiceCode& code, 
std::string& msg, std::stringst
     }
     while (err == TxnErrorCode::TXN_OK) {
         job_pb.ParseFromString(job_val);
+        if (!check_compaction_input_verions(compaction, job_pb)) {
+            SS << "Check compaction input versions failed in schema change. 
input_version_start="
+               << compaction.input_versions(0)
+               << " input_version_end=" << compaction.input_versions(1)

Review Comment:
   Here is supicious



-- 
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

Reply via email to