Fixed test [#METR-21877].

This commit is contained in:
Alexey Milovidov 2016-07-07 08:13:08 +03:00
parent c2929666fd
commit f8243864a2

View File

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