platoneko commented on code in PR #10731:
URL: https://github.com/apache/doris/pull/10731#discussion_r932420975


##########
be/src/olap/base_tablet.h:
##########
@@ -59,10 +60,10 @@ class BaseTablet : public 
std::enable_shared_from_this<BaseTablet> {
     int16_t shard_id() const;
     bool equal(int64_t tablet_id, int32_t schema_hash);
 
-    const io::ResourceId& cooldown_resource() const { return 
_tablet_meta->cooldown_resource(); }
+    const std::string& storage_policy() const { return 
_tablet_meta->storage_policy(); }
 
-    void set_cooldown_resource(io::ResourceId resource) {
-        _tablet_meta->set_cooldown_resource(std::move(resource));
+    void set_storage_policy(std::string policy) {

Review Comment:
   done



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

Reply via email to