mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Added a test from Konstantin Podshumok #9068
This commit is contained in:
parent
1c997dcb7c
commit
561702c264
@ -0,0 +1,9 @@
|
|||||||
|
CREATE DICTIONARY testip
|
||||||
|
(
|
||||||
|
`network` String,
|
||||||
|
`test_field` String
|
||||||
|
)
|
||||||
|
PRIMARY KEY network
|
||||||
|
SOURCE(FILE(PATH '/tmp/test.csv' FORMAT CSVWithNames))
|
||||||
|
LIFETIME(MIN 0 MAX 300)
|
||||||
|
LAYOUT(IPTRIE()); -- { serverError 137 }
|
Loading…
Reference in New Issue
Block a user