liaoxin01 commented on code in PR #55751:
URL: https://github.com/apache/doris/pull/55751#discussion_r2347391428


##########
be/src/olap/rowset_builder.cpp:
##########
@@ -176,6 +166,30 @@ Status RowsetBuilder::check_tablet_version_count() {
                 "larger value.",
                 version_count, max_version_config, _tablet->tablet_id());
     }
+
+    // Do not return if injection is true for test
+    if (!(injection || (!config::disable_auto_compaction &&

Review Comment:
   `injection` is useless, it is not needed here.



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