mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #58169 from ClickHouse/tavplubix-patch-11
Update 00165_jit_aggregate_functions.sql
This commit is contained in:
commit
c91aa27668
@ -1,5 +1,6 @@
|
||||
SET compile_aggregate_expressions = 1;
|
||||
SET min_count_to_compile_aggregate_expression = 0;
|
||||
SET max_bytes_before_external_group_by='200M'; -- might be randomized to 1 leading to timeout
|
||||
|
||||
SELECT 'Aggregation using JIT compilation';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user