diff options
author | apollo1321 <apollo1321@yandex-team.com> | 2025-01-14 23:17:01 +0300 |
---|---|---|
committer | apollo1321 <apollo1321@yandex-team.com> | 2025-01-14 23:37:32 +0300 |
commit | fc7eb64e6147971fb5da235644f47a1df89e0de5 (patch) | |
tree | f647ba4685b1d728246439394c9e29735a3b9781 /yt/yt_proto | |
parent | e985585a2094bcac0dd31d073e84b0811c90310b (diff) | |
download | ydb-fc7eb64e6147971fb5da235644f47a1df89e0de5.tar.gz |
YT-21709: Fix issues
Fix issues
commit_hash:08e1a709e9776a3ecfa0685db5676962c3b0eadf
Diffstat (limited to 'yt/yt_proto')
-rw-r--r-- | yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto index a8fa7b2352..92a71cafda 100644 --- a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto +++ b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto @@ -3476,7 +3476,7 @@ message TReqStartShuffle required string account = 1; required int32 partition_count = 2; required NYT.NProto.TGuid parent_transaction_id = 3; - optional string medium_name = 4; + optional string medium = 4; optional int32 replication_factor = 5; } |