From 7fed6fd6b76b0fbf850ccc8fd4d67b00e65265be Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 25 Nov 2021 11:02:51 +0800 Subject: [PATCH] [TS-426] can not ignore null using group by keywords --- tests/script/general/parser/col_arithmetic_query.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/general/parser/col_arithmetic_query.sim b/tests/script/general/parser/col_arithmetic_query.sim index 1ce391098d..9b0dc8e964 100644 --- a/tests/script/general/parser/col_arithmetic_query.sim +++ b/tests/script/general/parser/col_arithmetic_query.sim @@ -565,7 +565,7 @@ if $rows != 11 then return -1 endi -if $data00 != 0.002160000 then +if $data00 != -0.002160000 then return -1 endi -- GitLab