github-actions[bot] commented on code in PR #25493: URL: https://github.com/apache/doris/pull/25493#discussion_r1366588162
########## be/src/vec/columns/column_struct.cpp: ########## @@ -225,8 +225,8 @@ void ColumnStruct::update_crcs_with_value(uint32_t* __restrict hash, PrimitiveTy } } -void ColumnStruct::insert_indices_from(const IColumn& src, const int* indices_begin, - const int* indices_end) { +void ColumnStruct::insert_indices_from(const IColumn& src, const uint32_t* __restrict indices_begin, Review Comment: warning: method 'insert_indices_from' can be made static [readability-convert-member-functions-to-static] be/src/vec/columns/column_struct.h:123: ```diff - void insert_indices_from(const IColumn& src, const uint32* __restrict indices_begin, + static void insert_indices_from(const IColumn& src, const uint32* __restrict indices_begin, ``` -- 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