mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fixed test [#METR-21877].
This commit is contained in:
parent
c2929666fd
commit
f8243864a2
@ -3,6 +3,7 @@ CREATE TABLE test.numbers_squashed (number UInt8) ENGINE = Memory;
|
||||
|
||||
SET min_insert_block_size_rows = 100;
|
||||
SET min_insert_block_size_bytes = 0;
|
||||
SET max_threads = 1;
|
||||
|
||||
INSERT INTO test.numbers_squashed
|
||||
SELECT arrayJoin(range(10)) AS number
|
||||
|
Loading…
Reference in New Issue
Block a user