Merge branch 'tighten-limits-functional-tests' of github.com:ClickHouse/ClickHouse into tighten-limits-functional-tests

This commit is contained in:
Alexey Milovidov 2024-07-27 10:40:43 +02:00
commit 1594f65227

View File

@ -1,4 +1,4 @@
set allow_suspicious_low_cardinality_types = 1, max_rows_to_read = '21M';
set allow_suspicious_low_cardinality_types = 1, max_rows_to_read = '31M';
drop table if exists perf_lc_num;
CREATE TABLE perf_lc_num( num UInt8, arr Array(LowCardinality(Int64)) default [num] ) ENGINE = TinyLog;