Skip to content

Commit 696c6e4

Browse files
author
hiddenpath
committed
YT-23616: Fix serialization of rpc requests
commit_hash:19ce3d00d0004d912f34857447485358b0dd87b5
1 parent ed0310f commit 696c6e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

yt/cpp/mapreduce/interface/operation.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,6 +2749,10 @@ enum class EJobType : int
27492749
RemoveChunk /* "remove_chunk" */,
27502750
RepairChunk /* "repair_chunk" */,
27512751
SealChunk /* "seal_chunk" */,
2752+
ShallowMerge /* "shallow_merge" */,
2753+
MergeChunks /* "merge_chunks" */,
2754+
AutotomizeChunk /* "autotomize_chunk" */,
2755+
ReincarnateChunk /* "reincarnate_chunk" */,
27522756
};
27532757

27542758
///

0 commit comments

Comments
 (0)