From 258478aeaa4531898125770bd636dbc836be2707 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Wed, 29 Sep 2021 14:13:48 +0800 Subject: [PATCH] TD-6129 add tag?'key' in where logic --- tests/pytest/stable/json_tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/stable/json_tag.py b/tests/pytest/stable/json_tag.py index 3ed4f20e02..ff85ba26c4 100644 --- a/tests/pytest/stable/json_tag.py +++ b/tests/pytest/stable/json_tag.py @@ -70,7 +70,7 @@ class TDTestCase: tdSql.checkData(0, 0, 34) tdSql.query("select jtag->'location' from db_json_tag_test.jsons1") - tdSql.checkRows(3) + tdSql.checkRows(4) tdSql.query("select jtag from db_json_tag_test.jsons1_1") tdSql.checkRows(1) -- GitLab