Skip to content

Commit

Permalink
Add GLOBAL for udf service files (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvu1024 authored Jan 18, 2024
1 parent 21bfb72 commit dc73153
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions ydb/library/yql/core/spilling/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ SRCS(
PEERDIR(
ydb/library/yql/public/udf
ydb/library/yql/public/udf/service/exception_policy
ydb/library/yql/sql/pg_dummy
)

YQL_LAST_ABI_VERSION()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LIBRARY()
PROVIDES(YqlServicePolicy)

SRCS(
udf_service.cpp
GLOBAL udf_service.cpp
)

PEERDIR(
Expand Down
2 changes: 1 addition & 1 deletion ydb/library/yql/public/udf/service/stub/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LIBRARY()
PROVIDES(YqlServicePolicy)

SRCS(
udf_service.cpp
GLOBAL udf_service.cpp
)

PEERDIR(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LIBRARY()
PROVIDES(YqlServicePolicy)

SRCS(
udf_service.cpp
GLOBAL udf_service.cpp
)

PEERDIR(
Expand Down

0 comments on commit dc73153

Please sign in to comment.