mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 17:32:32 +00:00
Merge branch 'tighten-limits-functional-tests' of github.com:ClickHouse/ClickHouse into tighten-limits-functional-tests
This commit is contained in:
commit
1594f65227
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user