Merge pull request #58169 from ClickHouse/tavplubix-patch-11

Update 00165_jit_aggregate_functions.sql
This commit is contained in:
Alexey Milovidov 2023-12-23 01:55:17 +01:00 committed by GitHub
commit c91aa27668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';