You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "Tanya-W (via GitHub)" <gi...@apache.org> on 2023/06/07 02:02:26 UTC

[GitHub] [doris] Tanya-W commented on a diff in pull request #20528: [Fix](inverted index) if range query exceeds CLucene limits, downgrade it from inverted index

Tanya-W commented on code in PR #20528:
URL: https://github.com/apache/doris/pull/20528#discussion_r1220699782


##########
be/src/olap/rowset/segment_v2/inverted_index_reader.cpp:
##########
@@ -73,6 +73,14 @@
 namespace doris {
 namespace segment_v2 {
 
+bool InvertedIndexReader::_is_range_query(InvertedIndexQueryType query_type) {
+    return (query_type == InvertedIndexQueryType::EQUAL_QUERY ||

Review Comment:
   why equal query also included in range query?



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org