diff options
-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); /// |