From 57696bd3e19f6c1cbbbb4cf09aed8134c42c7e6e Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 23 Jun 2022 12:59:05 +0800 Subject: [PATCH] fix case --- tests/pytest/util/constant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/util/constant.py b/tests/pytest/util/constant.py index cfbdc4ded0..eadc30d2df 100644 --- a/tests/pytest/util/constant.py +++ b/tests/pytest/util/constant.py @@ -9,6 +9,7 @@ TAOS_DATA_TYPE = [ "TIMESTAMP", # "MEDIUMBLOB", "BLOB", # add in 3.x # "DECIMAL", "NUMERIC", # add in 3.x + "JSON", # only for tag ] TAOS_NUM_TYPE = [ -- GitLab