<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yql/essentials/sql, branch CLI_2.22.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.22.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.22.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-06-02T13:48:28Z</updated>
<entry>
<title>Intermediate changes</title>
<updated>2025-06-02T13:48:28Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-06-02T13:34:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a94f4f389851dfc9ac0a7f8e7bb7a0d12ffadf82'/>
<id>urn:sha1:a94f4f389851dfc9ac0a7f8e7bb7a0d12ffadf82</id>
<content type='text'>
commit_hash:6476b453be16b7db003e75789e3b630c1168f14f
</content>
</entry>
<entry>
<title>YQL-19747: Ignore unsupported statements for YDB</title>
<updated>2025-06-02T11:57:54Z</updated>
<author>
<name>vityaman</name>
<email>vityaman.dev@yandex.ru</email>
</author>
<published>2025-06-02T11:31:27Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1d7478a8215e996d0f1716c9551a70f444681405'/>
<id>urn:sha1:1d7478a8215e996d0f1716c9551a70f444681405</id>
<content type='text'>
- Related to `YQL-19747`
- Related to https://github.com/ydb-platform/ydb/issues/9056
- Related to https://github.com/vityaman/ydb/issues/39

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1307
commit_hash:782732c290cf2894ec466d2fbb5d0e96905f1804
</content>
</entry>
<entry>
<title>YQL-19747: Complete named expressions</title>
<updated>2025-06-02T10:49:48Z</updated>
<author>
<name>vityaman</name>
<email>vityaman.dev@yandex.ru</email>
</author>
<published>2025-06-02T10:23:33Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f8dd75681a31f8b883f1c69db243a1ded8bb8d94'/>
<id>urn:sha1:f8dd75681a31f8b883f1c69db243a1ded8bb8d94</id>
<content type='text'>
- Introduced scoped name collection at global analysis
- Added `BingingsNameService` constructed after global analysis and united with the base service.
- Added dollar detection at local analysis.

After this point design should be reexamined and module should be refactored.

---

- Related to `YQL-19747`
- Related to https://github.com/ydb-platform/ydb/issues/9056
- Related to https://github.com/vityaman/ydb/issues/57

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1304
commit_hash:a7bf41703f0ee846e359407b53a5d62fc05928ea
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-05-28T14:33:37Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-05-28T14:20:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=527ad7a63e71ce09e5b6e02cd17f863cb2c830e0'/>
<id>urn:sha1:527ad7a63e71ce09e5b6e02cd17f863cb2c830e0</id>
<content type='text'>
commit_hash:ab24b3db82789b77ad465efa64de93c5eab43629
</content>
</entry>
<entry>
<title>YQL-19747: Support cursor shifting on completion</title>
<updated>2025-05-28T14:13:12Z</updated>
<author>
<name>vityaman</name>
<email>vityaman.dev@yandex.ru</email>
</author>
<published>2025-05-28T13:35:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d84972b06e6d5e001155d1be72189c6a2ef7e7ac'/>
<id>urn:sha1:d84972b06e6d5e001155d1be72189c6a2ef7e7ac</id>
<content type='text'>
Completion candidates comes unclosed from right and with zeroed `CursorShift`. In future there will be an atomic patch that will close candidates and set `CursorShift` correctly. Not it is zeroed to integrate with clients (e.g. YDB CLI).

---

- Related to `YQL-19747`
- Related to https://github.com/vityaman/ydb/issues/53
- Related to https://github.com/ydb-platform/ydb/issues/9056

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1299

Co-authored-by: vvvv &lt;vvvv@yandex-team.com&gt;
commit_hash:38bcd21f0d6959275af89a981fd9b296374aea51
</content>
</entry>
<entry>
<title>YQL-19747: Fix cluster provider interpretation</title>
<updated>2025-05-27T20:07:28Z</updated>
<author>
<name>vityaman</name>
<email>vityaman.dev@yandex.ru</email>
</author>
<published>2025-05-27T19:51:59Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cc7006763c2335afaed9b76e4273339f91ed43cc'/>
<id>urn:sha1:cc7006763c2335afaed9b76e4273339f91ed43cc</id>
<content type='text'>
There was a mistake thinking that provider is a part of a cluster name. Actually `yt:saurus` and `saurus` are same clusters and provider (`yt`) serves only as a hint for translation expressions such as `yt:$cluster_name`.

---

- Related to `YQL-19747`
- Related to https://github.com/vityaman/ydb/issues/54
- Related to https://github.com/ydb-platform/ydb/issues/9056

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1301
commit_hash:19a45cf0bb6c7dda26747b2e3371646272f79bce
</content>
</entry>
<entry>
<title>YQL-17269: add DISTINCT to UNION</title>
<updated>2025-05-27T09:35:09Z</updated>
<author>
<name>kndrvt</name>
<email>kndrvt@yandex-team.com</email>
</author>
<published>2025-05-27T09:21:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=66037646e2c2d277e0406a6b23eca63b62357916'/>
<id>urn:sha1:66037646e2c2d277e0406a6b23eca63b62357916</id>
<content type='text'>
commit_hash:d002e9690bd7cbd1874fdbfe454c9f7a00256839
</content>
</entry>
<entry>
<title>YQL-19747: Support immediate string named expressions</title>
<updated>2025-05-27T09:09:17Z</updated>
<author>
<name>vityaman</name>
<email>vityaman.dev@yandex.ru</email>
</author>
<published>2025-05-27T08:56:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=04c43eb2d8297ffe7b7b7a5b4ca48980d01fca96'/>
<id>urn:sha1:04c43eb2d8297ffe7b7b7a5b4ca48980d01fca96</id>
<content type='text'>
---
- Related to `YQL-19747`
- Related to https://github.com/vityaman/ydb/issues/50

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1292
commit_hash:a6d543bc18b2f9239bf0b33afd8497a7919fe4b3
</content>
</entry>
<entry>
<title>YQL-19845 changed defaults for translator/typectx</title>
<updated>2025-05-26T12:01:59Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2025-05-26T11:48:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=bf1525a1242a2932b43b71ca25d7d9ba717792ca'/>
<id>urn:sha1:bf1525a1242a2932b43b71ca25d7d9ba717792ca</id>
<content type='text'>
commit_hash:03cd7489d5021112dd8bb61893361b17637d37d1
</content>
</entry>
<entry>
<title>YQL-19747: Refactor ISqlCompletionEngine configuration</title>
<updated>2025-05-26T10:39:53Z</updated>
<author>
<name>vityaman</name>
<email>vityaman.dev@yandex.ru</email>
</author>
<published>2025-05-26T10:21:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=05d72c6a2f1a25bd7e60713f46bfb1419a027ce0'/>
<id>urn:sha1:05d72c6a2f1a25bd7e60713f46bfb1419a027ce0</id>
<content type='text'>
&gt; no such statement
&gt; sql_stmt: (EXPLAIN (QUERY PLAN)?)? sql_stmt_core;
&gt; I suggest to add it always if needed for c3

---

- Related to `YQL-19747`
- Related to https://github.com/ytsaurus/ytsaurus/pull/1289
- Related to https://github.com/vityaman/ydb/issues/39

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1297
commit_hash:7b1a8947fdd5d8c6b737e781f2288632359f569d
</content>
</entry>
</feed>
