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/partition_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/partition_reader.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/client/partition_reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/client/partition_reader.cpp b/yt/cpp/mapreduce/client/partition_reader.cpp index 1610a087cc9..a2ca7eb9758 100644 --- a/yt/cpp/mapreduce/client/partition_reader.cpp +++ b/yt/cpp/mapreduce/client/partition_reader.cpp @@ -48,7 +48,7 @@ TRawTableReaderPtr CreateTablePartitionReader( const IRawClientPtr& rawClient, const IRequestRetryPolicyPtr& retryPolicy, const TString& cookie, - const TMaybe<TFormat>& format, + const TFormat& format, const TTablePartitionReaderOptions& options) { |
