yiguolei commented on code in PR #33482:
URL: https://github.com/apache/doris/pull/33482#discussion_r1559087863
##########
be/src/vec/exec/scan/vscan_node.cpp:
##########
@@ -864,7 +864,8 @@ Status
VScanNode::_normalize_not_in_and_not_eq_predicate(VExpr* expr, VExprConte
HybridSetBase::IteratorBase* iter = state->hybrid_set->begin();
auto fn_name = std::string("");
- if (!is_fixed_range && state->hybrid_set->contain_null()) {
+ // https://github.com/apache/doris/pull/15466
+ if (state->hybrid_set->contain_null()) {
Review Comment:
Any regression tests?
--
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]