diff --git a/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp b/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp index 4e7fb3b3a5..a97c933e4a 100644 --- a/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp +++ b/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp @@ -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;