<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yql, branch CLI_2.21.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.21.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.21.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-05-21T16:53:44Z</updated>
<entry>
<title>YQL-19980 a better error report</title>
<updated>2025-05-21T16:53:44Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2025-05-21T16:28:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c200eda769efca3f5beb8a2e836ae902ebd87c29'/>
<id>urn:sha1:c200eda769efca3f5beb8a2e836ae902ebd87c29</id>
<content type='text'>
commit_hash:174ada4d0a62b38d7ea1cf230e76e3b7534cbe82
</content>
</entry>
<entry>
<title>Fix parsing INDEX GLOBAL (SYNC|ASYNC)</title>
<updated>2025-05-21T09:56:47Z</updated>
<author>
<name>Vasily Gerasimov</name>
<email>UgnineSirdis@ydb.tech</email>
</author>
<published>2025-05-21T09:38:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a3559d6fde15102e1c1731e4bf7ee5cb0040a59d'/>
<id>urn:sha1:a3559d6fde15102e1c1731e4bf7ee5cb0040a59d</id>
<content type='text'>
* Changelog entry
Type: fix
Component: yql

Fix parsing unique index type. There was an error that, if not specified explicitly (SYNC or ASYNC), index type remained with the default value GLOBAL SYNC, despite that it was explicitly specified as UNIQUE in query.
https://github.com/ydb-platform/ydb/issues/17885

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1287
commit_hash:60de1b723fb1229f2197087fe21db67c72ccbd13
</content>
</entry>
<entry>
<title>YQL-19974 fixed handling error type in UnionAll</title>
<updated>2025-05-20T17:40:55Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2025-05-20T16:55:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5c84ffad011a563e672729956eeb7902a176ef76'/>
<id>urn:sha1:5c84ffad011a563e672729956eeb7902a176ef76</id>
<content type='text'>
commit_hash:9aaecf82f8c99c7576eedbfc43572a8722ea774d
</content>
</entry>
<entry>
<title>YQL-19967: Fix codegen for args slot addressing</title>
<updated>2025-05-20T13:51:39Z</updated>
<author>
<name>imunkin</name>
<email>imunkin@yandex-team.com</email>
</author>
<published>2025-05-20T13:32:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c81a8971ad4d1ec3cf98744ddb324e2184b01235'/>
<id>urn:sha1:c81a8971ad4d1ec3cf98744ddb324e2184b01235</id>
<content type='text'>
Follows up e13229863b189b9ad804f0c6772204399430179e
commit_hash:6a78a1a14d0ce96fdbbac9b97f0a2f1c8764b59b
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-05-20T13:45:41Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-05-20T13:32:19Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c97b5f10a577285d4cf9374f269704b25a6b1c7a'/>
<id>urn:sha1:c97b5f10a577285d4cf9374f269704b25a6b1c7a</id>
<content type='text'>
commit_hash:9fbd7de8eb1a2cfe9b9d54ee798c19248180c78d
</content>
</entry>
<entry>
<title>Refactor TConfSetting</title>
<updated>2025-05-20T10:33:08Z</updated>
<author>
<name>aneporada</name>
<email>aneporada@yandex-team.com</email>
</author>
<published>2025-05-20T10:16:51Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=587d6bb291fbf231d6440d01326d4fd3387bcf77'/>
<id>urn:sha1:587d6bb291fbf231d6440d01326d4fd3387bcf77</id>
<content type='text'>
commit_hash:2ca0a7e131758036bd15ba9e58dce176b9eff6c9
</content>
</entry>
<entry>
<title>YQL-19747: Recover from unclosed ID_QUOTED</title>
<updated>2025-05-20T10:23:38Z</updated>
<author>
<name>vityaman</name>
<email>vityaman.dev@yandex.ru</email>
</author>
<published>2025-05-20T10:09:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ae913bccb4fd8a8ba5f536c8afe622e2ad229fbc'/>
<id>urn:sha1:ae913bccb4fd8a8ba5f536c8afe622e2ad229fbc</id>
<content type='text'>
The simplest solution actually is an SQL injection.

---

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

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1283
commit_hash:7043e7cdd1e0d378926783d31cf5f8e055393aaa
</content>
</entry>
<entry>
<title>YQL-19747: Support USE statement</title>
<updated>2025-05-20T10:07:06Z</updated>
<author>
<name>vityaman</name>
<email>vityaman.dev@yandex.ru</email>
</author>
<published>2025-05-20T09:50:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=16630d4dfad772e0108e694f76f922e486cd6439'/>
<id>urn:sha1:16630d4dfad772e0108e694f76f922e486cd6439</id>
<content type='text'>
Introduce global analysis which will be extended with more ParseTree analysis later.

---

- Related to `YQL-19747`
- Related to https://github.com/vityaman/ydb/issues/40

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1281
commit_hash:848fb3fdd6bc9612769c47d66198fca018ff465f
</content>
</entry>
<entry>
<title>Add counter for wasted memory from TPagedBuffer in profiling mode</title>
<updated>2025-05-20T09:48:53Z</updated>
<author>
<name>ilezhankin</name>
<email>ilezhankin@yandex-team.com</email>
</author>
<published>2025-05-20T09:34:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=de92acc01b681316ac8231ed3f31bf4d85b2a05c'/>
<id>urn:sha1:de92acc01b681316ac8231ed3f31bf4d85b2a05c</id>
<content type='text'>
Пример графика с тестового кластера: &lt;https://nda.ya.ru/t/RdGCM06J7EGx4P&gt;
commit_hash:4cf9981cc6d7541487678a189386e8e7f091811d
</content>
</entry>
<entry>
<title>YQL-19967: Properly handle signatures with run config</title>
<updated>2025-05-20T09:39:01Z</updated>
<author>
<name>imunkin</name>
<email>imunkin@yandex-team.com</email>
</author>
<published>2025-05-20T09:21:21Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=21395e193baf5e561d5f33257a71fdd13a56f0f5'/>
<id>urn:sha1:21395e193baf5e561d5f33257a71fdd13a56f0f5</id>
<content type='text'>
commit_hash:e13229863b189b9ad804f0c6772204399430179e
</content>
</entry>
</feed>
