Added tests

This commit is contained in:
Maksim Kita 2023-02-26 14:45:02 +01:00
parent 8ad016dbe6
commit 046846d087
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
{'a':1,'b':2}

View File

@ -0,0 +1,2 @@
SELECT CAST([('a', 1), ('b', 2)], 'Map(String, UInt8)');
SELECT CAST((('a', 1), ('b', 2)), 'Map(String, UInt8)'); -- { serverError TYPE_MISMATCH }