diff options
| author | YDBot <[email protected]> | 2025-10-23 18:38:13 +0000 |
|---|---|---|
| committer | YDBot <[email protected]> | 2025-10-23 18:38:13 +0000 |
| commit | 564cf7cb2255a107b4f44c18b2a1844041f20b4d (patch) | |
| tree | 6a4a60e8bde612dcc3ac7fd93fffbd36351d4e35 /yql/essentials/sql/v1/complete/sql_complete_ut.cpp | |
| parent | 89a17b25091c24744b7ebd0650b5b810457b1145 (diff) | |
| parent | a703d86902fd02bd8e373d959b2498c034657449 (diff) | |
Merge pull request #27203 from ydb-platform/merge-rightlib-251021-0051
Diffstat (limited to 'yql/essentials/sql/v1/complete/sql_complete_ut.cpp')
| -rw-r--r-- | yql/essentials/sql/v1/complete/sql_complete_ut.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/yql/essentials/sql/v1/complete/sql_complete_ut.cpp b/yql/essentials/sql/v1/complete/sql_complete_ut.cpp index cbd95b8be39..3b2897fd30b 100644 --- a/yql/essentials/sql/v1/complete/sql_complete_ut.cpp +++ b/yql/essentials/sql/v1/complete/sql_complete_ut.cpp @@ -556,6 +556,7 @@ Y_UNIT_TEST(Select) { {FunctionName, "DateTime::Split()", 1}, {TypeName, "Decimal()", 1}, {TypeName, "Dict<>", 1}, + {TypeName, "DynamicLinear<>", 1}, {Keyword, "EMPTY_ACTION"}, {Keyword, "EXISTS()", 1}, {TypeName, "Enum<>", 1}, @@ -564,6 +565,7 @@ Y_UNIT_TEST(Select) { {Keyword, "JSON_EXISTS()", 1}, {Keyword, "JSON_QUERY()", 1}, {Keyword, "JSON_VALUE()", 1}, + {TypeName, "Linear<>", 1}, {TypeName, "List<>", 1}, {Keyword, "NOT"}, {Keyword, "NULL"}, @@ -820,6 +822,7 @@ Y_UNIT_TEST(SelectWhere) { {FunctionName, "DateTime::Split()", 1}, {TypeName, "Decimal()", 1}, {TypeName, "Dict<>", 1}, + {TypeName, "DynamicLinear<>", 1}, {Keyword, "EMPTY_ACTION"}, {Keyword, "EXISTS()", 1}, {TypeName, "Enum<>", 1}, @@ -828,6 +831,7 @@ Y_UNIT_TEST(SelectWhere) { {Keyword, "JSON_EXISTS()", 1}, {Keyword, "JSON_QUERY()", 1}, {Keyword, "JSON_VALUE()", 1}, + {TypeName, "Linear<>", 1}, {TypeName, "List<>", 1}, {Keyword, "NOT"}, {Keyword, "NULL"}, @@ -915,8 +919,10 @@ Y_UNIT_TEST(TypeName) { {TypeName, "Callable<>", 1}, {TypeName, "Decimal()", 1}, {TypeName, "Dict<>", 1}, + {TypeName, "DynamicLinear<>", 1}, {TypeName, "Enum<>", 1}, {TypeName, "Flow<>", 1}, + {TypeName, "Linear<>", 1}, {TypeName, "List<>", 1}, {TypeName, "Optional<>", 1}, {TypeName, "Resource<>", 1}, |
