Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
6c20a331
T
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22016
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
6c20a331
编写于
6月 08, 2023
作者:
D
dapan1121
提交者:
GitHub
6月 08, 2023
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #21547 from taosdata/fix/TD-24507
fix: fix multiple diffs output less lines if null values involved
上级
51efcf9e
5fe82cbd
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
100 addition
and
8 deletion
+100
-8
source/libs/function/src/builtinsimpl.c
source/libs/function/src/builtinsimpl.c
+1
-1
tests/parallel_test/cases.task
tests/parallel_test/cases.task
+4
-4
tests/script/tsim/parser/projection_limit_offset.sim
tests/script/tsim/parser/projection_limit_offset.sim
+2
-2
tests/system-test/2-query/diff.py
tests/system-test/2-query/diff.py
+92
-0
tests/system-test/2-query/max_partition.py
tests/system-test/2-query/max_partition.py
+1
-1
未找到文件。
source/libs/function/src/builtinsimpl.c
浏览文件 @
6c20a331
...
...
@@ -2660,7 +2660,7 @@ bool diffFunctionSetup(SqlFunctionCtx* pCtx, SResultRowEntryInfo* pResInfo) {
}
else
{
pDiffInfo
->
ignoreNegative
=
false
;
}
pDiffInfo
->
includeNull
=
fals
e
;
pDiffInfo
->
includeNull
=
tru
e
;
pDiffInfo
->
firstOutput
=
false
;
return
true
;
}
...
...
tests/parallel_test/cases.task
浏览文件 @
6c20a331
...
...
@@ -817,7 +817,7 @@
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py
#
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tagFilter.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts_3398.py -N 3 -n 3
...
...
@@ -930,7 +930,7 @@
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 2
#
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 2
...
...
@@ -1025,7 +1025,7 @@
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 3
#
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 3
...
...
@@ -1121,7 +1121,7 @@
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 4
#
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 4
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 4
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 4
...
...
tests/script/tsim/parser/projection_limit_offset.sim
浏览文件 @
6c20a331
...
...
@@ -380,10 +380,10 @@ if $row != 8 then
endi
sql select diff(k) from tm0
if $row !=
3
then
if $row !=
4
then
return -1
endi
if $data20 !=
-1
then
if $data20 !=
NULL
then
return -1
endi
...
...
tests/system-test/2-query/diff.py
浏览文件 @
6c20a331
...
...
@@ -52,6 +52,95 @@ class TDTestCase:
tdSql
.
checkData
(
0
,
0
,
None
)
tdSql
.
checkData
(
1
,
0
,
None
)
# handle null values
tdSql
.
execute
(
f
"create table
{
dbname
}
.ntb_null(ts timestamp,c1 int,c2 double,c3 float,c4 bool)"
)
tdSql
.
execute
(
f
"insert into
{
dbname
}
.ntb_null values(now, 1, 1.0, NULL, NULL)"
)
tdSql
.
execute
(
f
"insert into
{
dbname
}
.ntb_null values(now, NULL, 2.0, 2.0, NULL)"
)
tdSql
.
execute
(
f
"insert into
{
dbname
}
.ntb_null values(now, 2, NULL, NULL, false)"
)
tdSql
.
execute
(
f
"insert into
{
dbname
}
.ntb_null values(now, NULL, 1.0, 1.0, NULL)"
)
tdSql
.
execute
(
f
"insert into
{
dbname
}
.ntb_null values(now, NULL, 3.0, NULL, true)"
)
tdSql
.
execute
(
f
"insert into
{
dbname
}
.ntb_null values(now, 3, NULL, 3.0, NULL)"
)
tdSql
.
execute
(
f
"insert into
{
dbname
}
.ntb_null values(now, 1, NULL, NULL, true)"
)
tdSql
.
query
(
f
"select diff(c1) from
{
dbname
}
.ntb_null"
)
tdSql
.
checkRows
(
6
)
tdSql
.
checkData
(
0
,
0
,
None
)
tdSql
.
checkData
(
1
,
0
,
1
)
tdSql
.
checkData
(
2
,
0
,
None
)
tdSql
.
checkData
(
3
,
0
,
None
)
tdSql
.
checkData
(
4
,
0
,
1
)
tdSql
.
checkData
(
5
,
0
,
-
2
)
tdSql
.
query
(
f
"select diff(c2) from
{
dbname
}
.ntb_null"
)
tdSql
.
checkRows
(
6
)
tdSql
.
checkData
(
0
,
0
,
1
)
tdSql
.
checkData
(
1
,
0
,
None
)
tdSql
.
checkData
(
2
,
0
,
-
1
)
tdSql
.
checkData
(
3
,
0
,
2
)
tdSql
.
checkData
(
4
,
0
,
None
)
tdSql
.
checkData
(
5
,
0
,
None
)
tdSql
.
query
(
f
"select diff(c3) from
{
dbname
}
.ntb_null"
)
tdSql
.
checkRows
(
6
)
tdSql
.
checkData
(
0
,
0
,
None
)
tdSql
.
checkData
(
1
,
0
,
None
)
tdSql
.
checkData
(
2
,
0
,
-
1
)
tdSql
.
checkData
(
3
,
0
,
None
)
tdSql
.
checkData
(
4
,
0
,
2
)
tdSql
.
checkData
(
5
,
0
,
None
)
tdSql
.
query
(
f
"select diff(c4) from
{
dbname
}
.ntb_null"
)
tdSql
.
checkRows
(
6
)
tdSql
.
checkData
(
0
,
0
,
None
)
tdSql
.
checkData
(
1
,
0
,
None
)
tdSql
.
checkData
(
2
,
0
,
None
)
tdSql
.
checkData
(
3
,
0
,
1
)
tdSql
.
checkData
(
4
,
0
,
None
)
tdSql
.
checkData
(
5
,
0
,
0
)
tdSql
.
query
(
f
"select diff(c1),diff(c2),diff(c3),diff(c4) from
{
dbname
}
.ntb_null"
)
tdSql
.
checkRows
(
6
)
tdSql
.
checkData
(
0
,
0
,
None
)
tdSql
.
checkData
(
1
,
0
,
1
)
tdSql
.
checkData
(
2
,
0
,
None
)
tdSql
.
checkData
(
3
,
0
,
None
)
tdSql
.
checkData
(
4
,
0
,
1
)
tdSql
.
checkData
(
5
,
0
,
-
2
)
tdSql
.
checkData
(
0
,
1
,
1
)
tdSql
.
checkData
(
1
,
1
,
None
)
tdSql
.
checkData
(
2
,
1
,
-
1
)
tdSql
.
checkData
(
3
,
1
,
2
)
tdSql
.
checkData
(
4
,
1
,
None
)
tdSql
.
checkData
(
5
,
1
,
None
)
tdSql
.
checkData
(
0
,
2
,
None
)
tdSql
.
checkData
(
1
,
2
,
None
)
tdSql
.
checkData
(
2
,
2
,
-
1
)
tdSql
.
checkData
(
3
,
2
,
None
)
tdSql
.
checkData
(
4
,
2
,
2
)
tdSql
.
checkData
(
5
,
2
,
None
)
tdSql
.
checkData
(
0
,
3
,
None
)
tdSql
.
checkData
(
1
,
3
,
None
)
tdSql
.
checkData
(
2
,
3
,
None
)
tdSql
.
checkData
(
3
,
3
,
1
)
tdSql
.
checkData
(
4
,
3
,
None
)
tdSql
.
checkData
(
5
,
3
,
0
)
tdSql
.
query
(
f
"select diff(c1),diff(c2),diff(c3),diff(c4) from
{
dbname
}
.ntb_null where c1 is not null"
)
tdSql
.
checkRows
(
3
)
tdSql
.
checkData
(
0
,
0
,
1
)
tdSql
.
checkData
(
1
,
0
,
1
)
tdSql
.
checkData
(
2
,
0
,
-
2
)
tdSql
.
checkData
(
0
,
1
,
None
)
tdSql
.
checkData
(
1
,
1
,
None
)
tdSql
.
checkData
(
2
,
1
,
None
)
tdSql
.
checkData
(
0
,
2
,
None
)
tdSql
.
checkData
(
1
,
2
,
None
)
tdSql
.
checkData
(
2
,
2
,
None
)
tdSql
.
checkData
(
0
,
3
,
None
)
tdSql
.
checkData
(
1
,
3
,
None
)
tdSql
.
checkData
(
2
,
3
,
1
)
tdSql
.
execute
(
f
'''create table
{
dbname
}
.stb(ts timestamp, col1 tinyint, col2 smallint, col3 int, col4 bigint, col5 float, col6 double,
col7 bool, col8 binary(20), col9 nchar(20), col11 tinyint unsigned, col12 smallint unsigned, col13 int unsigned, col14 bigint unsigned) tags(loc nchar(20))'''
)
tdSql
.
execute
(
f
"create table
{
dbname
}
.stb_1 using
{
dbname
}
.stb tags('beijing')"
)
...
...
@@ -103,6 +192,9 @@ class TDTestCase:
tdSql
.
error
(
f
"select diff(col1,1.23) from
{
dbname
}
.stb_1"
)
tdSql
.
error
(
f
"select diff(col1,-1) from
{
dbname
}
.stb_1"
)
tdSql
.
query
(
f
"select ts,diff(col1),ts from
{
dbname
}
.stb_1"
)
tdSql
.
error
(
f
"select diff(col1, 1),diff(col2) from
{
dbname
}
.stb_1"
)
tdSql
.
error
(
f
"select diff(col1, 1),diff(col2, 0) from
{
dbname
}
.stb_1"
)
tdSql
.
error
(
f
"select diff(col1, 1),diff(col2, 1) from
{
dbname
}
.stb_1"
)
tdSql
.
query
(
f
"select diff(ts) from
{
dbname
}
.stb_1"
)
tdSql
.
checkRows
(
10
)
...
...
tests/system-test/2-query/max_partition.py
浏览文件 @
6c20a331
...
...
@@ -172,7 +172,7 @@ class TDTestCase:
tdSql
.
checkRows
(
90
)
tdSql
.
query
(
f
"select c1 , diff(c1 , 0) from
{
dbname
}
.stb partition by c1"
)
tdSql
.
checkRows
(
9
0
)
tdSql
.
checkRows
(
14
0
)
tdSql
.
query
(
f
"select c1 , csum(c1) from
{
dbname
}
.stb partition by c1"
)
tdSql
.
checkRows
(
100
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录