mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #16452 from ClickHouse/fuzz-cast
Add a test for #13342
This commit is contained in:
commit
0cb377da6e
0
tests/queries/0_stateless/01536_fuzz_cast.reference
Normal file
0
tests/queries/0_stateless/01536_fuzz_cast.reference
Normal file
1
tests/queries/0_stateless/01536_fuzz_cast.sql
Normal file
1
tests/queries/0_stateless/01536_fuzz_cast.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT CAST(arrayJoin([NULL, '', '', NULL, '', NULL, '01.02.2017 03:04\005GMT', '', NULL, '01/02/2017 03:04:05 MSK01/02/\0017 03:04:05 MSK', '', NULL, '03/04/201903/04/201903/04/\001903/04/2019']), 'Enum8(\'a\' = 1, \'b\' = 2)') AS x; -- { serverError 349 }
|
Loading…
Reference in New Issue
Block a user