Skip to content

Commit 0a8be30

Browse files
committed
update
Signed-off-by: Weizhen Wang <[email protected]>
1 parent af88b00 commit 0a8be30

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/planner/core/operator/logicalop/logical_join.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,6 @@ func (p *LogicalJoin) PredicatePushDown(predicates []expression.Expression) (ret
262262
p.updateEQCond()
263263
ruleutil.BuildKeyInfoPortal(p)
264264
newnChild, err := p.SemiJoinRewrite()
265-
if join, ok := newnChild.(*LogicalJoin); ok {
266-
ret, ok = join.canConvertAntiJoin(ret)
267-
if ok {
268-
join.JoinType = base.AntiSemiJoin
269-
}
270-
}
271265
return ret, newnChild, err
272266
}
273267

0 commit comments

Comments
 (0)