Added test from #13829

This commit is contained in:
Nikolai Kochetov 2020-09-10 19:04:53 +03:00
parent a6c9dd0465
commit 964c18241c
2 changed files with 1 additions and 0 deletions

View File

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