diff options
| author | vitya-smirnov <[email protected]> | 2026-04-30 22:31:09 +0300 |
|---|---|---|
| committer | vitya-smirnov <[email protected]> | 2026-04-30 22:49:20 +0300 |
| commit | 22fef882b14fbf377172984cc9c1aa8a38d0d947 (patch) | |
| tree | ade04dd23e28cab7618ff97ddf08e93de9db292b /contrib/tools/python3/Python/optimizer_analysis.c | |
| parent | 4c4f5a98b570f90199ff63c35b52a7889467c48e (diff) | |
YQL-20928: Fix RIGHT JOIN for YqlSelect
Support `FULL JOIN` and fix `RIGHT JOIN` for `YqlSelect`. The
problem with `RIGHT JOIN` is that in a situation, when we have
`[a, b, c, d, e]` on a stack and are going to "perform" `right`,
all of `[a, b, c, d, e]` are marked optional, because the
`inputIndex` is equal to stack size. But we must mark only
`[a, b, c, d]` as optionals.
commit_hash:b78c5bcecba4b736475d3428918c2a3c377373bb
Diffstat (limited to 'contrib/tools/python3/Python/optimizer_analysis.c')
0 files changed, 0 insertions, 0 deletions
