Merge pull request #57098 from ClickHouse/analyzer-fuzz-2

Analyzer fuzzer 2
This commit is contained in:
Alexey Milovidov 2024-06-05 16:52:41 +00:00 committed by GitHub
commit 0a67eb868e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ';