diff options
| author | Alexander Smirnov <[email protected]> | 2025-04-18 04:38:27 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2025-04-18 04:38:27 +0000 |
| commit | 7ffed5509ed1a1b5633adacf4368ef034e48660e (patch) | |
| tree | 2e742ad254cf199d620fdd75cb984f4115165b3f /yt/cpp/mapreduce/interface | |
| parent | 332dc5ddfae67b6af527d54cd25a1971d8d78147 (diff) | |
| parent | 5d15e3b0913f6b537a7940a584fe1347e8551c93 (diff) | |
Merge pull request #17385 from ydb-platform/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); }; /// |
