From d4961cec7868a7bc06044932827d3b310bd8ffe4 Mon Sep 17 00:00:00 2001 From: tomchon Date: Mon, 10 Jan 2022 16:38:11 +0800 Subject: [PATCH] modify data type of tag from tinyint to nchar --- tests/pytest/tools/taosdemoAllTest/insert-chinese-sml.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pytest/tools/taosdemoAllTest/insert-chinese-sml.json b/tests/pytest/tools/taosdemoAllTest/insert-chinese-sml.json index 6384625186..49407a76d7 100644 --- a/tests/pytest/tools/taosdemoAllTest/insert-chinese-sml.json +++ b/tests/pytest/tools/taosdemoAllTest/insert-chinese-sml.json @@ -84,7 +84,7 @@ "sample_file": "./sample.csv", "tags_file": "", "columns": [{"type": "INT"}], - "tags": [{"type": "TINYINT", "count":2}] + "tags": [{"type": "nchar", "count":2}] }, { "name": "stb5", @@ -111,7 +111,7 @@ "sample_file": "./sample.csv", "tags_file": "", "columns": [{"type": "INT"}], - "tags": [{"type": "TINYINT"}] + "tags": [{"type": "nchar"}] }] }] } -- GitLab