summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface
Commit message (Collapse)AuthorAgeFilesLines
* YT-27432: support create with IgnoreTypeMismatch in C++ SDKachains2026-02-181-0/+6
| | | | | | | | | | * Changelog entry Type: cpp-sdk <Message for release notes> Support TCreateOptions::IgnoreTypeMismatch in C\+\+ SDK commit_hash:5d45311d21562502b1df035fa6edbacb720a34a0
* YT-21148 Serialize deleted columns according to new designs-berdnikov2026-02-184-7/+80
| | | | | | | | | | | * 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
* YT-21148 Cosmetics: Get rid of unnecessary `NYT::` prefixs-berdnikov2026-02-161-17/+13
| | | | commit_hash:2e5e3acfca62d960733f102bd0dd56fc5a464e0e
* YT-26760: operation_link_pattern is taken from dynamic configurationermolovd2026-02-094-0/+83
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk C++ SDK supports operation_link_pattern dynamic configuration commit_hash:a937500f7ce866436ee8732c923fb4b362e199a1
* Add OmitInaccessibleRows in mapreduce clientmpereskokova2026-01-301-0/+5
| | | | commit_hash:568d5d9a722dbfc08bee1a1666a1b49c8369cd03
* YT-27085: Rename shadowed data member Timeout to SessionTimeoutachains2026-01-301-2/+2
| | | | | | | | | | | * Changelog entry Type: fix Component: proxy Rename shadowed data member NYT::TStartDistributedWriteTable(File)Options::Timeout -\> SessionTimeout <Message for release notes> commit_hash:1b5b967b5136a7105627854044de6eee634dde03
* Normalize `operator.*` spelling in YT and YPs-berdnikov2026-01-282-13/+13
| | | | | | | | | | | | 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 <https://nda.ya.ru/t/YOfm_T4z7Syke2>. commit_hash:d88f1a8d82c91cfb34d5f4ba472d341fb9ca6b82
* Normalize `operator()` spelling in YTs-berdnikov2026-01-271-14/+14
| | | | | | | | | | | | 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 <https://nda.ya.ru/t/YOfm_T4z7Syke2>. commit_hash:f9f2f2a6822e88d6aba6777210a00d08c2911bc5
* YT-27155: propagate control attributes to parttion readerachains2026-01-221-0/+5
| | | | | | | | | | | * Changelog entry Type: fix Component: proxy Support ControlAttributes with table partition reader (C\+\+ SDK and driver) <Message for release notes> commit_hash:56b1aaa58c4580fda0f9136d40092081eaab2292
* YT-26250: C++ SDK formatted readerachains2026-01-121-2/+2
| | | | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Raw client utilizes formatted table reader api <Message for release notes> commit_hash:c0ecd99971ac56141c9a7a2cb95cd3d7e6ad6611
* YT-20969: fix C++ sdk CreateTablePartitionReaderachains2025-12-141-3/+3
| | | | commit_hash:64f23993fc9669d1aa23f6b0e85ab469b1fa4003
* YT-22593: TString -> std::string in unittestssabdenovch2025-12-122-5/+5
| | | | commit_hash:e71661ee774f94e598456363e42562c658cce049
* YT-26906: start session from txachains2025-12-122-16/+20
| | | | | | | | | * 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-262-6/+20
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support YaMR and Proto formats for table fragment writers. commit_hash:5b86b85f9ee8cad1572aa6c87eed5688b962dcfe
* YT-18420: Remove list nodes from master-server codeh0pless2025-11-171-19/+19
| | | | 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-131-0/+20
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support Distributed write API methods for RPC proxies in C\+\+ client. commit_hash:1b1247f95c77a2de02d16f56dcc3291e772be2f2
* YT-26425: Distributed API http proxy light requestsachains2025-11-107-0/+340
| | | | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support distributed API in C\+\+ SDK <Message for release notes> commit_hash:689a3c978864fa4623f3b38ce031faa96532b3fe
* 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
* 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-173-12/+6
| | | | | | | | | | | <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-114-0/+19
| | | | | Initial commit commit_hash:d8d8a160ba64cc1e63e174430aec262d2359cf4e
* YT-26221: Parse control events and save trace info in operations archivebystrovserg2025-10-031-2/+2
| | | | commit_hash:af1a447629e24e0b2fa1e075a45fdc5b5cb16bf4
* YT-26316: Add monitoring descriptor filter for list jobsbystrovserg2025-10-021-0/+4
| | | | | yet another list jobs filter commit_hash:8d2b248c73991a44afefcc274c5081bd95e73a32
* 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
* 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-15805: introduce tz-types into type infoermolovd2025-09-173-1/+58
| | | | | | | | | | | | | | | | | #### Добавление поддержки временных типов с часовым поясом (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-101-0/+1
| | | | | | | | | * 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-091-1/+1
| | | | | Rename append_debug_options to enable_debug_command_line_arguments commit_hash:af73e8a4e566209d657fefadb1e90fe133b85de5
* YT-23616: support rpc write tableachains2025-08-281-0/+6
| | | | | | | | | * 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-193-7/+19
| | | | commit_hash:f2670aa725e0acbd8cda1c6ccb7efc01c5f95ef5
* YT-25583: Add option for appending job and operation ID to C++ SDKrp-12025-08-151-0/+3
| | | | commit_hash:3f55bcd34959d43b20bd79997b6f88b9fb5eaeb6
* fix coverity issueuzhas2025-08-081-1/+1
| | | | commit_hash:18fc7d830f15be711fda8f9e13f7acc6e2518e1d
* [yt/cpp/mapreduce] Add GetAlerts in IOperationnadya732025-07-301-0/+4
| | | | commit_hash:79c12c795b4cd3461e20543dafe5c16f47fa7b4b
* YQL-20130: Adding alerts filterpanikku2025-07-031-0/+1
| | | | | Для пробрасывания алертов нужен фильтр под них чтобы не нагружать большими запросами commit_hash:3cac6ac4b55444504723647b567f7452d52c3773
* YT-23616: Introduce WriteFile RPC implementationhiddenpath2025-06-271-0/+5
| | | | commit_hash:627b3fd7979f64a7365a590bca09a1c53c23464a
* Allow passing ProxyUrlAliasingRules to clients directlyngc2242025-06-132-0/+33
| | | | commit_hash:5493d9ed32b24050fa5feb08fe13097302ca0a23
* Simplify multiproxy APIhiddenpath2025-06-071-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add a todo to remove the LogUseCore optionhiddenpath2025-06-041-5/+4
| | | | commit_hash:2af1e11b5ae48afa30c1762d0170f3089a2e117f
* Fix style of namespacehiddenpath2025-06-021-1/+1
| | | | commit_hash:979d1b6765ed3cc3e4cc9875306f2454ffad7096
* Drop Sequoia retries in non-native clientkvk19202025-05-311-13/+0
| | | | commit_hash:57d91f37a7ee671db070142a51c437103bb881ba
* Introduce suppress access tracking optionshiddenpath2025-05-301-0/+25
| | | | commit_hash:1b44475c0447374091b3f13cd7e2126757874ebb
* YT-24245: Add MultiproxyTargetCluster optionhiddenpath2025-05-271-0/+7
| | | | commit_hash:4ad0d709eab6a3191e6cccd54f85765ae80cf3b2
* Revert commit rXXXXXX, YT-25104: Switch to new retryful writer by defaultbuyval012025-05-211-1/+1
| | | | commit_hash:244578d9961943bfc97269bde987d0bb12c3f133
* YT-25104: Switch to new retryful writer by defaulthiddenpath2025-05-201-1/+1
| | | | commit_hash:f3ff128095511d3566e4895001e0fd899acaeb07
* YT-25059: Introduce log levels as constantshiddenpath2025-05-161-0/+9
| | | | | | | 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()->LogLevel = "info";` to `NYT::TConfig::Get()->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