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


##########
be/src/olap/rowset/segment_v2/segment.cpp:
##########
@@ -245,6 +260,7 @@ Status Segment::new_bitmap_index_iterator(const 
TabletColumn& tablet_column,
 
 Status Segment::lookup_row_key(const Slice& key, RowLocation* row_location) {
     RETURN_IF_ERROR(load_index());
+    RETURN_IF_ERROR(load_pk_bloom_filter());

Review Comment:
   load index include unique_key, so keep two function call 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