gavinchou commented on code in PR #56175:
URL: https://github.com/apache/doris/pull/56175#discussion_r2363828230
##########
cloud/src/meta-service/meta_service_txn.cpp:
##########
@@ -610,6 +610,77 @@ void put_routine_load_progress(MetaServiceCode& code,
std::string& msg,
<< " routine load new progress: " <<
new_progress_info.ShortDebugString();
}
+void update_streaming_job_meta(MetaServiceCode& code, std::string& msg,
Review Comment:
add UT
##########
cloud/src/meta-service/meta_service_txn.cpp:
##########
@@ -678,6 +749,64 @@ void
MetaServiceImpl::get_rl_task_commit_attach(::google::protobuf::RpcControlle
}
}
+void MetaServiceImpl::get_streaming_task_commit_attach(
Review Comment:
add UT
--
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]