<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/interface, 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-16T18:18:10Z</updated>
<entry>
<title>YT-25059: Introduce log levels as constants</title>
<updated>2025-05-16T18:18:10Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-16T17:52:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2fce241a1198745a8de7dbfb9a1a42eeb86afae8'/>
<id>urn:sha1:2fce241a1198745a8de7dbfb9a1a42eeb86afae8</id>
<content type='text'>
This pull request updates the log level setting mechanism within NYT::TConfig from a explicit string-based approach to an enum-like approach.
The modification changes assignment from `NYT::TConfig::Get()-&gt;LogLevel = "info";` to `NYT::TConfig::Get()-&gt;LogLevel = NYT::NLogLevel::Info;`
This minimizes typos and misconfigurations as well as aligns with planned removal of enum ELogLevel (for the sake yt/core migration).
commit_hash:cf8d9629e4cc27e6a44f089edfc4c158f11e4baf
</content>
</entry>
<entry>
<title>YT-22593: Migrate HTTP headers to std::string</title>
<updated>2025-05-12T14:41:42Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2025-05-12T14:06:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f206f4d5846545715fd46266938ba92bc49b522d'/>
<id>urn:sha1:f206f4d5846545715fd46266938ba92bc49b522d</id>
<content type='text'>
[diff:runtime]
commit_hash:262b2e671526b138d7a9631daf5d34400fc2208c
</content>
</entry>
<entry>
<title>YT-23645: Enable yt/core logger as default</title>
<updated>2025-05-12T11:25:42Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-12T11:03:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=be34d1eaf6dd1dcbda75a453d26dcd49cd51526e'/>
<id>urn:sha1:be34d1eaf6dd1dcbda75a453d26dcd49cd51526e</id>
<content type='text'>
commit_hash:e2d621c2e844e927b6ed8188d628e3207441352f
</content>
</entry>
<entry>
<title>YT-24500: Introduce structured logging</title>
<updated>2025-05-02T23:02:40Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-02T22:51:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0a53819a4fa41d22e878c4cd3c4d95330f583deb'/>
<id>urn:sha1:0a53819a4fa41d22e878c4cd3c4d95330f583deb</id>
<content type='text'>
commit_hash:e6ea4db1e3a66694223008fec3b5064a4d58a8e1
</content>
</entry>
<entry>
<title>YT-10317: Throw error on max_compresssed_data_size_per_job violation</title>
<updated>2025-04-30T09:26:07Z</updated>
<author>
<name>apollo1321</name>
<email>apollo1321@yandex-team.com</email>
</author>
<published>2025-04-30T09:11:55Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d178832061bd5f9cac7fbee09c1facdaa6c95cf2'/>
<id>urn:sha1:d178832061bd5f9cac7fbee09c1facdaa6c95cf2</id>
<content type='text'>
commit_hash:a25a8948b4adb3b8a9453d784b6560b4b64bc0d8
</content>
</entry>
<entry>
<title>YT-23616: Add RPC implementation of LookupRows, DeleteRows and InsertRows methods</title>
<updated>2025-04-17T05:43:27Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-04-17T05:31:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a2a5a3ce98cd881dd0f1d0d205a353dfa49cbbbb'/>
<id>urn:sha1:a2a5a3ce98cd881dd0f1d0d205a353dfa49cbbbb</id>
<content type='text'>
commit_hash:c71f62e346bef766379d7b3c3ac2933bb96ac543
</content>
</entry>
<entry>
<title>YT-6812, YT-24298: Introducing attributes and events to list_jobs</title>
<updated>2025-04-09T14:08:12Z</updated>
<author>
<name>bystrovserg</name>
<email>bystrovserg@yandex-team.com</email>
</author>
<published>2025-04-09T13:52:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=439db1cfe398621d7fa0ef4f2fa59ff4421eda0c'/>
<id>urn:sha1:439db1cfe398621d7fa0ef4f2fa59ff4421eda0c</id>
<content type='text'>
commit_hash:9395b2e879d30ba83d17dcc8c94af4618a13d2a7
</content>
</entry>
<entry>
<title>Add EnableRpcProxyInJobProxy option to TUserJobSpec</title>
<updated>2025-04-08T12:51:29Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-04-08T12:34:49Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=75d743d97bd309e976e013b80fbeda5d99696bd3'/>
<id>urn:sha1:75d743d97bd309e976e013b80fbeda5d99696bd3</id>
<content type='text'>
commit_hash:066f704ba92da58c63ac8af6f9032f6c2672a9be
</content>
</entry>
<entry>
<title>Add 'Alias' to TOperationSpecBase</title>
<updated>2025-04-02T16:41:35Z</updated>
<author>
<name>yurial</name>
<email>yurial@yandex-team.com</email>
</author>
<published>2025-04-02T16:22:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e13c32ebb249441645b1fe62059650da53087c29'/>
<id>urn:sha1:e13c32ebb249441645b1fe62059650da53087c29</id>
<content type='text'>
commit_hash:1414ded4e1a06aa5c10b8be0bb67d2bf3608f211
</content>
</entry>
<entry>
<title>YT-20969: C++ methods for reading table partitions</title>
<updated>2025-04-02T09:51:10Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-04-02T09:35:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=295387ba8adc18227ec4f401265e4e0bfc5e982a'/>
<id>urn:sha1:295387ba8adc18227ec4f401265e4e0bfc5e982a</id>
<content type='text'>
* Changelog entry
Type: feature
Component: cpp-mapreduce-sdk

Introduce methods for reading table partition
commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192
</content>
</entry>
</feed>
