<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/interface, 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-04-03T09:50:44Z</updated>
<entry>
<title>Support passing jobstate via env variable in operation spec</title>
<updated>2026-04-03T09:50:44Z</updated>
<author>
<name>aneporada</name>
<email>aneporada@yandex-team.com</email>
</author>
<published>2026-04-03T09:09:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=16d86dfe821de1e6eb4ca8e255ab3853cf179763'/>
<id>urn:sha1:16d86dfe821de1e6eb4ca8e255ab3853cf179763</id>
<content type='text'>
commit_hash:dc21655a5449d9e1d58b46e933baa3eae2c6e04a
</content>
</entry>
<entry>
<title>make FileCacheReplicationFactor dynamic in cpp sdk</title>
<updated>2026-03-24T15:19:22Z</updated>
<author>
<name>o-gulyaev</name>
<email>o-gulyaev@yandex-team.com</email>
</author>
<published>2026-03-24T10:16:49Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1ae216caf1a33b4a8e8abcdb551ffd15af26ebb5'/>
<id>urn:sha1:1ae216caf1a33b4a8e8abcdb551ffd15af26ebb5</id>
<content type='text'>
Мы делаем минимальную версию кластера с replication factor 1, чтобы внешние юзеры могли развернуть кластер для тестирования функциональности на минимуме ресурсов на одной машике с одной датанодой. Необходимость этих фиксов всплыла, когда я заметил, что YQL запрос при подготовке операции грузит в Кипарис различные файлы – .so-шки с библиотеками, mrjob и прочее. Все это грузилось с дефолтными константами rf, сделал так, чтобы их можно было переопределить.

* Changelog entry
  Type: feature
  Component: cpp-sdk

make option `file_cache_replication_factor` dynamic
commit_hash:900ea0d6483926e7a444c5b593cf661544744590
</content>
</entry>
<entry>
<title>YT-27432: support create with IgnoreTypeMismatch in C++ SDK</title>
<updated>2026-02-18T18:36:35Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2026-02-18T17:03:36Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e9aa538cbcddac85385c1cd87e4d6ec31479e4d5'/>
<id>urn:sha1:e9aa538cbcddac85385c1cd87e4d6ec31479e4d5</id>
<content type='text'>
* Changelog entry
  Type: cpp-sdk

&lt;Message for release notes&gt;

Support TCreateOptions::IgnoreTypeMismatch in C\+\+ SDK
commit_hash:5d45311d21562502b1df035fa6edbacb720a34a0
</content>
</entry>
<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>YT-21148 Cosmetics: Get rid of unnecessary `NYT::` prefix</title>
<updated>2026-02-16T17:52:58Z</updated>
<author>
<name>s-berdnikov</name>
<email>s-berdnikov@yandex-team.com</email>
</author>
<published>2026-02-16T17:28:36Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d3926784245e64f336888a5f3df23de80b569397'/>
<id>urn:sha1:d3926784245e64f336888a5f3df23de80b569397</id>
<content type='text'>
commit_hash:2e5e3acfca62d960733f102bd0dd56fc5a464e0e
</content>
</entry>
<entry>
<title>YT-26760: operation_link_pattern is taken from dynamic configuration</title>
<updated>2026-02-09T15:22:27Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2026-02-09T14:49:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8cb74ec440f3e9fd5c26a45755b83ac3cac79c83'/>
<id>urn:sha1:8cb74ec440f3e9fd5c26a45755b83ac3cac79c83</id>
<content type='text'>
* Changelog entry
Type: feature
Component: cpp-sdk

C++ SDK supports operation_link_pattern dynamic configuration
commit_hash:a937500f7ce866436ee8732c923fb4b362e199a1
</content>
</entry>
<entry>
<title>Add OmitInaccessibleRows in mapreduce client</title>
<updated>2026-01-30T08:48:25Z</updated>
<author>
<name>mpereskokova</name>
<email>mpereskokova@yandex-team.com</email>
</author>
<published>2026-01-30T08:22:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=12d4b097af58020a777bb7f674d702a7ca36f6ce'/>
<id>urn:sha1:12d4b097af58020a777bb7f674d702a7ca36f6ce</id>
<content type='text'>
commit_hash:568d5d9a722dbfc08bee1a1666a1b49c8369cd03
</content>
</entry>
<entry>
<title>YT-27085: Rename shadowed data member Timeout to SessionTimeout</title>
<updated>2026-01-30T07:48:04Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2026-01-30T07:22:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0b8ebbfdafbdebf9b55e2eaad0db9347135a815c'/>
<id>urn:sha1:0b8ebbfdafbdebf9b55e2eaad0db9347135a815c</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: proxy

Rename shadowed data member NYT::TStartDistributedWriteTable(File)Options::Timeout -\&gt; SessionTimeout

&lt;Message for release notes&gt;
commit_hash:1b5b967b5136a7105627854044de6eee634dde03
</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>Normalize `operator()` spelling in YT</title>
<updated>2026-01-27T12:11:28Z</updated>
<author>
<name>s-berdnikov</name>
<email>s-berdnikov@yandex-team.com</email>
</author>
<published>2026-01-27T11:50:11Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=dedf25a083d0d18ea64dc3cc6eeca17c4d4919f3'/>
<id>urn:sha1:dedf25a083d0d18ea64dc3cc6eeca17c4d4919f3</id>
<content type='text'>
As of the date of this PR, there are 4 different ways to spell parenthesis operator in YT

* `operator()(args...)` - 505 occasions
* `operator() (args...)` - 151 occasions
* `operator () (args...)` - 65 occasions
* `operator ()(args...)` - 6 occasions

As is apparent from this statistics, the first way is the most popular by far (69% of all matches). Furthermore, it is the most consistent with YT style guide &lt;https://nda.ya.ru/t/YOfm_T4z7Syke2&gt;.
commit_hash:f9f2f2a6822e88d6aba6777210a00d08c2911bc5
</content>
</entry>
</feed>
