Join reorder might put the filters to the wrong place #45564
Labels
affects-6.5
affects-7.1
affects-7.3
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
The filter
(t2.b > 100 or t.a > 10 or t1.b < 10)
should be attached either as an independent selection or to an inner join plan.3. What did you see instead (Required)
The filter is attached to the outer join node.
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: