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


##########
be/src/olap/tablet.cpp:
##########
@@ -1937,7 +1937,7 @@ Status Tablet::calc_delete_bitmap(RowsetId rowset_id,
     int64_t end_version = max_version_unlocked().second;
     Version dummy_version(end_version + 1, end_version + 1);
     for (auto& seg : segments) {
-        seg->load_index(); // We need index blocks to iterate
+        seg->load_pk_index_and_bf(); // We need index blocks to iterate

Review Comment:
   don't need to load bf 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: 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

Reply via email to