Add a test

This commit is contained in:
Alexey Milovidov 2022-10-08 00:43:29 +02:00
parent 6680590abb
commit ca20358a4c

View File

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