airborne12 commented on code in PR #16075:
URL: https://github.com/apache/doris/pull/16075#discussion_r1073515700


##########
be/src/olap/rowset/segment_v2/inverted_index_reader.cpp:
##########
@@ -607,6 +639,15 @@ Status 
InvertedIndexIterator::try_read_from_inverted_index(const std::string& co
                                                            const void* 
query_value,
                                                            
InvertedIndexQueryType query_type,
                                                            uint32_t* count) {
+    // NOTE: only bkd index support try read now.
+    if (query_type == InvertedIndexQueryType::GREATER_EQUAL_QUERY ||

Review Comment:
   may be change to other than match?



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