diff options
| author | vitya-smirnov <[email protected]> | 2025-12-27 13:22:38 +0300 |
|---|---|---|
| committer | vitya-smirnov <[email protected]> | 2025-12-27 13:39:11 +0300 |
| commit | 1f49530d91149641b10db4d1771db584eecc34b3 (patch) | |
| tree | 6a459415d7320de8bb452e43f662772207f3f134 /library/cpp/yt/error/error.cpp | |
| parent | ee7bb8a4ae01af3ece6d73d9632569aec635a70c (diff) | |
YQL-20436: Support Named Nodes on YqlSelect
This patch unlocks the last TPC-H query Q15, but has a couple of known
issues.
The first issue is that a named select with external column references
will work at a substitution place. To fix this I will introduce a new
`SqlSelect` option called `unknowns_disallowed`. I guess there is no
such issue in a pgSQL syntax, because there `WITH CTE` subqueries can
be referenced only from a `FROM` at a syntax level (CTE is not a column
reference).
The second issue is that `AutoYqlSelect` is broken, when `YqlSelect` is
used as a legacy `ISource`.
commit_hash:2c83192921d1f50899063b3b22461b1bf111b47e
Diffstat (limited to 'library/cpp/yt/error/error.cpp')
0 files changed, 0 insertions, 0 deletions
