XieJiann commented on code in PR #28953:
URL: https://github.com/apache/doris/pull/28953#discussion_r1436208354


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PredicatePropagation.java:
##########
@@ -88,6 +88,8 @@ public ComparisonInferInfo(InferType inferType,
     public Set<Expression> infer(Set<Expression> predicates) {
         Set<Expression> inferred = Sets.newHashSet();
         for (Expression predicate : predicates) {
+            // if we support more predicate infer, we should add 
.withInferred(this.isInferred())
+            // to mark the predicate is from infer when call withChildren 
method

Review Comment:
   mark: remove it



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