Merge pull request #14713 from ClickHouse/add-test-with-crahs-in-array-join

Added test from #13829
This commit is contained in:
alexey-milovidov 2020-09-10 23:57:02 +03:00 committed by GitHub
commit 87b3984d17
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 NULL = countEqual(materialize([arrayJoin([NULL, NULL, NULL]), NULL AS x, arrayJoin([255, 1025, NULL, NULL]), arrayJoin([2, 1048576, NULL, NULL])]), materialize(x)) format Null;