zhannngchen commented on code in PR #21760:
URL: https://github.com/apache/doris/pull/21760#discussion_r1261902230


##########
be/src/olap/compaction.cpp:
##########
@@ -657,6 +661,21 @@ Status Compaction::modify_rowsets(const 
Merger::Statistics* stats) {
     return Status::OK();
 }
 
+bool Compaction::check_if_includes_input_rowsets(

Review Comment:
   rename to _check_if_includes_input_rowsets, make it a private member function



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