diff options
| author | achains <[email protected]> | 2026-01-21 23:52:29 +0300 |
|---|---|---|
| committer | achains <[email protected]> | 2026-01-22 00:12:35 +0300 |
| commit | d77340b18bc0628e79a84ca1992d164d5ded69e3 (patch) | |
| tree | ef8bf141bdeff041dcf62cd98ea939661f70e62f /yt/cpp/mapreduce/interface | |
| parent | 9fc88f3c81bc655ba6035a0adfeb9512fc2f2297 (diff) | |
YT-27155: propagate control attributes to parttion reader
* Changelog entry
Type: fix
Component: proxy
Support ControlAttributes with table partition reader (C\+\+ SDK and driver)
<Message for release notes>
commit_hash:56b1aaa58c4580fda0f9136d40092081eaab2292
Diffstat (limited to 'yt/cpp/mapreduce/interface')
| -rw-r--r-- | yt/cpp/mapreduce/interface/client_method_options.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/client_method_options.h b/yt/cpp/mapreduce/interface/client_method_options.h index 1b72efeb38f..9b42110f6e0 100644 --- a/yt/cpp/mapreduce/interface/client_method_options.h +++ b/yt/cpp/mapreduce/interface/client_method_options.h @@ -730,6 +730,11 @@ struct TTablePartitionReaderOptions /// /// Has no effect when used with raw-reader. FLUENT_FIELD_OPTION(TFormatHints, FormatHints); + + /// + /// @brief Allows to tune which attributes are added to rows while reading tables. + /// + FLUENT_FIELD_DEFAULT(TControlAttributes, ControlAttributes, TControlAttributes()); }; /// Options for @ref NYT::IClient::CreateTableWriter |
