mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Add a test
This commit is contained in:
parent
6680590abb
commit
ca20358a4c
@ -1,5 +1,3 @@
|
||||
-- Check that max_parts_to_throw_insert limit work
|
||||
|
||||
DROP TABLE IF EXISTS test;
|
||||
CREATE TABLE test (x UInt64, s String) ENGINE = MergeTree ORDER BY tuple() SETTINGS parts_to_throw_insert = 3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user