luwei16 commented on code in PR #38210:
URL: https://github.com/apache/doris/pull/38210#discussion_r1686401867


##########
cloud/src/meta-service/meta_service_job.cpp:
##########
@@ -297,6 +297,11 @@ void start_schema_change_job(MetaServiceCode& code, 
std::string& msg, std::strin
         code = cast_as<ErrCategory::READ>(err);
         return;
     }
+    if (!job_pb.ParseFromString(job_val)) {

Review Comment:
   add test case



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