airborne12 commented on code in PR #20528:
URL: https://github.com/apache/doris/pull/20528#discussion_r1220725127
##########
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:
will fix that
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]