<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yql/tools/yqlrun, 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-07-10T10:56:42Z</updated>
<entry>
<title>YQL-21370: Support TCoreAttr::Args at SqlCore</title>
<updated>2026-07-10T10:56:42Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-07-10T10:20:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3bd130191d07e2cc2ec56cf79fa8453274092a10'/>
<id>urn:sha1:3bd130191d07e2cc2ec56cf79fa8453274092a10</id>
<content type='text'>
#### Support TCoreAttr::Args at SqlCore ✎

- Introduces support for extended SQL flags with arguments in the SqlCore configuration, allowing flags to carry additional parameters for more granular control
- Refactors internal flag handling to use a map-based structure instead of a simple set, enabling storage and processing of flag arguments
- Updates module resolver and translation settings parsing to work with the new extended flag format, ensuring proper flag propagation and application
- Adds new infrastructure for parsing and managing SQL translation flags with arguments, including dedicated parsing logic for specific flag types
- Maintains backward compatibility while enabling new functionality for SQL flag configuration through gateways and command-line options

&lt;a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"&gt;&lt;font size="2"&gt;Autodescription by Yandex Code Assistant&lt;/font&gt;&lt;/a&gt;
commit_hash:8b26974b3bf4ff2bdaf76715cbb210a8a15e1dad
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2026-07-08T10:35:19Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2026-07-08T09:44:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a1afc43aaafbbd6f98ee1a54b34951f4f603cad6'/>
<id>urn:sha1:a1afc43aaafbbd6f98ee1a54b34951f4f603cad6</id>
<content type='text'>
commit_hash:b287a7802acecdc3d13442505be5815167cf4f71
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2026-06-10T11:28:23Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2026-06-10T10:42:08Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=00fa3b042e450334c9117480fb1e1effd783cf74'/>
<id>urn:sha1:00fa3b042e450334c9117480fb1e1effd783cf74</id>
<content type='text'>
commit_hash:ba99cebef5933b5e266855e6db76537611c155fa
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2026-06-09T06:39:40Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2026-06-09T06:17:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=95ec22f6be5a2ce1a796b2e65a2efa0ce228b44e'/>
<id>urn:sha1:95ec22f6be5a2ce1a796b2e65a2efa0ce228b44e</id>
<content type='text'>
commit_hash:3bc6b3fe94e77b29cd3130cbfba1e1a04df560ee
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2026-05-27T15:50:22Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2026-05-27T15:18:33Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e488d17153af6584c603fd5e1aeb9bb171c5977d'/>
<id>urn:sha1:e488d17153af6584c603fd5e1aeb9bb171c5977d</id>
<content type='text'>
commit_hash:0cd6fc0bf2710bf89ee654ef4c3771c74fb493a6
</content>
</entry>
<entry>
<title>YQL-20367: Support an activation for SQL flags</title>
<updated>2025-11-24T16:31:29Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2025-11-24T15:58:20Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8abe0c78cfe34c671386fe1e36d2a57ef31c07c1'/>
<id>urn:sha1:8abe0c78cfe34c671386fe1e36d2a57ef31c07c1</id>
<content type='text'>
We need to control feature activation not only
for core YQL components, but also for the SQL
translator. This patch enables SQL features
activation via the new `ExtendedTranslationFlags`
configuration property.

Example usage:

```scala
SqlCore {
  ExtendedTranslationFlags: {
    Name: "DisableExceptIntersectBefore202503"
    Activation: {
       IncludeUsers: [
           "xxx"
       ]
    }
  }
}
```
commit_hash:a60dbeb68b73cd0d5f1c1831fecdde19544f12e1
</content>
</entry>
<entry>
<title>YQL-19542: Save lineage in qstorage and check at replay</title>
<updated>2025-10-20T12:18:43Z</updated>
<author>
<name>maxkovalev</name>
<email>maxkovalev@yandex-team.com</email>
</author>
<published>2025-10-20T11:21:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c12bf4cfcead3a0172e4a140d0c89bbe18ee1791'/>
<id>urn:sha1:c12bf4cfcead3a0172e4a140d0c89bbe18ee1791</id>
<content type='text'>
commit_hash:3693b0059b05bcf38d734e2d395dc3378902675c
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-07-10T17:31:49Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-07-10T16:45:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cd4053e6d4a2d2cc1fcf54504ef9d0dd3b534149'/>
<id>urn:sha1:cd4053e6d4a2d2cc1fcf54504ef9d0dd3b534149</id>
<content type='text'>
commit_hash:91f77329ea1087b0436a5c5ee5fcd7273aeb7b27
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-04-30T17:12:11Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-04-30T17:00:33Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d27d710fd0fb981adbe2387d3602e2ccde6ba419'/>
<id>urn:sha1:d27d710fd0fb981adbe2387d3602e2ccde6ba419</id>
<content type='text'>
commit_hash:e37eb68f940d5c686451da8a77ed31e4b0c76fe1
</content>
</entry>
<entry>
<title>UdfResolver analytics</title>
<updated>2025-04-18T01:27:33Z</updated>
<author>
<name>mrlolthe1st</name>
<email>mrlolthe1st@yandex-team.com</email>
</author>
<published>2025-04-18T01:15:03Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3721d5e0b4e3f4a9c984b3550dd0836f55a540ee'/>
<id>urn:sha1:3721d5e0b4e3f4a9c984b3550dd0836f55a540ee</id>
<content type='text'>
commit_hash:393ec43ede4bf529dd68413165afce4bb49a43db
</content>
</entry>
</feed>
