diff options
| author | Alexander Smirnov <[email protected]> | 2025-04-18 00:51:50 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2025-04-18 00:51:50 +0000 |
| commit | fcf98cbcba210753db1754ca6e28c295c535ffbb (patch) | |
| tree | 1b529bd303f9c788e4f398933d7deb47cfd8c3b2 /yt/cpp/mapreduce/interface | |
| parent | 1f62eb9b72a10d093a2acd13c434a8a94fa695bc (diff) | |
| parent | 8e5325590b3037c576e7f9981903f5112e181ffe (diff) | |
Merge branch 'rightlib' into merge-libs-250418-0050
Diffstat (limited to 'yt/cpp/mapreduce/interface')
| -rw-r--r-- | yt/cpp/mapreduce/interface/client_method_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/client_method_options.h b/yt/cpp/mapreduce/interface/client_method_options.h index 4bb2df112c3..d43020a9e13 100644 --- a/yt/cpp/mapreduce/interface/client_method_options.h +++ b/yt/cpp/mapreduce/interface/client_method_options.h @@ -1019,7 +1019,7 @@ struct TLookupRowsOptions FLUENT_FIELD_DEFAULT(bool, KeepMissingRows, false); /// If set to true returned values will have "timestamp" attribute. - FLUENT_FIELD_OPTION(bool, Versioned); + FLUENT_FIELD_DEFAULT(bool, Versioned, false); }; /// |
