mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Add a test for already fixed issue
This commit is contained in:
parent
3a1ec56486
commit
0f06b9631b
1
tests/queries/0_stateless/01632_group_array_msan.sql
Normal file
1
tests/queries/0_stateless/01632_group_array_msan.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT groupArrayMerge(1048577)(y * 1048576) FROM (SELECT groupArrayState(9223372036854775807)(x) AS y FROM (SELECT 1048576 AS x)) FORMAT Null;
|
Loading…
Reference in New Issue
Block a user