File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
ydb/library/yql/public/purecalc/common Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ PEERDIR(
1111 ydb/library/yql/minikql/codegen/no_llvm
1212 ydb/library/yql/parser/pg_wrapper
1313 ydb/library/yql/parser/pg_wrapper/interface
14+ ydb/library/yql/sql/pg
1415)
1516
1617END()
Original file line number Diff line number Diff line change 1+ LIBRARY()
2+
3+ INCLUDE(../ya.make.inc)
4+
5+ END()
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ PEERDIR(
1010 ydb/library/yql/minikql/comp_nodes/llvm14
1111 ydb/library/yql/parser/pg_wrapper
1212 ydb/library/yql/parser/pg_wrapper/interface
13+ ydb/library/yql/sql/pg
1314)
1415
1516END()
Original file line number Diff line number Diff line change 2929)
3030
3131PEERDIR(
32- ydb/library/yql/sql/pg
3332 ydb/library/yql/ast
3433 ydb/library/yql/core/services
3534 ydb/library/yql/core/services/mounts
@@ -38,7 +37,6 @@ PEERDIR(
3837 ydb/library/yql/utils/log
3938 ydb/library/yql/core
4039 ydb/library/yql/core/type_ann
41- ydb/library/yql/parser/pg_wrapper
4240 ydb/library/yql/providers/common/codec
4341 ydb/library/yql/providers/common/comp_nodes
4442 ydb/library/yql/providers/common/mkql
You can’t perform that action at this time.
0 commit comments