mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Increase max_bytes_before_external_group_by for 00165_jit_aggregate_functions
This commit is contained in:
parent
0791c75315
commit
9069477871
@ -1,6 +1,8 @@
|
|||||||
SET compile_aggregate_expressions = 1;
|
SET compile_aggregate_expressions = 1;
|
||||||
SET min_count_to_compile_aggregate_expression = 0;
|
SET min_count_to_compile_aggregate_expression = 0;
|
||||||
SET max_bytes_before_external_group_by='200M'; -- might be randomized to 1 leading to timeout
|
-- The test uses many aggregations. A low max_bytes_before_external_group_by value will lead to high disk usage
|
||||||
|
-- which in CI leads to timeouts
|
||||||
|
SET max_bytes_before_external_group_by=0;
|
||||||
|
|
||||||
SELECT 'Aggregation using JIT compilation';
|
SELECT 'Aggregation using JIT compilation';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user