summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Python
diff options
context:
space:
mode:
authorvitya-smirnov <[email protected]>2026-02-03 14:42:26 +0300
committervitya-smirnov <[email protected]>2026-02-03 15:15:49 +0300
commitda92f622f94a5920a2ff7547105b892c294e223f (patch)
tree58467b62a0bb27daf40ea2e91adcfd432701ce89 /contrib/tools/python3/Python
parentb6c0a27d8157632ef126d6641537092a2c5c01e5 (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')
0 files changed, 0 insertions, 0 deletions