From 513eec13663e999f0e8537c42e804e5e8684f19a Mon Sep 17 00:00:00 2001 From: hiddenpath Date: Sat, 1 Mar 2025 17:24:09 +0300 Subject: YT-24173: Fix error resolving path in remote clusters operations commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f --- yt/cpp/mapreduce/client/client_reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt/cpp/mapreduce/client/client_reader.cpp') diff --git a/yt/cpp/mapreduce/client/client_reader.cpp b/yt/cpp/mapreduce/client/client_reader.cpp index 61369859bc9..37d39345f12 100644 --- a/yt/cpp/mapreduce/client/client_reader.cpp +++ b/yt/cpp/mapreduce/client/client_reader.cpp @@ -69,7 +69,7 @@ TClientReader::TClientReader( if (useFormatFromTableAttributes) { auto transactionId2 = ReadTransaction_ ? ReadTransaction_->GetId() : ParentTransactionId_; - auto newFormat = GetTableFormat(ClientRetryPolicy_, RawClient_, transactionId2, Path_); + auto newFormat = GetTableFormat(ClientRetryPolicy_, RawClient_, Context_, transactionId2, Path_); if (newFormat) { Format_->Config = *newFormat; } -- cgit v1.3