You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optimizer-level test for scalar subquery filter
Introduce a focused optimizer-level reproducer
for the scalar-subquery Cross Join + Filter scenario.
This test case highlights the bug in PushDownFilter,
showing that it incorrectly optimizes to Inner Join
instead of retaining the Filter above the Cross Join.
This change helps ensure future stability and correctness.
0 commit comments