gavinchou commented on code in PR #61687:
URL: https://github.com/apache/doris/pull/61687#discussion_r2985364407


##########
cloud/src/meta-service/meta_service_http.cpp:
##########
@@ -734,6 +734,23 @@ static HttpResponse process_list_snapshot(MetaServiceImpl* 
service, brpc::Contro
     return http_json_reply_message(resp.status(), resp);
 }
 
+static HttpResponse process_drop_snapshot(MetaServiceImpl* service, 
brpc::Controller* ctrl) {

Review Comment:
   better adding a 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]

Reply via email to