<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yql/essentials/tests/sql/suites/subselect, branch main</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=main</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-03-05T19:56:51Z</updated>
<entry>
<title>YQL-20998: Remove EmitReadsForExists</title>
<updated>2026-03-05T19:56:51Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-03-05T19:16:05Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=11007bb92a00b6af834482253d1bf8e4a5922f67'/>
<id>urn:sha1:11007bb92a00b6af834482253d1bf8e4a5922f67</id>
<content type='text'>
Removed a check and usages of `EmitReadsForExists` from the `yql/essentials`.
There are a lot of YQLs code recanonized because sometimes an extra block with
return was emitted and sometimes is not, but the YQLs is equivalent.
commit_hash:a4ec2a575177eff4063da017b4d9ee96e06f3740
</content>
</entry>
<entry>
<title>YQL-20844: Fix inline subquery at binary/unary exprs</title>
<updated>2026-02-26T17:27:49Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-02-26T16:08:45Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=710773eeb0fc1fab78a4d009b728a2a6820d05e5'/>
<id>urn:sha1:710773eeb0fc1fab78a4d009b728a2a6820d05e5</id>
<content type='text'>
commit_hash:8a515b5353e3ceadb9020c8f85aa2a5a1c335437
</content>
</entry>
<entry>
<title>YQL-20909: Set Max LangVer for PARALLEL FOR/FOR/IF</title>
<updated>2026-02-09T10:24:05Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-02-09T09:53:05Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2d88614174aa63aee21fa206e8aee5f305565fa7'/>
<id>urn:sha1:2d88614174aa63aee21fa206e8aee5f305565fa7</id>
<content type='text'>
Also supported langver for negative sql2yql tests.
commit_hash:71e8f8552e85804ea94b707bd1a13ad3f9bd2287
</content>
</entry>
<entry>
<title>YQL-20844: Fix scalar subquery at binop argument</title>
<updated>2026-02-04T12:25:20Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-02-04T11:27:21Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=81c88c57251fef1ee35b5051d3baa9d8983c896b'/>
<id>urn:sha1:81c88c57251fef1ee35b5051d3baa9d8983c896b</id>
<content type='text'>
commit_hash:873fb751890293cb5a436cf3529f9918ff2fadd1
</content>
</entry>
<entry>
<title>YQL-20677: Expect a scalar subquery at a receiver</title>
<updated>2026-02-03T17:25:15Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-02-03T16:14:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1ea88e4769efbcb45cdb754cd3d080e09f5f80d4'/>
<id>urn:sha1:1ea88e4769efbcb45cdb754cd3d080e09f5f80d4</id>
<content type='text'>
commit_hash:05eb23bb0fd57c084ce25a643a0b801042dbab8b
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-10-03T18:30:25Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-10-03T18:20:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=22daae4044b4368a7aa4753a8555d907e5660da9'/>
<id>urn:sha1:22daae4044b4368a7aa4753a8555d907e5660da9</id>
<content type='text'>
commit_hash:c3c929f4005b33d2fddb492bbc2c553125d9ad40
</content>
</entry>
<entry>
<title>YQL-20307: Support inline subqueries</title>
<updated>2025-10-01T18:25:50Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2025-10-01T17:51:41Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f3f7b33a285e94cb3e27aaa4d9b23b543ece4106'/>
<id>urn:sha1:f3f7b33a285e94cb3e27aaa4d9b23b543ece4106</id>
<content type='text'>
- Alter grammar to support inline subqueries.
- Support inline subqueries in `sql/v1` (translator).
- Introduce `sql/v1/proto_ast/parse_tree.h` for reusable parse tree predicates.
- Support inline subqueries in `sql/v1/format`.
- Support inline subqueries in `sql/v1/complete`.
- Add some SQL-tests.
- Pass all tests.
commit_hash:075b2240778d071e1c7542f912d3cc83019ef849
</content>
</entry>
</feed>
