HappenLee commented on code in PR #13840:
URL: https://github.com/apache/doris/pull/13840#discussion_r1009439655
##########
be/src/olap/in_list_predicate.h:
##########
@@ -266,6 +266,28 @@ class InListPredicateBase : public ColumnPredicate {
}
}
+ bool evaluate_del(const std::pair<WrapperField*, WrapperField*>&
statistic) const override {
+ if (statistic.first->is_null() || statistic.second->is_null()) {
Review Comment:
if max value is null, should return `true`
--
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]