<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yql/essentials/core/ut, branch oidc-1.2.6.0-dev</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.6.0-dev</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.6.0-dev'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-08-22T20:01:47Z</updated>
<entry>
<title>, YQL-20172] Fix VarItem constraint for Visit with all branches without input dependecies</title>
<updated>2025-08-22T20:01:47Z</updated>
<author>
<name>udovichenko-r</name>
<email>udovichenko-r@yandex-team.com</email>
</author>
<published>2025-08-22T19:45:08Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c91dd1bdadbd829bdd0179f1836ad4c21cfc24ae'/>
<id>urn:sha1:c91dd1bdadbd829bdd0179f1836ad4c21cfc24ae</id>
<content type='text'>
commit_hash:6ab5db7d2801ef897e9833ebeaef423be14f7870
</content>
</entry>
<entry>
<title>Fix Sorted constraint for UnionMerge when the one of inputs is empty</title>
<updated>2025-08-21T14:07:33Z</updated>
<author>
<name>udovichenko-r</name>
<email>udovichenko-r@yandex-team.com</email>
</author>
<published>2025-08-21T13:27:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=7fcf0e3315a1e498f8de24f2eeec8c7409182d19'/>
<id>urn:sha1:7fcf0e3315a1e498f8de24f2eeec8c7409182d19</id>
<content type='text'>
commit_hash:1a6c8ea1c65a438f8801f4f71f6d1bcb15a95c81
</content>
</entry>
<entry>
<title>Fix Empty constraint handling</title>
<updated>2025-08-21T10:20:59Z</updated>
<author>
<name>udovichenko-r</name>
<email>udovichenko-r@yandex-team.com</email>
</author>
<published>2025-08-21T10:00:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1b45268074fa9d584bffd54a6c1b3892470c4d8f'/>
<id>urn:sha1:1b45268074fa9d584bffd54a6c1b3892470c4d8f</id>
<content type='text'>
commit_hash:b10bf6ee5de197348d3c3dbb2f63b933f8cf1eb3
</content>
</entry>
<entry>
<title>YQL-19536: Introduce default value creator.</title>
<updated>2025-06-18T09:52:36Z</updated>
<author>
<name>atarasov5</name>
<email>atarasov5@yandex-team.com</email>
</author>
<published>2025-06-18T07:08:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=7a5922c3a0ae1c22d490834a6ca52607f7a5e649'/>
<id>urn:sha1:7a5922c3a0ae1c22d490834a6ca52607f7a5e649</id>
<content type='text'>
commit_hash:5454bff7d009c2b59cd585f79719b7d62b802d6a
</content>
</entry>
<entry>
<title>Save distinct constraint for PruneKeys</title>
<updated>2025-06-03T14:18:41Z</updated>
<author>
<name>mpereskokova</name>
<email>mpereskokova@yandex-team.com</email>
</author>
<published>2025-06-03T12:52:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f341c9126a1c66f49b841f6ef787ab18bc3d3bf5'/>
<id>urn:sha1:f341c9126a1c66f49b841f6ef787ab18bc3d3bf5</id>
<content type='text'>
commit_hash:c571530f0a74edc44a65da0388e8e4c543121044
</content>
</entry>
<entry>
<title>Check missing fields in Cast constraints calculation</title>
<updated>2025-04-15T14:45:25Z</updated>
<author>
<name>udovichenko-r</name>
<email>udovichenko-r@yandex-team.com</email>
</author>
<published>2025-04-15T14:28:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=218ec6a31e4d1f39811692f17f54a77a5755ee4c'/>
<id>urn:sha1:218ec6a31e4d1f39811692f17f54a77a5755ee4c</id>
<content type='text'>
commit_hash:80d14b9a81504ea3fcb8d6fa89a2472f700c0f0e
</content>
</entry>
<entry>
<title>YQL-19747 Extract NormalizeName from yql/.../core/ast</title>
<updated>2025-04-14T17:47:32Z</updated>
<author>
<name>vityaman</name>
<email>vityaman.dev@yandex.ru</email>
</author>
<published>2025-04-14T17:03:33Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b147484e3469f7dd312ffbc18997c2cc3fae5be4'/>
<id>urn:sha1:b147484e3469f7dd312ffbc18997c2cc3fae5be4</id>
<content type='text'>
We need the `NYql::NormalizeName` at `yql/.../sql/v1/complete`, but do not want to depend on the entire `yql/.../core/ast` module, so moving it to `yql/.../core/sql_types` module.

We need it to find equivalent names for a proper candidates ranking as `MULTI_AGGREGATE_BY` and `MultiAggregateBy` are equivalent and their frequencies should be merged. Also we can apply this function to `NameRequest::prefix` and suggest `MULTI_AGGREGATE_BY` on `prefix.StartsWith("multia")`.

- Related to https://github.com/ydb-platform/ydb/issues/9056
- Related to https://github.com/vityaman/ydb/issues/21

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1204
commit_hash:02f3ef316bbca818e22aafe88edfde8e4eb214c3
</content>
</entry>
<entry>
<title>Fix StablePickle constraints for complex types</title>
<updated>2025-02-27T09:14:27Z</updated>
<author>
<name>udovichenko-r</name>
<email>udovichenko-r@yandex-team.com</email>
</author>
<published>2025-02-27T08:58:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2a1e325926612288fe075e175c3a051449d75221'/>
<id>urn:sha1:2a1e325926612288fe075e175c3a051449d75221</id>
<content type='text'>
commit_hash:3d15defe18fb19d2185bd1798b181d6f30277d68
</content>
</entry>
<entry>
<title>YQL-19594 Explicit lexers &amp; parsers 2</title>
<updated>2025-02-21T10:58:34Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2025-02-21T10:37:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=39c78c7d5074d33cc06b63234fa96e9a93213fdc'/>
<id>urn:sha1:39c78c7d5074d33cc06b63234fa96e9a93213fdc</id>
<content type='text'>
commit_hash:2aa733486a55a04c39ff8bb1c7eaca3a85719647
</content>
</entry>
<entry>
<title>refactor SQL translators YQL-19594</title>
<updated>2025-02-15T22:52:10Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2025-02-15T22:37:05Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=802da2736bf00631aa408e495b80d6e125f10a9f'/>
<id>urn:sha1:802da2736bf00631aa408e495b80d6e125f10a9f</id>
<content type='text'>
commit_hash:401d21dd23ee9bb7ee52b2fc42e596cb3e4bdda7
</content>
</entry>
</feed>
