yiguolei commented on code in PR #21239:
URL: https://github.com/apache/doris/pull/21239#discussion_r1245069734


##########
be/src/olap/in_list_predicate.h:
##########
@@ -346,6 +346,17 @@ class InListPredicateBase : public ColumnPredicate {
         }
     }
 
+    bool evaluate_and(const StringRef* dict_words, const size_t count) const 
override {

Review Comment:
   In such scenaro:
   1. the dict is [1,2,3]
   2. the query condition is where a not in [1]
   3. opposite = false
   then
   found = true and PT != IN LIST then the return value is false;
   Its wrong 



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