github-actions[bot] commented on code in PR #32940:
URL: https://github.com/apache/doris/pull/32940#discussion_r1542251807


##########
be/src/olap/base_tablet.cpp:
##########
@@ -79,4 +79,19 @@ Status BaseTablet::update_by_least_common_schema(const 
TabletSchemaSPtr& update_
     return Status::OK();
 }
 
+RowsetSharedPtr BaseTablet::get_rowset(const RowsetId& rowset_id) {

Review Comment:
   warning: method 'get_rowset' can be made static 
[readability-convert-member-functions-to-static]
   
   be/src/olap/base_tablet.h:85:
   ```diff
   -     RowsetSharedPtr get_rowset(const RowsetId& rowset_id);
   +     static RowsetSharedPtr get_rowset(const RowsetId& rowset_id);
   ```
   



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