summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/raw_client
Commit message (Collapse)AuthorAgeFilesLines
* YT-23422: do not write command line into attributes of operationsermolovd2024-11-231-5/+1
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk C++ SDK doesn't write launching process command line to operation attributes. commit_hash:c50cbc2a31f5a3b733833767fe94019a0d7615d3
* YT-22455: Introduce list jobs continuation tokenomgronny2024-11-221-0/+9
| | | | | [nodiff:caesar] commit_hash:d45b3da99e7b19120e02298ca6e87c02cc800ea2
* YT-22943: add context for system errorsermolovd2024-11-191-1/+0
| | | | | | | * thrown system errors contain context (i.e. host method and request id that produced error) Type: feature Component: cpp-sdk commit_hash:af72a3a37785e9e373e816c2cc072df2076f821d
* YT-21938: Introduce get_job_traceomgronny2024-10-114-0/+68
| | | | | | | | | * Changelog entry\ Type: feature\ Component: proxy Add the handler that gets the job’s trace events. commit_hash:c9d1a6d57e886a266967d57065bd3948882808c7
* GLOBAL OTBIVKA FIX ୧༼ಠ益ಠ༽୨pavook2024-08-224-20/+20
| | | | | | | | | | Make all "otbivka" exactly 80 symbols. Command: ```bash sed -i 's#^//////////////\+$#////////////////////////////////////////////////////////////////////////////////#g' $(find yt \( -name '*.cpp' -or -name '*.h' -or -name '*.proto' \) -not -path 'yt/yt/experiments/private/tabletvis/imgui/*') ``` 30a0ba9f42ba1909d3cee11fe12bba14c7c8b039
* [yt/cpp/mapreduce] YT-21595: Use gtest instead of ytest in all mapreduce testsnadya732024-07-024-0/+331
| | | | 85671f0cf4f45b4f015fa2cc0d195b81c16c6e8a
* YT-22026: Fix GetTableColumnarStatisticswhatsername2024-06-201-1/+1
| | | | ffe12e02d72e467f8713fec022f9c523bb135b77
* Intermediate changesrobot-piglet2024-03-131-0/+3
|
* feat contrib: aiogram 3armenqa2024-01-196-153/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* Library import 7 (#937)AlexSm2024-01-111-1/+1
|
* External build system generator release 65robot-ya-builder2023-12-051-3/+3
| | | | Update tools: yexport, os-yexport
* YT-20315: Support retries of cross cell copyingnadya022023-11-242-6/+54
| | | | | | add options YT-20315: Support retries of cross cell copying
* Revert "YT-20315: Support retries of cross cell copying"ermolovd2023-11-232-54/+6
| | | | | This reverts commit 9b45f88f366c2a170ab826922dd6eeaa64ea4192, reversing changes made to d6dc5a658da5b61fd71e72f1a60479989c5c64c5.
* YT-20315: Support retries of cross cell copyingnadya022023-11-222-6/+54
|
* add darwin-arm64 CMakeListsdcherednik2023-11-202-0/+29
|
* YT-18571: Fix myriads of typosbabenko2023-10-231-1/+1
|
* add using http-proxy for reading table from YTannashest182023-10-221-0/+2
| | | | | | add using http-proxy for reading table from YT Нам нужна возможность ходить в YT через HTTP proxy для чтения таблиц, используя С++ клиент не из контура Яндекса, к сожалению, сейчас такой возможности нет. В этом ПР черновик изменения, которого нам достаточно https://a.yandex-team.ru/review/4676436/details - тут это же изменение в YT + коммит с тем, как мы планируем использовать
* Possibility to get operation by its aliasermolovd2023-10-165-24/+61
|
* Y_VERIFY->Y_ABORT_UNLESS at ^ytilnurkh2023-10-091-3/+3
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* YT-19885: Send impersonation in all requests when it existsmpereskokova2023-09-201-0/+4
|
* YT-19222: Forbid irreversible changes to ACLs (unless they are forced)vovamelnikov2023-09-051-0/+3
|
* YQL-16444: fix empty prefix for yt batch listfedor-miron2023-09-051-1/+7
|
* Improve TRawBatchRequest::CanonizeYPathachulkov22023-08-111-7/+10
|
* YT-19210: expose YQL shared library for YT.max422023-07-2912-0/+3548
| | | | 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
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-307-3424/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-307-0/+3424
This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.