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