mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Add test for unsupported INSERT PARTITION BY
This commit is contained in:
parent
c008eab31a
commit
d13b98d1c0
1
tests/queries/0_stateless/01944_insert_partition_by.sql
Normal file
1
tests/queries/0_stateless/01944_insert_partition_by.sql
Normal file
@ -0,0 +1 @@
|
||||
INSERT INTO TABLE FUNCTION file('foo.csv', 'CSV', 'id Int32, val Int32') PARTITION BY val VALUES (1, 1), (2, 2); -- { serverError 48 }
|
Loading…
Reference in New Issue
Block a user