This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 2a9d642ba1b [fix](nereids)should not infer predicate for nullaware
anti-join (#30924) (#30981)
2a9d642ba1b is described below
commit 2a9d642ba1b4adf6dfbf79255374e1df920ee0a8
Author: morrySnow <[email protected]>
AuthorDate: Thu Feb 8 14:49:40 2024 +0800
[fix](nereids)should not infer predicate for nullaware anti-join (#30924)
(#30981)
pick from master #30924
commit id 900382e02e0c1809c8d2c90b4ae5d8e521b10352
Co-authored-by: starocean999
<[email protected]>
---
.../java/org/apache/doris/nereids/rules/rewrite/InferPredicates.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/InferPredicates.java
b/fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/InferPredicates.java
index 36236c3db8d..fd71000d1b5 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/InferPredicates.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/InferPredicates.java
@@ -78,7 +78,6 @@ public class InferPredicates extends
DefaultPlanRewriter<JobContext> implements
break;
case LEFT_OUTER_JOIN:
case LEFT_ANTI_JOIN:
- case NULL_AWARE_LEFT_ANTI_JOIN:
right = inferNewPredicate(right, expressions);
break;
case RIGHT_OUTER_JOIN:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]