mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
Added tests
This commit is contained in:
parent
8ad016dbe6
commit
046846d087
@ -0,0 +1 @@
|
||||
{'a':1,'b':2}
|
2
tests/queries/0_stateless/02670_map_literal_cast.sql
Normal file
2
tests/queries/0_stateless/02670_map_literal_cast.sql
Normal 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 }
|
Loading…
Reference in New Issue
Block a user