diff options
author | aneporada <aneporada@yandex-team.ru> | 2022-04-15 22:15:58 +0300 |
---|---|---|
committer | aneporada <aneporada@yandex-team.ru> | 2022-04-15 22:15:58 +0300 |
commit | ba6908e557e7aac24ddb0c64c419a73fcd02b065 (patch) | |
tree | fd5734b140a93da895f5a57bebd7289d6b112806 /CMakeLists.darwin.txt | |
parent | b2b8de41516be3dfa5e1cdf5c14164e0aa914930 (diff) | |
download | ydb-ba6908e557e7aac24ddb0c64c419a73fcd02b065.tar.gz |
[YQL-14290] SQL hints support
ref:86f5c696f57887fa1a88b31b3da88b2f82d7b87b
Diffstat (limited to 'CMakeLists.darwin.txt')
-rw-r--r-- | CMakeLists.darwin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.darwin.txt b/CMakeLists.darwin.txt index 4bf86abce7..fb70403c04 100644 --- a/CMakeLists.darwin.txt +++ b/CMakeLists.darwin.txt @@ -1201,6 +1201,7 @@ add_subdirectory(ydb/library/yql/dq/actors/compute/ut) add_subdirectory(ydb/library/yql/dq/runtime/ut) add_subdirectory(ydb/library/yql/dq/state/ut) add_subdirectory(ydb/library/yql/parser/pg_catalog/ut) +add_subdirectory(ydb/library/yql/parser/lexer_common/ut) add_subdirectory(ydb/library/yql/providers/common/schema) add_subdirectory(ydb/library/yql/providers/common/schema/skiff) add_subdirectory(ydb/library/yql/providers/function/provider) |