gavinchou commented on code in PR #51282: URL: https://github.com/apache/doris/pull/51282#discussion_r2113793758
########## be/src/cloud/cloud_tablet_mgr.h: ########## @@ -44,10 +46,10 @@ class CloudTabletMgr { // If the tablet is in cache, return this tablet directly; otherwise will get tablet meta first, // sync rowsets after, and download segment data in background if `warmup_data` is true. - Result<std::shared_ptr<CloudTablet>> get_tablet(int64_t tablet_id, bool warmup_data = false, - bool sync_delete_bitmap = true, - SyncRowsetStats* sync_stats = nullptr, - bool force_use_cache = false); + Result<CloudTabletSPtr> get_tablet(int64_t tablet_id, bool warmup_data = false, Review Comment: do not touch what you dont modify -- 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