aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Udovichenko <rvu@ydb.tech>2024-10-16 15:06:35 +0300
committerGitHub <noreply@github.com>2024-10-16 15:06:35 +0300
commit30ebe5357bb143648c6be4d151ecd4944af81ada (patch)
treeecbdbfcd82df8f9870bc191fb60ed7a100821b5d
parent0be743eaaabd4c43b7ebc508a4e00df9ac4bb1e9 (diff)
downloadydb-30ebe5357bb143648c6be4d151ecd4944af81ada.tar.gz
[dq] Add missing peerdir (#10496)
-rw-r--r--ydb/library/yql/dq/actors/common/ut/ya.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/library/yql/dq/actors/common/ut/ya.make b/ydb/library/yql/dq/actors/common/ut/ya.make
index 03bb7301b5..bdc87264c3 100644
--- a/ydb/library/yql/dq/actors/common/ut/ya.make
+++ b/ydb/library/yql/dq/actors/common/ut/ya.make
@@ -8,6 +8,7 @@ PEERDIR(
library/cpp/testing/unittest
ydb/core/testlib/actors
ydb/core/testlib
+ ydb/library/yql/sql/pg_dummy
)
YQL_LAST_ABI_VERSION()