linrrzqqq commented on code in PR #60976:
URL: https://github.com/apache/doris/pull/60976#discussion_r2904323456


##########
be/src/cloud/cloud_meta_mgr.cpp:
##########
@@ -453,13 +453,17 @@ Status retry_rpc(std::string_view op_name, const Request& 
req, Response* res,
 
 } // namespace
 
-Status CloudMetaMgr::get_tablet_meta(int64_t tablet_id, TabletMetaSharedPtr* 
tablet_meta) {
+Status CloudMetaMgr::get_tablet_meta(int64_t table_id, int64_t index_id, 
int64_t partition_id,

Review Comment:
   123



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