Added a test from Konstantin Podshumok #9068

This commit is contained in:
Alexey Milovidov 2020-04-22 01:20:05 +03:00
parent 1c997dcb7c
commit 561702c264
2 changed files with 9 additions and 0 deletions

View File

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