summaryrefslogtreecommitdiffstats
path: root/yt/cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* YT-22593: TString -> std::string in unittestssabdenovch2025-12-122-5/+5
| | | | commit_hash:e71661ee774f94e598456363e42562c658cce049
* YT-26906: start session from txachains2025-12-1212-66/+132
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Start distributed session methods (file/table) now support attaching to transaction. commit_hash:0a40dfd6d556f9890fa5abccf29c0baf33df4e7d
* YT-26425: YaMR and proto table fragment writersachains2025-11-268-15/+244
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support YaMR and Proto formats for table fragment writers. commit_hash:5b86b85f9ee8cad1572aa6c87eed5688b962dcfe
* YT-18571: Extract async_stream_helpers.h/cppbabenko2025-11-232-0/+3
| | | | | | | | | | | | | | #### Вынос вспомогательных функций работы с асинхронными потоками в отдельный файл 📝 - 📦 Вынесены вспомогательные функции и адаптеры для работы с асинхронными потоками из `async_stream.h/cpp` в новый файл `async_stream_helpers.h/cpp` - 🔧 Создан новый заголовочный файл, содержащий объявления всех основных адаптеров потоков: синхронных/асинхронных, буферизованных, zero-copy, копирующих, с предзагрузкой, экспирирующих и поддерживающих конкурентный доступ - 🧩 Весь существующий код переключен на использование нового заголовка `async_stream_helpers.h`, где теперь находятся все ранее доступные функции адаптации потоков - 🚫 Из оригинального `async_stream.h` удалены все вспомогательные функции, оставлена только основная интерфейсная часть (`IAsyncInputStream`, `IAsyncOutputStream` и их zero-copy варианты) - ✅ Добавлена новая функция `CheckEndOfStream`, заменяющая собой старую `ExpectEndOfStream` в соответствующих местах кода - 📁 Исходная реализация всех перенесённых функций перемещена в `async_stream_helpers.cpp`, упрощая оригинальный `async_stream.cpp`, который был удалён <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:0662885b43294bfca7a6db5eaf61c82c90e3d214
* Intermediate changesrobot-piglet2025-11-231-3/+3
| | | | commit_hash:aa78adb14f668e80ecd388aefddc94932ee62710
* YT-26639: reuse connection object for the same endpointermolovd2025-11-181-13/+98
| | | | commit_hash:aa962f5a7cdef69708c3502aaead051042eec0e5
* YT-18420: Remove list nodes from master-server codeh0pless2025-11-172-20/+20
| | | | commit_hash:6e2650b628359d16589e929fc70e761611ac0ea7
* [yt/cpp/mapreduce] YT-25583: Enable enable_debug_command_line_arguments by ↵nadya732025-11-131-1/+1
| | | | | | default commit_hash:e09d718dc8091c7841f9fa3b3143305289d01b30
* YT-26425: RPC support distributed APIachains2025-11-134-35/+343
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support Distributed write API methods for RPC proxies in C\+\+ client. commit_hash:1b1247f95c77a2de02d16f56dcc3291e772be2f2
* YT-26638: disable proxy discovery when connecting to socketermolovd2025-11-121-0/+1
| | | | commit_hash:499c8bd542f62b59650fa219a086086717aa119c
* improve error messageermolovd2025-11-111-2/+6
| | | | commit_hash:f5a840952c97d019b950bc1093d1e379dcebbb6d
* YT-26425: Distributed API http proxy light requestsachains2025-11-1018-17/+997
| | | | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support distributed API in C\+\+ SDK <Message for release notes> commit_hash:689a3c978864fa4623f3b38ce031faa96532b3fe
* fix bad implicit castermolovd2025-11-071-1/+2
| | | | commit_hash:97cf8557d5b740c4887037fc64cb82afee4bde4d
* fix infering column filter for oneof columnsermolovd2025-10-301-1/+18
| | | | commit_hash:2a9c32e6eb0840b23ca468374067f0fe660eb4a3
* YT-26145: do not serialize tokenachains2025-10-231-2/+0
| | | | commit_hash:83bc09ba25f5b4a647c95b444952aa4cf35d7ecf
* proper ensure initialize for rpcachains2025-10-221-2/+2
| | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Proper ensure initialize for rpc-client C\+\+ SDK commit_hash:d584950fbe7d387d01ab212db124212cf4938ce4
* YT-26213: Per table input_query (chunk_filter only)lucius2025-10-222-0/+7
| | | | | | | | | | | | | Сейчас поддерживается только режим chunk\_filter (ровно он нужен сейчас для оптимизаторов в yql), а row\_filter можно будет поддержать в будущем. <Message NOT for release notes> * Changelog entry Type: feature Component: controller-agent Introduce chunk filtration via `input_query` in path attributes. Useful for read optimizations. commit_hash:575c384f3156e57e692d4a05c9b50a54ad0fa377
* fix proto column filter for proto with EMBEDDED messagesermolovd2025-10-211-4/+15
| | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk fix inferring column filter when running operations in protobuf format commit_hash:9263474e2121155b4678af32e0d20b5a685fac0c
* YT-24624: Rework get_job_trace apibystrovserg2025-10-1712-61/+38
| | | | | | | | | | | <Message NOT for release notes> * Changelog entry Type: fix Component: scheduler Rework get\_job\_trace api: enable streaming and return perfetto-friendly format commit_hash:082e255afb9022eb137dac3d0c3be8ac49d3b5e2
* YT-26065: Add TPatchableField to C++ configrp-12025-10-116-0/+71
| | | | | Initial commit commit_hash:d8d8a160ba64cc1e63e174430aec262d2359cf4e
* YT-26381: workaround with file lockachains2025-10-102-36/+59
| | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Obtain file lock right after uploading to file cache instead of batch locking commit_hash:079dd01859dfaf2c943656ce6da2f967e58efcba
* Fix UpdateOperation: read response from serverermolovd2025-10-043-4/+3
| | | | commit_hash:8f403d09e4902266671a4c8b149104272a4126eb
* Bring hostname to lowercase when checking local modeermolovd2025-10-041-4/+3
| | | | commit_hash:869aeab23ea9ff098cefb8ffbee64fb340352cf4
* YT-26221: Parse control events and save trace info in operations archivebystrovserg2025-10-032-3/+3
| | | | commit_hash:af1a447629e24e0b2fa1e075a45fdc5b5cb16bf4
* YT-26316: Add monitoring descriptor filter for list jobsbystrovserg2025-10-023-0/+10
| | | | | yet another list jobs filter commit_hash:8d2b248c73991a44afefcc274c5081bd95e73a32
* increase timeout for reader to exceed session_timeoutermolovd2025-10-021-2/+4
| | | | commit_hash:c9d135eb92a817d376be8800f8ff6921ff6fc294
* Fix -Wunused-but-set-variable in ytmikhnenko2025-09-291-1/+1
| | | | | | | If you think that this pr has broken something for you, roll it back If the problem is not trivial, come to [support](https://nda.ya.ru/t/a1JIzEbo78mtfQ) Original errors you can see [here](https://nda.ya.ru/t/pFJQM0ho7KSaTN commit_hash:4c0f73c85be0f8378e93662801fd7e91db54632d
* YT-26145: Revert visible changes for config serializationachains2025-09-234-84/+105
| | | | | | | | | | | <Message NOT for release notes> * Changelog entry Type: fix Component: cpp-sdk Revert breaking public changes in header files commit_hash:e25a66243042b5961984505e6ecd67cb9f9f2635
* Fix read results with yson fields by reference.Tony-Romanov2025-09-231-0/+1
| | | | | | | | | | | | Type: fix Component: query-tracker --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1427 Co-authored-by: Anton Romanov <[email protected]> commit_hash:0be7c33547e351e840978eb763d6a56762f8a0d2
* YT-26145: TConfig serializationachains2025-09-195-7/+308
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Add serialization / deserialization methods for TConfig class commit_hash:b8dbd0cb04aa88fb629e6f2b855a3e7b1bad0ded
* YT-26196: increase stream timeouts for reading tables with rpcermolovd2025-09-191-0/+8
| | | | commit_hash:bacf65d689e829af8ae1db6d8b6860ae4e551010
* YT-15805: introduce tz-types into type infoermolovd2025-09-174-1/+66
| | | | | | | | | | | | | | | | | #### Добавление поддержки временных типов с часовым поясом (TZ-типы) 📝 - 🧱 Добавлены новые примитивные типы для представления даты, даты-времени и меток времени с часовым поясом: `TzDate32`, `TzDatetime64`, `TzTimestamp64`. - 🧪 В модульные тесты добавлены проверки корректности создания и идентификации новых временных типов. - 📦 Обновлена логика сериализации/десериализации: TZ-типы отображаются в строковый формат при работе с различными протоколами (Skiff, protobuf, JSON). - ⚠️ В местах чтения данных добавлена заглушка, которая выбрасывает исключение при попытке обработки новых типов — это временное решение до реализации полной поддержки. - 🔧 Упрощена иерархия классов примитивных типов за счёт использования шаблона `TPrimitiveTypeBase`. - 🗂️ Изменён подход к обработке неизвестных типов в нескольких компонентах: вместо явного перечисления всех поддерживаемых типов теперь используется `default` ветка с общим обработчиком. --- **Оценить качество описания можно [здесь](https://nda.ya.ru/t/_MxIaV0Q7FnCMG** <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Code Assistant</font></a> commit_hash:265cf034372d36f60988238e273cbfe532c2a4e5
* YT-25583: Disable appending debug arguments by defaultrp-12025-09-151-1/+1
| | | | | Disable appending debug arguments by default commit_hash:52024039c1124ba43f07a2d8927b0ea5295a9617
* Add table_collocation supportsay2025-09-102-0/+3
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Add table_collocation support commit_hash:70150205f53cbf945a970ccdd270f0e90b70ca59
* YT-25583: Rename parameter to enable_debug_command_line_arguments in C++ SDKrp-12025-09-094-5/+5
| | | | | Rename append_debug_options to enable_debug_command_line_arguments commit_hash:af73e8a4e566209d657fefadb1e90fe133b85de5
* YT-25583: Fix appending debug options to command jobsrp-12025-09-041-1/+1
| | | | | Check if command job when appending debug options commit_hash:b9bb785bc0c7f25f175b41935a492f85e5a57562
* YT-26083: Support LinkNodes with attributes via rpcachains2025-09-041-4/+0
| | | | | | | | | * Changelog entry Type: feature Component: proxy Support LinkNodes with attributes via rpc commit_hash:c45c720ee7b9977cb5b68e79ff37878f4ee83280
* YT-23616: RPC proxy tests for C++ clientachains2025-09-0313-0/+4169
| | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Enable misc tests for RPC proxy, various fixes commit_hash:c3c716503a2e106731ad99b66ec57ea00baf0304
* YT-23616: support rpc write tableachains2025-08-285-41/+29
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support write table via RPC Proxy in C\+\+ client commit_hash:fccc00849eafded757e3f1332da1fe209a127ec9
* [yt/cpp/mapreduce] YT-25894: Support $remaining_row_bytes in SkiffRow readersnadya732025-08-195-17/+36
| | | | commit_hash:f2670aa725e0acbd8cda1c6ccb7efc01c5f95ef5
* YT-25583: Add option for appending job and operation ID to C++ SDKrp-12025-08-154-1/+11
| | | | commit_hash:3f55bcd34959d43b20bd79997b6f88b9fb5eaeb6
* fix coverity issueuzhas2025-08-081-1/+1
| | | | commit_hash:18fc7d830f15be711fda8f9e13f7acc6e2518e1d
* [yt/cpp/mapreduce] Add GetAlerts in IOperationnadya732025-07-303-10/+41
| | | | commit_hash:79c12c795b4cd3461e20543dafe5c16f47fa7b4b
* [yt/cpp/mapreduce] Fix data race in TAbortableHttpResponsenadya732025-07-211-0/+1
| | | | commit_hash:784446f0f7eaf4cec48cebac3c8fee94ab17eb36
* YQL-20130: Adding alerts filterpanikku2025-07-031-0/+1
| | | | | Для пробрасывания алертов нужен фильтр под них чтобы не нагружать большими запросами commit_hash:3cac6ac4b55444504723647b567f7452d52c3773
* YT-23616: Introduce WriteFile RPC implementationhiddenpath2025-06-275-7/+53
| | | | commit_hash:627b3fd7979f64a7365a590bca09a1c53c23464a
* Fix YT parallel table writer hang after Abortrraed2025-06-181-0/+4
| | | | commit_hash:a5ac90256dbdaeb37858aeacaf24931ed10c8d4d
* Allow passing ProxyUrlAliasingRules to clients directlyngc2242025-06-133-12/+40
| | | | commit_hash:5493d9ed32b24050fa5feb08fe13097302ca0a23
* Simplify multiproxy APIhiddenpath2025-06-074-19/+9
| | | | | | | | | | | | | | | | | | | | | | | | | This pull request refactors the RPC client creation process to enhance clarity and flexibility. The previous method of specifying the Unix domain socket path directly in ``` CreateRpcClient( "socketPath", TCreateClientOptions() .UseProxyUnixDomainSocket(true) .MultiproxyTargetCluster("clusterName")); ``` has been changed to ``` CreateRpcClient( "clusterName", TCreateClientOptions() .JobUnixDomainSocketPath("socketPath")); ``` Also fixes a minor bug, when serverName was set to socket path instead of cluster name. commit_hash:d2e19d713304fd99c864377203642cff7a4652e7
* Remove unused ExtendGenericError methodhiddenpath2025-06-042-16/+0
| | | | commit_hash:70f08c3d0ef32d71b24bb9b41e770a7f9910ff60