From b6b6dee4a13ffff8512f146e5bf5c6c396e9e0cb Mon Sep 17 00:00:00 2001 From: achains Date: Mon, 12 Jan 2026 12:05:06 +0300 Subject: YT-26250: C++ SDK formatted reader * Changelog entry Type: fix Component: cpp-sdk Raw client utilizes formatted table reader api commit_hash:c0ecd99971ac56141c9a7a2cb95cd3d7e6ad6611 --- 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 37d39345f12..1eade18397a 100644 --- a/yt/cpp/mapreduce/client/client_reader.cpp +++ b/yt/cpp/mapreduce/client/client_reader.cpp @@ -71,7 +71,7 @@ TClientReader::TClientReader( auto transactionId2 = ReadTransaction_ ? ReadTransaction_->GetId() : ParentTransactionId_; auto newFormat = GetTableFormat(ClientRetryPolicy_, RawClient_, Context_, transactionId2, Path_); if (newFormat) { - Format_->Config = *newFormat; + Format_.Config = *newFormat; } } -- cgit v1.3