diff options
author | Hor911 <hor911@ydb.tech> | 2024-03-13 13:05:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 13:05:24 +0300 |
commit | 0cfcda259a3ad5eab4cfa6484981d510b8e7fb90 (patch) | |
tree | 86cd720e52c25f5bf810b41d43490bbf428a8fd7 | |
parent | 8be19abe9feae9649b2e0a8506866f891b33d9f4 (diff) | |
download | ydb-0cfcda259a3ad5eab4cfa6484981d510b8e7fb90.tar.gz |
Fix test builds (#2691)
-rw-r--r-- | ydb/core/fq/libs/compute/common/ut/ya.make | 4 | ||||
-rw-r--r-- | ydb/core/fq/libs/compute/common/ya.make | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ydb/core/fq/libs/compute/common/ut/ya.make b/ydb/core/fq/libs/compute/common/ut/ya.make index 536d94ff54..ae170608a8 100644 --- a/ydb/core/fq/libs/compute/common/ut/ya.make +++ b/ydb/core/fq/libs/compute/common/ut/ya.make @@ -11,6 +11,10 @@ SRCS( utils_ut.cpp ) +PEERDIR( + ydb/library/yql/public/udf/service/stub +) + YQL_LAST_ABI_VERSION() END() diff --git a/ydb/core/fq/libs/compute/common/ya.make b/ydb/core/fq/libs/compute/common/ya.make index d4a0c6ab2d..f2fc3e00a5 100644 --- a/ydb/core/fq/libs/compute/common/ya.make +++ b/ydb/core/fq/libs/compute/common/ya.make @@ -9,6 +9,7 @@ SRCS( PEERDIR( library/cpp/json/yson ydb/core/fq/libs/config/protos + ydb/core/fq/libs/control_plane_storage/internal ydb/core/fq/libs/db_id_async_resolver_impl ydb/core/fq/libs/grpc ydb/core/fq/libs/shared_resources |