Commit graph

4469 commits

Author SHA1 Message Date
54liuyao
ea9353b9fd merge 3.0 2024-02-04 16:04:23 +08:00
Haojun Liao
0fe9c05c5f
Merge pull request #24704 from taosdata/fix/3_liaohj
fix(stream): take ver snapshot for all vgroups
2024-02-01 17:07:36 +08:00
Haojun Liao
cb2ea4a721 fix(stream): take ver snapshot for all vgroups before launching stream with fill-history option opened. 2024-02-01 11:37:57 +08:00
factosea
be38b58970 fix: don't wait when tsort close 2024-01-31 16:15:30 +08:00
dapan1121
e0583cb343
Merge pull request #24661 from taosdata/fix/xsren/TD-28453/countOnNullTag
fix: count error on tag which is null
2024-01-31 09:30:28 +08:00
factosea
9c0d2e603a reset blankFill 2024-01-30 20:24:59 +08:00
Haojun Liao
556baed25d other: merge 3.0 2024-01-30 18:35:59 +08:00
factosea
5d731dc9a4 fix: use blank data flag 2024-01-30 17:34:06 +08:00
Haojun Liao
4970040459 refactor: do some internal refactor. 2024-01-30 15:22:49 +08:00
54liuyao
d7fb8db086 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023 2024-01-29 16:13:39 +08:00
factosea
b9927cce14 fix: count error on tag which is null 2024-01-29 16:04:08 +08:00
dapan1121
5cf16dea84
Merge pull request #24584 from taosdata/szhou/feat/td-28228
feat: extract rows within limit before sort to disk
2024-01-29 08:47:46 +08:00
Haojun Liao
bfbd61a02f
Merge pull request #24634 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-01-26 18:08:54 +08:00
Haojun Liao
ac08f659c3 refactor: remove invalid procedure in fill-history. 2024-01-26 16:20:43 +08:00
54liuyao
4d8fbc0396 stream count window sliding 2024-01-26 16:15:25 +08:00
54liuyao
9e86dfaee7 stream count window sliding 2024-01-26 15:56:26 +08:00
54liuyao
bc4f3d1296 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023 2024-01-26 15:55:06 +08:00
Haojun Liao
834f08a2e0
Merge pull request #24552 from taosdata/fix/3_liaohj
fix(stream): do checkpoint after fill-history task completed.
2024-01-25 16:53:11 +08:00
slzhou
57a9ac75a8 feat: remove limit reached from merge scan operator 2024-01-24 11:37:47 +08:00
slzhou
70f869ce33 fix: memory error when limit 0 2024-01-23 17:05:03 +08:00
slzhou
5c9edce538 fix: whole block error 2024-01-23 10:45:26 +08:00
54liuyao
0975e37845 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-01-23 10:07:50 +08:00
slzhou
6ca92a3d92 fix: meory leak 2024-01-23 08:41:59 +08:00
dapan1121
66c30f861f
Merge pull request #24529 from taosdata/szhou/fix/td-28350
fix: calculate interval end with new alogrithm
2024-01-23 08:41:37 +08:00
shenglian zhou
3f441bb8cf feat: extract rows within limit before sort to disk 2024-01-22 15:29:07 +08:00
slzhou
60b3ac93ab fix: fix compilation error 2024-01-22 13:11:46 +08:00
slzhou
5021d981b8 fix: fix memory leak 2024-01-22 11:23:38 +08:00
slzhou
c3c8d7b07d fix: compute scalar functions before agg in session window 2024-01-22 10:11:06 +08:00
slzhou
9e3a42af01 fix: modify test case 2024-01-21 16:15:51 +08:00
slzhou
e84d36dd39 fix: add test case 2024-01-19 22:42:10 +08:00
54liuyao
5a7d72d6ef Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-01-19 10:39:11 +08:00
dapan1121
497d07a198
Merge pull request #24482 from taosdata/szhou/fix/td-28222-2
fix: stream scan core due to table end index introduced in 1 null row…
2024-01-19 08:45:09 +08:00
slzhou
64858af92f fix: calculate interval end with new alogrithm 2024-01-18 16:30:18 +08:00
Haojun Liao
719d1d1b90 refactor: do some internal refactor. 2024-01-18 14:34:18 +08:00
54liuyao
7986951f44 use taskid of operator 2024-01-18 11:02:18 +08:00
54liuyao
1309e56a95 use strncpy 2024-01-18 11:02:04 +08:00
54liuyao
94ab74cc7f clone task id 2024-01-18 11:01:50 +08:00
slzhou
a1f7169b63 fix: remove uInfo 2024-01-18 09:52:04 +08:00
dapan1121
eed1095dc1
Merge pull request #24479 from taosdata/szhou/fix/td-28271
fix: add input ignore group to project
2024-01-18 08:49:31 +08:00
slzhou
f1fb7f5c14 fix: change num of output groups when cout empty group is needed 2024-01-18 08:43:36 +08:00
54liuyao
3bbfb26e09 stream count window 2024-01-17 14:22:19 +08:00
slzhou
449c1631ef fix: add numOfOutputGroups back when group order scan 2024-01-17 13:34:37 +08:00
slzhou
de6b559ab9 fix: remove some uage of table end index 2024-01-16 15:21:20 +08:00
slzhou
9a7ef7fa18 fix: reuse tableListGetGroupList 2024-01-16 15:08:50 +08:00
dapan1121
2fef37a5cc
Merge pull request #24315 from taosdata/fix/xsren/TD-28068/columnNodeRef2
fix: columanRefNode illegal type conversion
2024-01-16 10:08:34 +08:00
facetosea
79671d3e68 fix: internal error code 2024-01-16 10:07:46 +08:00
Haojun Liao
8f6256dfae
Merge pull request #24473 from taosdata/fix/TD-28319
set delete for session op
2024-01-16 10:02:06 +08:00
slzhou
764365047d fix: stream scan core due to table end index introduced in 1 null row for empty group 2024-01-16 09:28:45 +08:00
shenglian zhou
9c9d9dc24b fix: add input ignore group 2024-01-16 08:13:47 +08:00
54liuyao
2e543d950a set delete for session op 2024-01-15 17:36:23 +08:00