xiaokang commented on code in PR #15823:
URL: https://github.com/apache/doris/pull/15823#discussion_r1067021844


##########
be/src/vec/exec/scan/vscan_node.cpp:
##########
@@ -966,6 +966,24 @@ Status VScanNode::_normalize_compound_predicate(
                             },
                             active_range);
 
+                    _compound_value_ranges.emplace_back(active_range);
+                }
+            } else if (TExprNodeType::MATCH_PRED == child_expr->node_type()) {
+                SlotDescriptor* slot = nullptr;
+                ColumnValueRangeType* range_on_slot = nullptr;
+                if (_is_predicate_acting_on_slot(child_expr, 
in_predicate_checker, &slot,

Review Comment:
   not match_predicate_checker?



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