<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/interface/common.cpp, branch CLI_2.30.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.30.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.30.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-02-18T16:36:18Z</updated>
<entry>
<title>YT-21148 Serialize deleted columns according to new design</title>
<updated>2026-02-18T16:36:18Z</updated>
<author>
<name>s-berdnikov</name>
<email>s-berdnikov@yandex-team.com</email>
</author>
<published>2026-02-18T15:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=64d130d1514e8c12e827c5b2ed726dc88ac90ca8'/>
<id>urn:sha1:64d130d1514e8c12e827c5b2ed726dc88ac90ca8</id>
<content type='text'>
* Changelog entry

  Type: fix

  Component: master

  Deleted columns are now stored in table schema attributes instead of being represented as regular columns with `deleted` field.
commit_hash:bbcf72019585ce99df10ce93efe3995111f50f58
</content>
</entry>
<entry>
<title>Normalize `operator.*` spelling in YT and YP</title>
<updated>2026-01-27T21:55:05Z</updated>
<author>
<name>s-berdnikov</name>
<email>s-berdnikov@yandex-team.com</email>
</author>
<published>2026-01-27T21:30:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=df0d722aa43c7d4ef0fcd2057b5ad51797cc3069'/>
<id>urn:sha1:df0d722aa43c7d4ef0fcd2057b5ad51797cc3069</id>
<content type='text'>
As of the date of this PR, there are 4 different ways to spell parenthesis operator in YT

* `operator.*(args...)` - 1435 occasions
* `operator .* (args...)` - 483 occasions
* `operator.* (args...)` - 75 occasions
* `operator .*(args...)` - 63 occasions

As is apparent from this statistics, the first way is the most popular by far (70% of all matches). Furthermore, it is the most consistent with YT style guide &lt;https://nda.ya.ru/t/YOfm_T4z7Syke2&gt;.
commit_hash:d88f1a8d82c91cfb34d5f4ba472d341fb9ca6b82
</content>
</entry>
<entry>
<title>YT-15805: introduce tz-types into type info</title>
<updated>2025-09-17T12:41:40Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-09-17T11:47:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9f850526f9cea07d55a28f3cab6047074e994bac'/>
<id>urn:sha1:9f850526f9cea07d55a28f3cab6047074e994bac</id>
<content type='text'>
#### Добавление поддержки временных типов с часовым поясом (TZ-типы) 📝

- 🧱 Добавлены новые примитивные типы для представления даты, даты-времени и меток времени с часовым поясом: `TzDate32`, `TzDatetime64`, `TzTimestamp64`.
- 🧪 В модульные тесты добавлены проверки корректности создания и идентификации новых временных типов.
- 📦 Обновлена логика сериализации/десериализации: TZ-типы отображаются в строковый формат при работе с различными протоколами (Skiff, protobuf, JSON).
- ⚠️ В местах чтения данных добавлена заглушка, которая выбрасывает исключение при попытке обработки новых типов — это временное решение до реализации полной поддержки.
- 🔧 Упрощена иерархия классов примитивных типов за счёт использования шаблона `TPrimitiveTypeBase`.
- 🗂️ Изменён подход к обработке неизвестных типов в нескольких компонентах: вместо явного перечисления всех поддерживаемых типов теперь используется `default` ветка с общим обработчиком.

---
**Оценить качество описания можно [здесь](https://nda.ya.ru/t/_MxIaV0Q7FnCMG**

&lt;a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"&gt;&lt;font size="2"&gt;Autodescription by Code Assistant&lt;/font&gt;&lt;/a&gt;
commit_hash:265cf034372d36f60988238e273cbfe532c2a4e5
</content>
</entry>
<entry>
<title>Add equality operator to TReadRange</title>
<updated>2025-02-28T07:43:22Z</updated>
<author>
<name>asamoylov22</name>
<email>asamoylov22@yandex-team.com</email>
</author>
<published>2025-02-28T07:12:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=54f08bc197a13725ddf51da1c507d9ea82bedd53'/>
<id>urn:sha1:54f08bc197a13725ddf51da1c507d9ea82bedd53</id>
<content type='text'>
commit_hash:2d5c53592a60605013dc6de0e7030f2c80ec3ac3
</content>
</entry>
<entry>
<title>Fix: reset RawTypeV3, when Type is set (and vice versa)</title>
<updated>2024-09-19T18:25:01Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2024-09-19T18:14:13Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1c463c12c42bc4a7071b8a1fc530e5b87d3dca9c'/>
<id>urn:sha1:1c463c12c42bc4a7071b8a1fc530e5b87d3dca9c</id>
<content type='text'>
commit_hash:af63b4f5a0c2db692a0224330b79c5088c6982dc
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2024-08-30T14:37:48Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2024-08-30T12:30:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=29e274a4ea4120f32e989dd3566b51362df6f7de'/>
<id>urn:sha1:29e274a4ea4120f32e989dd3566b51362df6f7de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YT-18458: Introduce wide types into mapreduce interface</title>
<updated>2024-03-21T09:49:42Z</updated>
<author>
<name>whatsername</name>
<email>whatsername@yandex-team.com</email>
</author>
<published>2024-03-21T09:38:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f2d8ab4111c1f5dba066eb9df8a2ecd86cd8c192'/>
<id>urn:sha1:f2d8ab4111c1f5dba066eb9df8a2ecd86cd8c192</id>
<content type='text'>
7ae047ef618cc44d7dd3e817dc27f2336d9e38c3
</content>
</entry>
<entry>
<title>Y_VERIFY-&gt;Y_ABORT_UNLESS at ^yt</title>
<updated>2023-10-09T17:46:53Z</updated>
<author>
<name>ilnurkh</name>
<email>ilnurkh@yandex-team.com</email>
</author>
<published>2023-10-09T17:25:13Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6ef6895772bc473a21252db8a2a9f4c1b179841c'/>
<id>urn:sha1:6ef6895772bc473a21252db8a2a9f4c1b179841c</id>
<content type='text'>
https://clubs.at.yandex-team.ru/arcadia/29404
</content>
</entry>
<entry>
<title>Debug printing for NYT::TTableSchema</title>
<updated>2023-09-19T06:54:05Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2023-09-19T06:34:23Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a2668d31f6f18029eb3c9c525d3b38a7fb7f6859'/>
<id>urn:sha1:a2668d31f6f18029eb3c9c525d3b38a7fb7f6859</id>
<content type='text'>
</content>
</entry>
<entry>
<title></title>
<updated>2023-08-31T20:09:44Z</updated>
<author>
<name>pg</name>
<email>pg@yandex-team.com</email>
</author>
<published>2023-08-31T19:55:14Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b280be339f05ce1309d490f2ddd3e6aed5f9759d'/>
<id>urn:sha1:b280be339f05ce1309d490f2ddd3e6aed5f9759d</id>
<content type='text'>
</content>
</entry>
</feed>
