Skip to content

Commit 6e67eb5

Browse files
authored
Yq 3724 Move no_pg_wrapper to fq (#10360)
1 parent 942b770 commit 6e67eb5

File tree

46 files changed

+55
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+55
-6
lines changed

ydb/core/engine/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ PEERDIR(
2121
ydb/core/tablet_flat/test/libs/table
2222
ydb/library/mkql_proto/ut/helpers
2323
ydb/library/yql/public/udf/service/exception_policy
24+
ydb/library/yql/sql/pg_dummy
2425
)
2526

2627
YQL_LAST_ABI_VERSION()

ydb/core/external_sources/hive_metastore/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ PEERDIR(
6666
ydb/core/testlib/basics
6767
ydb/library/yql/minikql/comp_nodes
6868
ydb/library/yql/minikql/comp_nodes/llvm14
69+
ydb/library/yql/sql/pg_dummy
6970
)
7071

7172
DEPENDS(

ydb/core/fq/libs/common/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ SRCS(
1414
)
1515

1616
PEERDIR(
17+
ydb/library/yql/sql/pg_dummy
1718
ydb/core/testlib
1819
)
1920

ydb/core/fq/libs/result_formatter/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SRCS(
1111
)
1212

1313
PEERDIR(
14+
ydb/library/yql/sql/pg_dummy
1415
ydb/core/testlib
1516
)
1617

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
LIBRARY()
2+
3+
INCLUDE(../../../../../library/yql/public/purecalc/common/ya.make.inc)
4+
5+
END()

ydb/core/fq/libs/row_dispatcher/ut/ya.make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ PEERDIR(
1919
ydb/library/yql/udfs/common/json2
2020
ydb/library/yql/udfs/common/yson2
2121
ydb/tests/fq/pq_async_io
22+
ydb/library/yql/sql/pg_dummy
23+
ydb/library/yql/udfs/common/clickhouse/client
2224
)
2325

2426
SIZE(MEDIUM)

ydb/core/fq/libs/row_dispatcher/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PEERDIR(
2626
ydb/library/yql/dq/actors/compute
2727
ydb/library/yql/dq/proto
2828
ydb/library/yql/providers/pq/provider
29-
ydb/library/yql/public/purecalc/common
29+
ydb/core/fq/libs/row_dispatcher/purecalc_no_pg_wrapper
3030
ydb/public/sdk/cpp/client/ydb_scheme
3131
ydb/public/sdk/cpp/client/ydb_table
3232
)

ydb/core/http_proxy/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PEERDIR(
1818
ydb/library/persqueue/tests
1919
ydb/library/testlib/service_mocks
2020
ydb/library/yql/public/udf/service/exception_policy
21+
ydb/library/yql/sql/pg_dummy
2122
ydb/public/sdk/cpp/client/ydb_discovery
2223
ydb/public/sdk/cpp/client/ydb_types
2324
ydb/services/datastreams

ydb/core/kqp/executer_actor/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PEERDIR(
1717
ydb/core/kqp/ut/common
1818
ydb/public/sdk/cpp/client/ydb_proto
1919
ydb/library/yql/providers/common/http_gateway
20+
ydb/library/yql/sql/pg_dummy
2021
)
2122

2223
YQL_LAST_ABI_VERSION()

ydb/core/kqp/provider/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SRCS(
99
PEERDIR(
1010
ydb/core/client/minikql_result_lib
1111
ydb/core/kqp/ut/common
12+
ydb/library/yql/sql/pg_dummy
1213
library/cpp/testing/gmock_in_unittest
1314
)
1415

0 commit comments

Comments
 (0)