gavinchou commented on code in PR #53339:
URL: https://github.com/apache/doris/pull/53339#discussion_r2266999194
##########
be/src/cloud/cloud_tablet.h:
##########
@@ -284,7 +290,8 @@ class CloudTablet final : public BaseTablet {
void add_unused_rowsets(const std::vector<RowsetSharedPtr>& rowsets);
void remove_unused_rowsets();
- static void recycle_cached_data(const std::vector<RowsetSharedPtr>&
rowsets);
+ static std::vector<RecycledRowsets> recycle_cached_data(
Review Comment:
add comment to describe the behavior, what is the returned value and the
input param
--
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]