Skip to content

Commit 4774e20

Browse files
authored
Serialize constraints to yson (#8211)
1 parent 14d8e1b commit 4774e20

File tree

7 files changed

+507
-120
lines changed

7 files changed

+507
-120
lines changed

ydb/library/yql/ast/ut/ya.make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ SRCS(
88
yql_expr_builder_ut.cpp
99
yql_expr_ut.cpp
1010
yql_type_string_ut.cpp
11+
yql_constraint_ut.cpp
1112
)
1213

1314
PEERDIR(
15+
library/cpp/yson/node
1416
)
1517

1618
END()

0 commit comments

Comments
 (0)