提交 bbcf017e 编写于 作者: C cpwu

fix case

上级 545a9f1f
......@@ -860,15 +860,9 @@ class TDTestCase:
tdSql.checkRows(1000)
# bug need fix
<<<<<<< HEAD
tdSql.query(f"select c1 ,t1, sample(c1,2) from db.stb1 partition by c1 ")
tdSql.query(f"select sample(c1,2) from db.stb1 partition by c1 ")
# tdSql.query(f"select c1 ,ind, sample(c1,2) from {dbname}.sample_db.st partition by c1 ")
=======
tdSql.query("select c1 ,t1, sample(c1,2) from db.stb1 partition by c1 ")
tdSql.query("select sample(c1,2) from db.stb1 partition by c1 ")
tdSql.query("select c1 ,ind, sample(c1,2) from sample_db.st partition by c1 ")
>>>>>>> 3.0
def run(self):
import traceback
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册