Added a test

This commit is contained in:
Alexey Milovidov 2020-07-09 03:27:49 +03:00
parent 4b8c827f84
commit bb18ce9341
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CREATE TABLE delta_codec_synthetic (`id` UInt64 NULL CODEC(Delta, ZSTD(22))) ENGINE = MergeTree() ORDER BY tuple(); -- { serverError 36 }
CREATE TABLE delta_codec_synthetic (`id` UInt64 NULL CODEC(DoubleDelta, ZSTD(22))) ENGINE = MergeTree() ORDER BY tuple(); -- { serverError 36 }