sollhui commented on code in PR #56175:
URL: https://github.com/apache/doris/pull/56175#discussion_r2365038446


##########
cloud/src/meta-store/keys.cpp:
##########
@@ -464,6 +466,13 @@ void rl_job_progress_key_info(const RLJobProgressKeyInfo& 
in, std::string* out)
     encode_int64(std::get<2>(in), out);           // job_id
 }
 
+void streaming_job_meta_key_info(const StreamingJobMetaKeyInfo& in, 
std::string* out) {

Review Comment:
   Routine load has the same issue, this is the to-do list that fix with 
routine load



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to