github-actions[bot] commented on code in PR #26632: URL: https://github.com/apache/doris/pull/26632#discussion_r1387468190
########## be/src/olap/tablet.cpp: ########## @@ -2742,7 +2742,8 @@ Status Tablet::_get_segment_column_iterator( } // fetch value by row column -Status Tablet::fetch_value_through_row_column(RowsetSharedPtr input_rowset, uint32_t segid, +Status Tablet::fetch_value_through_row_column(RowsetSharedPtr input_rowset, Review Comment: warning: method 'fetch_value_through_row_column' can be made static [readability-convert-member-functions-to-static] ```suggestion }static ``` -- 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