diff options
author | hiddenpath <hiddenpath@yandex-team.com> | 2025-02-19 10:21:12 +0300 |
---|---|---|
committer | hiddenpath <hiddenpath@yandex-team.com> | 2025-02-19 10:59:03 +0300 |
commit | 696c6e43ff57bc0de7943fa863d3df7b564767ef (patch) | |
tree | cea87fe18d443e745b50c9177f47798810672e00 /yt/cpp/mapreduce | |
parent | ed0310f9bc1913aa77041021bee5d3d45a2a40a9 (diff) | |
download | ydb-696c6e43ff57bc0de7943fa863d3df7b564767ef.tar.gz |
YT-23616: Fix serialization of rpc requests
commit_hash:19ce3d00d0004d912f34857447485358b0dd87b5
Diffstat (limited to 'yt/cpp/mapreduce')
-rw-r--r-- | yt/cpp/mapreduce/interface/operation.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/operation.h b/yt/cpp/mapreduce/interface/operation.h index c1beb5375d..a498e5b59e 100644 --- a/yt/cpp/mapreduce/interface/operation.h +++ b/yt/cpp/mapreduce/interface/operation.h @@ -2749,6 +2749,10 @@ enum class EJobType : int RemoveChunk /* "remove_chunk" */, RepairChunk /* "repair_chunk" */, SealChunk /* "seal_chunk" */, + ShallowMerge /* "shallow_merge" */, + MergeChunks /* "merge_chunks" */, + AutotomizeChunk /* "autotomize_chunk" */, + ReincarnateChunk /* "reincarnate_chunk" */, }; /// |