mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test [#METR-21691].
This commit is contained in:
parent
b408afa74f
commit
85bbc44a61
1
dbms/tests/queries/0_stateless/00337_any_heavy.reference
Normal file
1
dbms/tests/queries/0_stateless/00337_any_heavy.reference
Normal file
@ -0,0 +1 @@
|
||||
999
|
1
dbms/tests/queries/0_stateless/00337_any_heavy.sql
Normal file
1
dbms/tests/queries/0_stateless/00337_any_heavy.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT anyHeavy(x) FROM (SELECT intHash64(number) % 100 < 60 ? 999 : number AS x FROM system.numbers LIMIT 100000);
|
Loading…
Reference in New Issue
Block a user