Added Negative tests

This commit is contained in:
seshWCS 2023-08-31 04:47:14 +00:00
parent a8d9b5d245
commit 5923ba0c40
6 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DROP TABLE IF EXISTS table_gcd_codec;
CREATE TABLE table_gcd_codec (str String CODEC(GCD, LZ4)) ENGINE = Memory;

View File

@ -0,0 +1,2 @@
DROP TABLE IF EXISTS table_gcd_codec;
CREATE TABLE table_gcd_codec (str UInt64 CODEC(GCD)) ENGINE = Memory;