aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraleksandra-zh <aleksandra-zh@yandex-team.com>2023-11-21 17:42:30 +0300
committeraleksandra-zh <aleksandra-zh@yandex-team.com>2023-11-21 20:29:42 +0300
commitabfcda063d633165f7bd4eecfff57c15c9fd5f0a (patch)
treed9c1c75cb130b39f5489d3fe55a0a4176d2846d0
parent6eaac20f79fdd38e61456ad341898290054670dd (diff)
downloadydb-abfcda063d633165f7bd4eecfff57c15c9fd5f0a.tar.gz
Replica set udf
-rw-r--r--yt/yt/client/table_client/schema.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt/yt/client/table_client/schema.cpp b/yt/yt/client/table_client/schema.cpp
index 80b3193a2b..40125c1ee7 100644
--- a/yt/yt/client/table_client/schema.cpp
+++ b/yt/yt/client/table_client/schema.cpp
@@ -1512,7 +1512,8 @@ void ValidateColumnSchema(
"min",
"max",
"first",
- "xdelta"
+ "xdelta",
+ "_yt_replica_set",
};
const auto& stableName = columnSchema.StableName();