diff options
| -rw-r--r-- | yt/yt/client/table_client/schema_serialization_helpers.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/yt/yt/client/table_client/schema_serialization_helpers.h b/yt/yt/client/table_client/schema_serialization_helpers.h index f573ac4f4bb..4aeca670370 100644 --- a/yt/yt/client/table_client/schema_serialization_helpers.h +++ b/yt/yt/client/table_client/schema_serialization_helpers.h @@ -4,11 +4,13 @@ #include "schema.h" #include <yt/yt/core/yson/pull_parser.h> + #include <yt/yt/core/ytree/yson_struct.h> namespace NYT::NTableClient { -struct TMaybeDeletedColumnSchema : public TColumnSchema +struct TMaybeDeletedColumnSchema + : public TColumnSchema { DEFINE_BYREF_RO_PROPERTY(std::optional<bool>, Deleted); |
