github-actions[bot] commented on code in PR #26722: URL: https://github.com/apache/doris/pull/26722#discussion_r1389269612
########## be/src/vec/sink/vtablet_sink_v2.cpp: ########## @@ -91,7 +92,45 @@ static Status on_partitions_created(void* writer, TCreatePartitionResult* result return static_cast<VOlapTableSinkV2*>(writer)->on_partitions_created(result); } -void VOlapTableSinkV2::_init_row_distribution() { +Status VOlapTableSinkV2::_incremental_open_streams( Review Comment: warning: method '_incremental_open_streams' can be made static [readability-convert-member-functions-to-static] ```suggestion static Status VOlapTableSinkV2::_incremental_open_streams( ``` -- 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