Commit ca2ba67
committed
Add focused tests for cross join and scalar subquery
Introduce two tests to identify the promotion path
behind the regression. The tests validate that the
cross join is represented as Inner Join with no
join filters and that a scalar subquery condition
is considered a candidate for join evaluation.
These changes help pinpoint the branch in
push_down_all_join affecting the transformation
of the Cross Join and Filter into Inner Join.1 parent 7e5d9d2 commit ca2ba67
1 file changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2471 | 2471 | | |
2472 | 2472 | | |
2473 | 2473 | | |
| 2474 | + | |
| 2475 | + | |
| 2476 | + | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
| 2482 | + | |
| 2483 | + | |
| 2484 | + | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
| 2488 | + | |
| 2489 | + | |
| 2490 | + | |
| 2491 | + | |
| 2492 | + | |
| 2493 | + | |
| 2494 | + | |
| 2495 | + | |
| 2496 | + | |
| 2497 | + | |
| 2498 | + | |
| 2499 | + | |
| 2500 | + | |
2474 | 2501 | | |
2475 | 2502 | | |
2476 | 2503 | | |
| |||
0 commit comments