summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Python/compile.c
diff options
context:
space:
mode:
authorvitya-smirnov <[email protected]>2026-04-30 22:31:09 +0300
committervitya-smirnov <[email protected]>2026-04-30 22:49:20 +0300
commit22fef882b14fbf377172984cc9c1aa8a38d0d947 (patch)
treeade04dd23e28cab7618ff97ddf08e93de9db292b /contrib/tools/python3/Python/compile.c
parent4c4f5a98b570f90199ff63c35b52a7889467c48e (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/compile.c')
0 files changed, 0 insertions, 0 deletions