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


##########
be/src/olap/tablet.cpp:
##########
@@ -3318,6 +3333,13 @@ Status Tablet::update_delete_bitmap(const 
RowsetSharedPtr& rowset,
               << ", cur max_version: " << cur_version << ", transaction_id: " 
<< txn_id
               << ", cost: " << watch.get_elapse_time_us() << "(us), total 
rows: " << total_rows;
 
+    if (do_correctness_check) {

Review Comment:
   we can just use `rowset->num_rows() > 0` here, don't need to pass 
do_correctness_check param.



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