diff options
| author | hiddenpath <[email protected]> | 2025-01-14 19:55:50 +0300 |
|---|---|---|
| committer | hiddenpath <[email protected]> | 2025-01-14 20:36:45 +0300 |
| commit | afa0505d8aa93cf04c6baa573417fcc219d134ce (patch) | |
| tree | f643aad2b17fe7e2938774adc8a93e2b1c8f3b10 /yt/cpp/mapreduce/client/lock.cpp | |
| parent | 75745a5e674587c5c9092665fd9e9654184cceaa (diff) | |
YT-23616: Rename TRawBatchRequest to THttpRawBatchRequest
commit_hash:86c2242b5c4d36886d33a0f52a452e493fb7555c
Diffstat (limited to 'yt/cpp/mapreduce/client/lock.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/client/lock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/client/lock.cpp b/yt/cpp/mapreduce/client/lock.cpp index 88110f9266e..46306fa7377 100644 --- a/yt/cpp/mapreduce/client/lock.cpp +++ b/yt/cpp/mapreduce/client/lock.cpp @@ -26,7 +26,7 @@ public: , Acquired_(acquired) { } - void PrepareRequest(TRawBatchRequest* batchRequest) override + void PrepareRequest(THttpRawBatchRequest* batchRequest) override { LockState_ = batchRequest->Get(TTransactionId(), LockStateYPath_, TGetOptions()); } |
