Commit graph

4468 commits

Author SHA1 Message Date
slzhou
6849ccd280 fix: pre-allocated columns has no data 2024-01-29 11:02:38 +08:00
slzhou
08c2891d50 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms/port-3 2024-01-29 10:32:36 +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
slzhou
f19e66909d fix: only deep cleanup datablock when not inmem reader 2024-01-26 17:01:08 +08:00
Haojun Liao
ac08f659c3 refactor: remove invalid procedure in fill-history. 2024-01-26 16:20:43 +08:00
slzhou
686258b26e feat: deep clean up for data blocks 2024-01-26 14:52:24 +08:00
slzhou
82871f7ee3 feat: no in mem reader and blocks are to disk 2024-01-26 14:23:34 +08:00
slzhou
c46769ef37 fix: reader can be in memory or not 2024-01-26 14:10:02 +08:00
slzhou
a06ba844ba fix: set dataload flag 2024-01-26 13:11:05 +08:00
slzhou
664647c4a4 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms/port-3 2024-01-26 11:05:59 +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
305d4a962a fix: page block and reader block for each child table input 2024-01-24 17:16:18 +08:00
slzhou
2f6a2923b7 fix: first running 2024-01-24 15:23:03 +08:00
slzhou
57a9ac75a8 feat: remove limit reached from merge scan operator 2024-01-24 11:37:47 +08:00
slzhou
4484e99e6c fix: compilation error 2024-01-24 11:13:37 +08:00
slzhou
033ebb5fa5 feat: prepare for switch between one reader and multi readers 2024-01-24 11:11:45 +08:00
slzhou
622dd10b19 feat: add operator next function 2024-01-24 10:21:17 +08:00
slzhou
3f2b469b5e feat: refactor code 2024-01-24 09:12:27 +08:00
slzhou
174673470d fix: linux compilation 2024-01-23 17:12:53 +08:00
slzhou
70f869ce33 fix: memory error when limit 0 2024-01-23 17:05:03 +08:00
shenglian zhou
dd70c63dfe feat: table merge scan with one less disk usage 2024-01-23 16:34:14 +08:00
slzhou
5c9edce538 fix: whole block error 2024-01-23 10:45:26 +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
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
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
fullhonest
cb2ab749b5 Fix TD-27003: use last row scan when select last_row, last 2024-01-15 15:22:29 +08:00