freemandealer commented on code in PR #22392: URL: https://github.com/apache/doris/pull/22392#discussion_r1280057580
########## be/src/olap/rowset/beta_rowset_writer.cpp: ########## @@ -412,7 +395,6 @@ Status BetaRowsetWriter::_segcompaction_if_necessary() { } Status BetaRowsetWriter::_segcompaction_ramaining_if_necessary() { Review Comment: Since we are actually not compacting anything, I think the function would better to be renamed. Otherwise, it would be missleading that there is no more waiting after 'segcompaction' (see line 608). -- 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