Merge pull request #16453 from ClickHouse/fuzz-countEqual

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

View File

@ -0,0 +1 @@
\N

View File

@ -0,0 +1 @@
SELECT DISTINCT NULL = countEqual(materialize([arrayJoin([NULL, NULL, NULL]), NULL AS x, arrayJoin([255, 1025, NULL, NULL]), arrayJoin([2, 1048576, NULL, NULL])]), materialize(x));