diff options
| author | hiddenpath <[email protected]> | 2025-01-16 00:49:07 +0300 |
|---|---|---|
| committer | hiddenpath <[email protected]> | 2025-01-16 01:07:01 +0300 |
| commit | 8dff5c10763551a5b2e82294518d7d95d68bec23 (patch) | |
| tree | 2cebe415c5a7b7c04b979964c48ec4d36c613d01 /yt/cpp/mapreduce/client/client.cpp | |
| parent | 0395c5087038d4d95d8f64c67e458add6ac040fd (diff) | |
YT-23616: Make implementation of CanonizeYPath method being common
commit_hash:7f3ecc44b4299acc4fc7b0f463eceac61d0b0156
Diffstat (limited to 'yt/cpp/mapreduce/client/client.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/client/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/client/client.cpp b/yt/cpp/mapreduce/client/client.cpp index 9443ea51fce..8e3eed7bdc1 100644 --- a/yt/cpp/mapreduce/client/client.cpp +++ b/yt/cpp/mapreduce/client/client.cpp @@ -276,7 +276,7 @@ void TClientBase::Concatenate( TRichYPath TClientBase::CanonizeYPath(const TRichYPath& path) { - return NRawClient::CanonizeYPath(ClientRetryPolicy_->CreatePolicyForGenericRequest(), Context_, path); + return NRawClient::CanonizeYPath(RawClient_, path); } TVector<TTableColumnarStatistics> TClientBase::GetTableColumnarStatistics( |
