facetosea
a80a53259e
fix: notify
2025-07-16 18:43:02 +08:00
facetosea
68e7360a45
fix: stack overflow
2025-07-16 15:12:26 +08:00
wangmm0220
dcc4a6d1de
fix(stream): opti wal interface
2025-07-14 14:40:59 +08:00
wangmm0220
c0587893d7
feat(stream): ts condition error in vtable scan & remove code of old stream
2025-07-11 16:48:04 +08:00
wangmm0220
25dd06bc50
feat(stream): fix tmq error
2025-07-10 14:20:35 +08:00
facetosea
20be65d8c6
fix: memcpy c string
2025-07-10 02:08:03 +08:00
facetosea
82d0a769d7
fix: tbname cpy
2025-07-10 01:44:22 +08:00
facetosea
882a9f23d5
fix: tbname too long
2025-07-09 16:19:39 +08:00
wangmm0220
9da567453a
fix(stream): set table scan operator param in vtable scan & fix filter error
2025-07-08 14:30:18 +08:00
facetosea
5195fbc1a1
fix: force output
2025-07-07 19:07:09 +08:00
WANG MINGMING
68d94bb85c
Merge branch 'feat/TS-6100-3.0' into feat/TS-6100-3.0-mm
2025-07-03 15:05:11 +08:00
wangmm0220
da400252e8
feat(stream): fix sarray init error in vTableInfo & optimize getting tsdb meta info for vtable
2025-07-03 14:59:30 +08:00
Pan Wei
f6ab877e05
fix: case memory issues ( #31621 )
...
* 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
---------
Co-authored-by: huohong <sallyhuo@taosdata.com>
2025-07-03 13:26:22 +08:00
Pan Wei
5e9606f5bb
fix: memory issues ( #31561 )
...
* enh: add operator reset func
* fix: merge join reset issue
* fix: memory issues
2025-07-01 08:38:36 +08:00
wangmm0220
564d585619
feat(stream): fix err that no rtInfo in stream fetch
2025-06-28 11:47:31 +08:00
facetosea
ac69b80801
fix: runner table name error
2025-06-23 10:36:26 +08:00
Jinqing Kuang
411fc7fb52
fix(stream): fix unclosed window of history calc
2025-06-19 15:31:29 +08:00
wangmm0220
257db6b7f2
fix(stream): coredump if there is case when in stream tag
2025-06-18 17:56:29 +08:00
facetosea
08ba1864a3
fix: spell error
2025-06-07 17:57:07 +08:00
wangmm0220
4572c0243d
fix(stream): add logic for %%tbname
2025-06-05 17:26:09 +08:00
wangmm0220
e7c84442dc
fix(stream): add get tsdb/wal interface for vtable
2025-06-03 14:09:25 +08:00
facetosea
734e09a22f
fix: table uid hash cache
2025-05-29 11:30:28 +08:00
wangmm0220
e6dfbf6295
fix(stream): add interface of get vtable info
2025-05-28 18:34:19 +08:00
wangmm0220
3aa8c175f5
feat(stream): reset agg operator & reset tsdb reader in fetch request
2025-05-26 14:52:02 +08:00
wangmm0220
a716fabbbc
feat(stream): set tag value in trigger cols
2025-05-22 15:45:57 +08:00
wangmm0220
2d717c3a4f
feat(stream): set tag value in trigger cols
2025-05-22 15:38:32 +08:00
wangjiaming0909
0ffe9e55f3
stream runner force output impl
2025-05-20 03:13:22 +00:00
wangjiaming0909
0c402fbb38
new-stream: runner impl external window and force output
2025-05-16 08:29:34 +00:00
wangjiaming0909
5300a66f5e
new-stream: runner impl
2025-05-16 01:41:31 +00:00
wangmm0220
88414a1b09
feat(stream): use TimeRangeExpr to filter data in tsdb reader
2025-05-15 19:07:42 +08:00
wangmm0220
0297c7be2c
feat(stream): add ts slotid/blockId in external window
2025-05-15 14:22:46 +08:00
wangmm0220
9ffe95755b
feat(stream): add interface of getting cols value of groupid
2025-05-15 10:03:57 +08:00
wangjiaming0909
3db03588bd
impl runner external window operator
2025-05-14 09:55:32 +00:00
wangjiaming0909
ef7d67efe0
new-stream: runner notification
2025-05-14 09:55:07 +00:00
facetosea
0a7ac81aeb
fix: table schema version start from 1
2025-05-14 17:41:51 +08:00
wangjiaming0909
bfdad60c2e
new-stream: external window operator impl
2025-05-12 17:36:10 +08:00
dapan1121
009e8aa41e
Merge remote-tracking branch 'origin/3.0' into feat/TS-6100-3.0
2025-05-12 16:24:22 +08:00
wangjiaming0909
c853ad990e
new-stream: external window operator
2025-05-10 15:42:05 +08:00
Jing Sima
84016904ff
fix: [TS-6445] Fix virtual tables not detecting schema changes. ( #30999 )
...
Ensure virtual tables invalidate cached schema metadata and reload it when a schema change (e.g., ALTER VTABLE) is detected. This prevents stale schema references and query errors after structural updates.
2025-05-10 10:34:54 +08:00
facetosea
a11fc0d7cd
fix: data insert, build STSchema
2025-05-09 17:05:56 +08:00
factosea
1fafaae137
fix: save table uid
2025-05-09 10:03:35 +08:00
factosea
e4dd28df92
feat inserter param check
2025-05-08 23:00:37 +08:00
wangmm0220
332d21630c
feat(stream): reset task if fetchMsg.reset is true for calc
2025-05-08 19:53:40 +08:00
wangmm0220
9dfcb4d63b
feat(stream): add logic of fetch rsp for calc
2025-05-08 17:39:12 +08:00
wangjiaming0909
5372df5e22
new-stream: runner impl
2025-05-08 17:36:20 +08:00
wangmm0220
bc1c0f272d
feat(stream): add logic of fetch rsp for calc
2025-05-08 17:27:09 +08:00
factosea
14826a47b8
fix: pointer null
2025-05-08 15:25:20 +08:00
factosea
cd9a532064
feat: data inserter
2025-05-08 15:07:04 +08:00
wangjiaming0909
9fd5f6364c
new-stream: runner impl
2025-05-08 14:58:41 +08:00
factosea
f3027e938e
feat: stream data insert
2025-05-08 09:48:53 +08:00