mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix test
This commit is contained in:
parent
e4b3ae34f1
commit
5b62b89752
@ -1,5 +1,5 @@
|
||||
DROP TABLE IF EXISTS numbers_squashed;
|
||||
CREATE TABLE numbers_squashed (number UInt8) ENGINE = Memory;
|
||||
CREATE TABLE numbers_squashed (number UInt8) ENGINE = StripeLog;
|
||||
|
||||
SET min_insert_block_size_rows = 100;
|
||||
SET min_insert_block_size_bytes = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user