Skip to content

Commit

Permalink
[Fix](inverted index) remove duplicate stats of inverted_index_query_…
Browse files Browse the repository at this point in the history
…cache_miss #36707 (#38580)

cherry pick from #36707
  • Loading branch information
airborne12 authored Jul 31, 2024
1 parent 7357d7b commit aed0cc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/olap/rowset/segment_v2/inverted_index_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ Status FullTextIndexReader::query(OlapReaderStatistics* stats, RuntimeState* run
if (cache_status.ok()) {
return Status::OK();
}
stats->inverted_index_query_cache_miss++;
FulltextIndexSearcherPtr* searcher_ptr = nullptr;

InvertedIndexCacheHandle inverted_index_cache_handle;
Expand Down

0 comments on commit aed0cc8

Please sign in to comment.