diff options
author | ermolovd <ermolovd@yandex-team.com> | 2024-03-24 19:13:14 +0300 |
---|---|---|
committer | ermolovd <ermolovd@yandex-team.com> | 2024-03-24 19:21:36 +0300 |
commit | 66aee9153e6fd042c5515c008aebd718935ee2cc (patch) | |
tree | 75af05d43e0dacac318504b98df8e666c4ca15a3 /yt/cpp | |
parent | dc2c1c80986f753c62642f0c6a5edff69b7fc8b9 (diff) | |
download | ydb-66aee9153e6fd042c5515c008aebd718935ee2cc.tar.gz |
Fix comment
d547e94dc63865b96a5cdfbe9866d87b11a57193
Diffstat (limited to 'yt/cpp')
-rw-r--r-- | yt/cpp/mapreduce/interface/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/common.h b/yt/cpp/mapreduce/interface/common.h index 8b3edf48c4..49e01bad55 100644 --- a/yt/cpp/mapreduce/interface/common.h +++ b/yt/cpp/mapreduce/interface/common.h @@ -721,6 +721,7 @@ public: /// /// Strict schemas are not allowed to have columns not described in schema. /// Nonstrict schemas are allowed to have such columns, all such missing columns are assumed to have + /// type any (or optional<yson> in type_v3 terminology). FLUENT_FIELD_DEFAULT_ENCAPSULATED(bool, Strict, true); /// |