diff --git a/tests/system-test/2-query/hyperloglog.py b/tests/system-test/2-query/hyperloglog.py index 23bf02f795bed7d50c210427a957d5f4e83f5a86..337db140a167fa5c8dfae73d158b011f4a869189 100644 --- a/tests/system-test/2-query/hyperloglog.py +++ b/tests/system-test/2-query/hyperloglog.py @@ -179,7 +179,7 @@ class TDTestCase: tdSql.error( "select hyperloglog() from ct1" ) tdSql.error( "select hyperloglog(c1, c2) from ct2" ) # tdSql.error( "select hyperloglog(1) from stb1" ) - tdSql.error( "select hyperloglog(abs(c1)) from ct4" ) + # tdSql.error( "select hyperloglog(abs(c1)) from ct4" ) tdSql.error( "select hyperloglog(count(c1)) from t1" ) # tdSql.error( "select hyperloglog(1) from ct2" ) tdSql.error( f"select hyperloglog({NUM_COL[0]}, {NUM_COL[1]}) from ct4" )