Commit graph

41598 commits

Author SHA1 Message Date
Haojun Liao
5e3c15e82f
fix(gpt): return clear error message (#32459) 2025-08-06 16:41:41 +08:00
Simon Guan
6acf74b4dc
Merge pull request #32470 from taosdata/merge/3.3.6tomain
merge: from 3.3.6 to main branch
2025-08-06 16:32:36 +08:00
Mario Peng
769b7ad805
feat(stmt):support update sql add more cases (#32469) 2025-08-06 15:53:54 +08:00
Simon Guan
22275293bd Merge branch '3.3.6' into merge/3.3.6tomain 2025-08-06 14:10:13 +08:00
Tony Zhang
56ae04ceed
fix: wildcards pattern match bug in like clause (#32404)
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-08-06 13:49:06 +08:00
xinsheng Ren
5eef3b8fed
fix: datainserter supports concurrent writing to the same group (#32384) 2025-08-06 13:40:54 +08:00
Jing Sima
c7f28066bb
fix: [TD-37190]: disable ignore_nodata_trigger when window type is not interval/sliding or period. (#32405) 2025-08-06 09:23:29 +08:00
WANG MINGMING
bc364841bb
fix(tmq): [TD-37063] array capacity is too large (#32445) 2025-08-06 09:19:41 +08:00
Simon Guan
f9f90137b0 Merge branch '3.3.6' into merge/3.3.6tomain 2025-08-04 10:42:31 +08:00
kailixu
09110e5cdf fix: update dnode state from offline to online 2025-08-01 10:21:29 +08:00
kailixu
d3ff5348ad fix: update dnode state from offline to online 2025-08-01 10:20:09 +08:00
Simon Guan
fe1658b79c
merge: from 3.3.6 to main branch (#32389)
* enh: grant support for data source ORC (#32378)

* fix: wrong col_id in ins_columns (#32358)

* test: remove un checked case (#32388)

* fix(parser): subquery use last_row can't found the colname (#32353)

* add col_id info in ins_columns

* fix: test case

---------

Co-authored-by: Kaili Xu <klxu@taosdata.com>
Co-authored-by: Tony Zhang <34825804+Tony2h@users.noreply.github.com>
Co-authored-by: hongzhenliu <wluckyjob@gmail.com>
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-08-01 10:04:15 +08:00
Haojun Liao
bf2b65d9b5
fix(gpt): support scalar operation in forecast function. (#32409) 2025-07-31 17:27:34 +08:00
Hongze Cheng
275c98a73c
fix: wrong table number statistics 2025-07-31 15:49:45 +08:00
Hongze Cheng
cbadf47e5e
fix: wrong table number statistics (#32391) 2025-07-31 15:48:24 +08:00
dongming chen
1dd958c7f2
enh(TD-36909: adjust sync timer routine log (#32098) 2025-07-31 15:39:46 +08:00
dongming chen
45adfefa5d
enh(TD-36909: adjust sync timer routine log 2025-07-31 15:39:26 +08:00
Jing Sima
e669dc2be0
test: [TS-6100] Reopen stream ut (#32396) 2025-07-31 11:30:50 +08:00
Mario Peng
c8081254dd
feat(stmt):add update syntax support for stmt1 (#32367) 2025-07-31 09:21:19 +08:00
Jing Sima
82eb54b33b
test: [TS-6100] Reopen UTs (#32363) 2025-07-30 15:11:10 +08:00
hongzhenliu
e24405806d
fix(parser): subquery use last_row can't found the colname (#32353) 2025-07-30 14:38:22 +08:00
Yihao Deng
c4a303e09c
fix: failed to write blob data using STMT2 in inefficient mode (#32365) 2025-07-30 14:36:08 +08:00
Tony Zhang
cc68ac81a1
fix: wrong col_id in ins_columns (#32358) 2025-07-30 14:14:29 +08:00
Simon Guan
a75f50a2a4 Merge branch 'main' into feat/TS-6100-3.0 2025-07-30 09:05:32 +08:00
WANG MINGMING
694da6eb6e
Merge pull request #32362 from taosdata/feat/TS-6100-3.0-ming
Feat/ts 6100 3.0 ming
2025-07-29 18:04:23 +08:00
Jing Sima
a163744ab0 fix: [TD-37133] Forbid use %%trows multi times in union query. 2025-07-29 17:51:18 +08:00
wangmm0220
e69beb1378 fix(stream): memory leak 2025-07-29 17:04:03 +08:00
Jinqing Kuang
7fa68248e5 fix(stream): fix memory leak of stream notify content 2025-07-29 16:59:36 +08:00
wangmm0220
806eaa084f fix(stream): open file error in group cache operator 2025-07-29 16:31:25 +08:00
wangmm0220
119f3c3829 fix(stream): open file error in group cache operator 2025-07-29 16:18:48 +08:00
Pan Wei
0e1fb0cd9d
fix: split dead loop issue (#32354)
* enh: add operator reset func

* fix: merge join reset issue

* fix: memory issues

* fix: add debug assert

* fix: memory issues

* fix: memory leak

* fix: memory issues

* fix taos log miss

* fix: case issue

* fix: case issue

* fix: case issues

* fix: drop dnode issue

* fix: memory issues

* fix: memory issues

* fix: memory leak issues

* fix: recalculate time range issue

* fix: add debug log

* fix: memory issues

* fix: enable case asan

* Update streamlist_for_ci.task

* fix: case asan issue

* fix: stream name issue

* fix: external window compile issues

* fix: deploy memory issue

* fix: ahandle issue

* fix: ahandle issue

* fix: ahandle issue

* fix: virtual table reader list issue

* fix: log info

* fix: msg error

* fix: virtual table addr list issue

* fix: memory issues

* fix: memory leak issue

* fix: memory issues

* fix: memory free issues

* fix: memory issues

* fix: snode deploy issue

* fix: mnode reader issue

* fix: memory issues

* fix: add debug test

* enh: add ignore nodata trigger

* fix: memory leaks

* fix: configuration issue

* fix: memory issue

* fix: external window issue

* fix: external window issues

* fix: external window placeholder issue

* fix: placeholder function init issues

* fix: memory leak issue

* fix: add debug log

* fix: compile issues

* fix: double free issue

* fix: runner addr update issue

* fix: msg rsp issue

* fix: external window reset issue

* fix: configuration issue

* fix: deploy msg issue

* fix: compile issue

* fix: external window idx issue

* fix: ci issues

* fix: ci case issues

* fix: drop dnode issue

* fix: add debug log

* fix: conflict

* fix: create stream if not exists issue

* fix: ahandle memory leak

* fix: case issue

* fix: exchange issues

* fix: crash issue

* fix: exchange prefetch issue

* fix: snode quit issue

* enh: support indef rows func

* fix: crash issues

* Fix external window collect vector function

* fix: external window indef rows issues

* fix: external window issue

* enh: support count always return value in external window

* fix: force output when has more result block

* fix: runner block retrieve issue

* fix: crash issue

* fix: count cases issue

* fix: reader deploy message issue

* fix: task deploy issue

* fix: external window scalar issue

* fix: compile issue

* fix: group cache reset issue

* fix: add protection check

* fix: add grant check

* fix: add disableStream config

* fix: notify free issue

* fix: case issue

* fix: grant issues

* fix: memory leak issue

* fix: memory leak issue

* fix: memory leak issue

* fix: stbJoin issue

* fix: rpc send issue

* fix: rsp stream group id issue

* fix: redeploy stream issue

* fix: cases issues

* fix: memory leak issue

* fix: snode quit issue

* fix: invalid read issue

* fix: memory leak issue

* fix: split dead loop issue

* fix: crash issue

* fix: acquire task issue

---------

Co-authored-by: huohong <sallyhuo@taosdata.com>
Co-authored-by: Jing Sima <simondominic9997@outlook.com>
Co-authored-by: facetosea <285808407@qq.com>
2025-07-29 16:14:58 +08:00
wangmm0220
2130e5547c fix(stream): tsdbCalcData block error 2025-07-29 15:11:08 +08:00
Jinqing Kuang
a5ab759ad7 fix(stream): fix recalculation range 2025-07-29 14:31:44 +08:00
Yihao Deng
0b50ab8d8c
enh: update show creata table (#32320) 2025-07-29 10:37:47 +08:00
wangmm0220
059e0d9b67 fix(stream): add execId to pTaskInfo to avoid error in groupCache 2025-07-28 19:11:03 +08:00
yihaoDeng
3130df6ce7 fix invalide read epset 2025-07-28 18:50:08 +08:00
Yihao Deng
7813dbbf58
fix invalid write (#32331) 2025-07-28 17:26:05 +08:00
Simon Guan
46f0b937bb
Merge pull request #32338 from taosdata/merge/stream_to_main
merge: from stream to main branch
2025-07-28 17:14:48 +08:00
hongzhenliu
606bb8a106
feat(stream): fix dead lock (#32315) 2025-07-28 16:30:26 +08:00
Jing Sima
bf1cb38ae1 feat: [TS-6100] create stream parser refactor 2025-07-28 16:28:28 +08:00
Simon Guan
d49d206c10 fix: compile errors 2025-07-28 16:26:07 +08:00
Simon Guan
78c726bf66 Merge branch 'main' into merge/3.3.6tomain 2025-07-28 16:19:01 +08:00
Simon Guan
24adeced64 Merge branch '3.3.6' into merge/3.3.6tomain 2025-07-28 16:17:51 +08:00
Jinqing Kuang
dce87af2b4 fix(stream): skip empty checkpoint generation 2025-07-28 15:48:12 +08:00
Simon Guan
80527bdd8d
Merge pull request #32323 from taosdata/merge/stream_to_main
merge: from stream to main
2025-07-28 14:21:24 +08:00
WANG MINGMING
22e57d507e
fix(stream): return only ts in tsdb ts data (#32327) 2025-07-28 13:31:56 +08:00
wangmm0220
5717e92461 fix(stream): return only ts in tsdb ts data 2025-07-28 13:09:27 +08:00
WANG MINGMING
c970de3622
Merge branch 'feat/TS-6100-3.0-ming' into feat/TS-6100-3.0 2025-07-28 13:05:19 +08:00
wangmm0220
22cd3e1b9e fix(stream): return only ts in tsdb ts data 2025-07-28 13:03:12 +08:00
WANG MINGMING
772447a0bd
fix(stream): reset hash join error
* fix(stream): reset hash join error

* fix(stream): reset hash join error

* fix(stream): reset hash join error
2025-07-28 13:00:40 +08:00