HappenLee commented on code in PR #13840:
URL: https://github.com/apache/doris/pull/13840#discussion_r1009432301


##########
be/src/olap/null_predicate.h:
##########
@@ -59,6 +59,14 @@ class NullPredicate : public ColumnPredicate {
         }
     }
 
+    bool evaluate_del(const std::pair<WrapperField*, WrapperField*>& 
statistic) const override {
+        if (_is_null) {

Review Comment:
   seems only check `min/max` one side is ok ?



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

Reply via email to