<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/client/client_reader.cpp, branch CLI_2.18.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.18.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.18.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-12-15T19:19:07Z</updated>
<entry>
<title>[yt/cpp/mapreduce] YT-23616: Move rest of Cypress methods to THttpRawClient</title>
<updated>2024-12-15T19:19:07Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2024-12-15T18:57:17Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=17c15e9fcc5070dd6af154f065e21174c4c9ba85'/>
<id>urn:sha1:17c15e9fcc5070dd6af154f065e21174c4c9ba85</id>
<content type='text'>
commit_hash:2d705aa0369f1425152547803e0fcf80780e1bf6
</content>
</entry>
<entry>
<title>yt/cpp/mapreduce: move Get, TryGet, Exists, MultisetAttributes to THttpRawClient</title>
<updated>2024-12-13T14:04:18Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2024-12-13T12:22:36Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=09c88b035d29fac5fd49de2fbc3c71e2d2a80754'/>
<id>urn:sha1:09c88b035d29fac5fd49de2fbc3c71e2d2a80754</id>
<content type='text'>
commit_hash:bd2228f98fa92de408ca850f9bc1608fdf99e7f5
</content>
</entry>
<entry>
<title>YT-21868: Static analysis of format string in logging</title>
<updated>2024-05-30T18:57:42Z</updated>
<author>
<name>arkady-e1ppa</name>
<email>arkady-e1ppa@yandex-team.com</email>
</author>
<published>2024-05-30T18:48:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d6adb2d70464c9eb08b2b24076be43c44d5a8b74'/>
<id>urn:sha1:d6adb2d70464c9eb08b2b24076be43c44d5a8b74</id>
<content type='text'>
Added static analysis to format of YT_LOG_XXX macro's. We expect you to write format string as first or the second argument and follow the rules as if you are writing arguments for `NYT::Format`, which match those of printf: https://en.cppreference.com/w/cpp/io/c/fprintf plus few extra flags like 'v'. At the moment analyser checks if flags sequences is
1. Correctly terminated
2. Only contains specifiers valid for a given argument (if we are parsing nth argument of type T, then T must have all specifiers from its list of Conversion or Flag specifiers.

(2) Also means that the number of flag sequences must match the number of arguments supplied to format.

You can specialize `TFormatArg&lt;T&gt;` which is used to determine allowed Conversion and Flag specifiers to customise rules of static analysis. E.g. you can introduce new flags to the mix which you promise to parse in the related FormatValue function.

If you feel like this produces to much overhead in terms of compile time, you are free to use macro YT_DISABLE_FORMAT_STATIC_ANALYSIS to turn the entire thing into a no-op. We have measured compile time to be affected by roughly 3-5% in a log intensive files.
ae6def509474e8a42027bb4ed84ac040509b7c85
</content>
</entry>
<entry>
<title>[yt/cpp/mapreduce] YT-21405: Don't ignore backoff and pass actual exception in Retry()</title>
<updated>2024-04-18T09:11:25Z</updated>
<author>
<name>nadya73</name>
<email>nadya73@yandex-team.com</email>
</author>
<published>2024-04-18T09:01:09Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=044c22732c7e0fa5cbdd08543c7cd68a501170a6'/>
<id>urn:sha1:044c22732c7e0fa5cbdd08543c7cd68a501170a6</id>
<content type='text'>
Don't ignore backoff and pass actual exception in Retry()
b821c02fd21c9f8115cd2a4896372a9fda69e5f6
</content>
</entry>
<entry>
<title>[yt/cpp/mapreduce] YT-20588: Add more logs for readers and fix client_reader retries</title>
<updated>2023-11-28T07:30:42Z</updated>
<author>
<name>nadya73</name>
<email>nadya73@yandex-team.com</email>
</author>
<published>2023-11-28T06:43:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cfcea9a51e10b12e6e4a28e908e479da31d15f3e'/>
<id>urn:sha1:cfcea9a51e10b12e6e4a28e908e479da31d15f3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add using http-proxy for reading table from YT</title>
<updated>2023-10-22T10:40:13Z</updated>
<author>
<name>annashest18</name>
<email>annashest18@yandex-team.com</email>
</author>
<published>2023-10-22T10:19:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=24a44df2ab01109cefd64d4bfad05c66e7ebd2af'/>
<id>urn:sha1:24a44df2ab01109cefd64d4bfad05c66e7ebd2af</id>
<content type='text'>
add using http-proxy for reading table from YT
Нам нужна возможность ходить  в YT через HTTP proxy для чтения таблиц, используя С++ клиент не из контура Яндекса, к сожалению, сейчас такой возможности нет. В этом ПР черновик изменения, которого нам достаточно
https://a.yandex-team.ru/review/4676436/details - тут это же изменение в YT + коммит с тем, как мы планируем использовать
</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>YT-19885: Send impersonation in all requests when it exists</title>
<updated>2023-09-20T05:51:52Z</updated>
<author>
<name>mpereskokova</name>
<email>mpereskokova@yandex-team.com</email>
</author>
<published>2023-09-20T05:37:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=dd4ce1488ef6663aafaeb9f7f59f5ba860dc4624'/>
<id>urn:sha1:dd4ce1488ef6663aafaeb9f7f59f5ba860dc4624</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YT-19210: expose YQL shared library for YT.</title>
<updated>2023-07-28T21:02:16Z</updated>
<author>
<name>max42</name>
<email>max42@yandex-team.com</email>
</author>
<published>2023-07-28T21:02:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=73b89de71748a21e102d27b9f3ed1bf658766cb5'/>
<id>urn:sha1:73b89de71748a21e102d27b9f3ed1bf658766cb5</id>
<content type='text'>
After this, a new target libyqlplugin.so appears. in open-source cmake build.
Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264</content>
</entry>
<entry>
<title>Revert "YT-19324: move YT provider to ydb/library/yql"</title>
<updated>2023-06-30T08:13:34Z</updated>
<author>
<name>max42</name>
<email>max42@yandex-team.com</email>
</author>
<published>2023-06-30T08:13:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3e1899838408bbad47622007aa382bc8a2b01f87'/>
<id>urn:sha1:3e1899838408bbad47622007aa382bc8a2b01f87</id>
<content type='text'>
This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing
changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.</content>
</entry>
</feed>
