summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/client/operation.cpp
diff options
context:
space:
mode:
authorhiddenpath <[email protected]>2025-01-14 19:55:50 +0300
committerhiddenpath <[email protected]>2025-01-14 20:36:45 +0300
commitafa0505d8aa93cf04c6baa573417fcc219d134ce (patch)
treef643aad2b17fe7e2938774adc8a93e2b1c8f3b10 /yt/cpp/mapreduce/client/operation.cpp
parent75745a5e674587c5c9092665fd9e9654184cceaa (diff)
YT-23616: Rename TRawBatchRequest to THttpRawBatchRequest
commit_hash:86c2242b5c4d36886d33a0f52a452e493fb7555c
Diffstat (limited to 'yt/cpp/mapreduce/client/operation.cpp')
-rw-r--r--yt/cpp/mapreduce/client/operation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt/cpp/mapreduce/client/operation.cpp b/yt/cpp/mapreduce/client/operation.cpp
index f9eb4b7fc39..8ace8a44bb5 100644
--- a/yt/cpp/mapreduce/client/operation.cpp
+++ b/yt/cpp/mapreduce/client/operation.cpp
@@ -228,7 +228,7 @@ TStructuredJobTableList ApplyProtobufColumnFilters(
CreateDefaultRequestRetryPolicy(preparer.GetContext().Config),
preparer.GetContext(),
tableList,
- [&] (NRawClient::TRawBatchRequest& batch, const auto& table) {
+ [&] (NRawClient::THttpRawBatchRequest& batch, const auto& table) {
return batch.Get(preparer.GetTransactionId(), table.RichYPath->Path_ + "/@dynamic", TGetOptions());
});
@@ -2343,7 +2343,7 @@ public:
: OperationImpl_(std::move(operationImpl))
{ }
- void PrepareRequest(NRawClient::TRawBatchRequest* batchRequest) override
+ void PrepareRequest(NRawClient::THttpRawBatchRequest* batchRequest) override
{
auto filter = TOperationAttributeFilter()
.Add(EOperationAttribute::State)