diff options
| author | vitya-smirnov <[email protected]> | 2026-02-03 14:42:26 +0300 |
|---|---|---|
| committer | vitya-smirnov <[email protected]> | 2026-02-03 15:15:49 +0300 |
| commit | da92f622f94a5920a2ff7547105b892c294e223f (patch) | |
| tree | 58467b62a0bb27daf40ea2e91adcfd432701ce89 /contrib/tools/python3/Python/sysmodule.c | |
| parent | b6c0a27d8157632ef126d6641537092a2c5c01e5 (diff) | |
YQL-20888: Fix badly recursive window dependency
Fixes a stack overflow on a queries containing `Rank() OVER (... ORDER BY Rank())`.
The defect is that `OVER`s `ORDER BY` expression was not validated properly, what
led to indirectly recursive dependency of `ORDER BY`s `Rank` on itself, because
current source for it actually contained an `OVER` clause.
commit_hash:bf529c9c8720958fb079bd96f34f83437cc48193
Diffstat (limited to 'contrib/tools/python3/Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions
