Commit e125954
committed
Add test for exact one-row subquery promotion
Introduce a focused safe-case test to ensure that a scalar
subquery producing exactly one row is correctly promoted
into an Inner Join. This change provides balanced coverage
alongside existing unsafe-case tests, confirming that the
post-join filter behaves as intended in both safe and unsafe
scenarios.1 parent 1d4ed52 commit e125954
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3727 | 3727 | | |
3728 | 3728 | | |
3729 | 3729 | | |
| 3730 | + | |
| 3731 | + | |
| 3732 | + | |
| 3733 | + | |
| 3734 | + | |
| 3735 | + | |
| 3736 | + | |
| 3737 | + | |
| 3738 | + | |
| 3739 | + | |
| 3740 | + | |
| 3741 | + | |
| 3742 | + | |
| 3743 | + | |
| 3744 | + | |
| 3745 | + | |
| 3746 | + | |
| 3747 | + | |
| 3748 | + | |
| 3749 | + | |
| 3750 | + | |
| 3751 | + | |
| 3752 | + | |
| 3753 | + | |
| 3754 | + | |
| 3755 | + | |
| 3756 | + | |
| 3757 | + | |
| 3758 | + | |
3730 | 3759 | | |
3731 | 3760 | | |
3732 | 3761 | | |
| |||
0 commit comments