From 702a7f1d99c219919a8025a462de6ca0b681290f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chappyguoxy=E2=80=9D?= <“happy_guoxy@163.com”> Date: Thu, 16 Nov 2023 09:34:06 +0800 Subject: [PATCH] test: add insert stable data and to_char\to_timestamp cases --- tests/system-test/2-query/nestedQueryInterval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/2-query/nestedQueryInterval.py b/tests/system-test/2-query/nestedQueryInterval.py index 870a800e49..e937774c4c 100644 --- a/tests/system-test/2-query/nestedQueryInterval.py +++ b/tests/system-test/2-query/nestedQueryInterval.py @@ -1449,7 +1449,7 @@ class TDTestCase: tdSql.checkData(0, 0, 1); #test csv - sql1 = "select tbname,ts,q_int,q_binary from nested.stable_1 group by tbname>>'%s/stable_1.csv';" %self.testcasePath + sql1 = "select tbname,ts,q_int,q_binary from nested.stable_1 >>'%s/stable_1.csv';" %self.testcasePath sql2 = "select tbname,ts,q_int,q_binary from nested.stable_null_data >>%s/stable_null_data.csv;" %self.testcasePath sql3 = "select tbname,ts,q_int,q_binary from nested.stable_null_childtable >>%s/stable_null_childtable.csv;" %self.testcasePath