mymeiyi commented on code in PR #50973:
URL: https://github.com/apache/doris/pull/50973#discussion_r2131396741


##########
be/src/cloud/cloud_tablet.h:
##########
@@ -275,8 +275,8 @@ class CloudTablet final : public BaseTablet {
                                           DeleteBitmapPtr& new_delete_bitmap,
                                           std::map<std::string, int64_t>& 
pre_rowset_to_versions);
 
-    bool need_remove_pre_rowset_delete_bitmap();
-    void remove_pre_rowset_delete_bitmap();
+    bool need_remove_delete_bitmap();

Review Comment:
   rename to need_remove_unused_rowsets, clear file cache will be added later



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