Add a test from fuzzer

This commit is contained in:
Nikolai Kochetov 2023-11-22 12:24:21 +00:00
parent 28c89ad1c8
commit e160e834c9
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
With ba\0

View File

@ -0,0 +1,2 @@
set allow_experimental_analyzer=1;
SELECT concat('With ', materialize(_CAST('ba\0', 'LowCardinality(FixedString(3))'))) AS `concat('With ', materialize(CAST('ba\\0', 'LowCardinality(FixedString(3))')))` FROM system.one GROUP BY 'With ';