[Fix](inverted index) remove duplicate stats of inverted_index_query_cache_miss #36707 (#38580)

cherry pick from #36707
This commit is contained in:
airborne12
2024-07-31 19:18:58 +08:00
committed by GitHub
parent 7357d7bd3b
commit aed0cc8ba0

View File

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