Merge pull request #40686 from ClickHouse/model-evaluate-smoke-test

Add a smoke (fake) test for `modelEvaluate` function
This commit is contained in:
Alexey Milovidov 2022-08-27 16:52:09 +03:00 committed by GitHub
commit fef269d0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- This model does not exist:
SELECT modelEvaluate('hello', 1, 2, 3); -- { serverError 36 }