Fix the test

This commit is contained in:
Alexey Milovidov 2023-07-23 20:57:16 +02:00
parent 49f4ef6ffb
commit e21a4c4c9a
2 changed files with 3 additions and 5 deletions

View File

@ -238,10 +238,6 @@ defaultValueOfArgumentType
defaultValueOfTypeName
degrees
demangle
detectCharset
detectLanguageUnknown
detectProgrammingLanguage
detectTonality
divide
dotProduct
dumpColumnStructure

View File

@ -15,5 +15,7 @@ AND name NOT IN (
'h3ToGeoBoundary', 'h3ToParent', 'h3ToString', 'h3UnidirectionalEdgeIsValid', 'h3kRing', 'stringToH3',
'geoToS2', 's2CapContains', 's2CapUnion', 's2CellsIntersect', 's2GetNeighbors', 's2RectAdd', 's2RectContains', 's2RectIntersection', 's2RectUnion', 's2ToGeo',
'normalizeUTF8NFC', 'normalizeUTF8NFD', 'normalizeUTF8NFKC', 'normalizeUTF8NFKD',
'lemmatize', 'tokenize', 'stem', 'synonyms' -- these functions are not enabled in fast test
'lemmatize', 'tokenize', 'stem', 'synonyms',
'detectCharset', 'detectLanguageUnknown', 'detectProgrammingLanguage', 'detectTonality'
-- these functions are not enabled in fast test
) ORDER BY name;