This commit is contained in:
cpwu 2022-08-17 16:16:36 +08:00
parent 545a9f1f76
commit bbcf017e5c
1 changed files with 0 additions and 6 deletions

View File

@ -860,15 +860,9 @@ class TDTestCase:
tdSql.checkRows(1000) tdSql.checkRows(1000)
# bug need fix # 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 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 sample(c1,2) from db.stb1 partition by c1 ")
tdSql.query("select c1 ,ind, sample(c1,2) from sample_db.st partition by c1 ") tdSql.query("select c1 ,ind, sample(c1,2) from sample_db.st partition by c1 ")
>>>>>>> 3.0
def run(self): def run(self):
import traceback import traceback