From fa6eae93c3dd9101cf3988ff06c1101351f96fca Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Wed, 29 Sep 2021 11:02:51 +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 9bafdb6556..888fd58732 100644 --- a/tests/pytest/stable/json_tag.py +++ b/tests/pytest/stable/json_tag.py @@ -53,7 +53,7 @@ class TDTestCase: tdLog.info("select table") tdSql.query("select * from db_json_tag_test.jsons1") - tdSql.checkRows(1) + tdSql.checkRows(2) tdSql.error("select * from db_json_tag_test.jsons1 where jtag->'location'=4") -- GitLab