diff options
| author | achains <[email protected]> | 2026-01-12 12:05:06 +0300 |
|---|---|---|
| committer | achains <[email protected]> | 2026-01-12 12:42:11 +0300 |
| commit | b6b6dee4a13ffff8512f146e5bf5c6c396e9e0cb (patch) | |
| tree | 2843cf0c93a869a26b5b430e8c2f46b9fb8a318a /yt/cpp/mapreduce/client/client_reader.cpp | |
| parent | 3b7107bb4e310d00ef8ad25a7a8fa96f8702788c (diff) | |
YT-26250: C++ SDK formatted reader
* Changelog entry
Type: fix
Component: cpp-sdk
Raw client utilizes formatted table reader api
<Message for release notes>
commit_hash:c0ecd99971ac56141c9a7a2cb95cd3d7e6ad6611
Diffstat (limited to 'yt/cpp/mapreduce/client/client_reader.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/client/client_reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |
