Merge pull request #16452 from ClickHouse/fuzz-cast

Add a test for #13342
This commit is contained in:
alexey-milovidov 2020-10-28 09:26:19 +03:00 committed by GitHub
commit 0cb377da6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View 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 }