BiteTheDDDDt commented on code in PR #14325:
URL: https://github.com/apache/doris/pull/14325#discussion_r1023764757


##########
be/src/olap/in_list_predicate.h:
##########
@@ -252,15 +252,19 @@ class InListPredicateBase : public ColumnPredicate {
             auto& nested_col = nullable_col->get_nested_column();
 
             if (_opposite) {
-                return _base_evaluate<true, true>(&nested_col, &null_bitmap, 
sel, size);
+                return _base_evaluate<true, true>(&nested_col, &null_bitmap, 
sel, size,
+                                                  
column.get_rowset_segment_id());

Review Comment:
   we can add a override set method to column nullable, and reset those modify 
on in list predicate.



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