airborne12 commented on code in PR #23537: URL: https://github.com/apache/doris/pull/23537#discussion_r1306819036
########## be/src/olap/rowset/segment_v2/bitmap_index_reader.cpp: ########## @@ -32,10 +32,19 @@ namespace doris { namespace segment_v2 { -Status BitmapIndexReader::load(bool use_page_cache, bool kept_in_memory) { - const IndexedColumnMetaPB& dict_meta = _bitmap_index_meta->dict_column(); - const IndexedColumnMetaPB& bitmap_meta = _bitmap_index_meta->bitmap_column(); - _has_null = _bitmap_index_meta->has_null(); +Status BitmapIndexReader::load(bool use_page_cache, bool kept_in_memory, Review Comment: need to change UT function -- 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