[fix](nereids)should not infer predicate for nullaware anti-join (#30924)
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user