wangjiaming0909
2ddd07142a
remove logs
2024-11-08 09:50:32 +08:00
wangjiaming0909
de8576a6a1
refine comments and functions
2024-11-08 09:50:07 +08:00
wangjiaming0909
9a92c136ce
fix drop child table with tsma
2024-11-08 09:47:47 +08:00
wangjiaming0909
65dffbda0c
fix tsma drop ctb
2024-11-08 09:47:04 +08:00
wangjiaming0909
f2860b766a
add ret check for deletePartName
2024-11-08 09:42:59 +08:00
54liuyao
2b924c68fd
ignore delete result
2024-11-08 09:42:59 +08:00
54liuyao
f452ca47fe
delete window state when drop table
2024-11-08 09:42:56 +08:00
Shengliang Guan
10df16b01a
Merge pull request #28667 from taosdata/merge/3.0tomain
...
merge: from 3.0 to main branch
2024-11-06 20:46:56 +08:00
54liuyao
719a3faa12
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-06 11:13:15 +08:00
Shengliang Guan
0be118c0aa
Merge pull request #28408 from taosdata/enh/TD-32181/client
...
Enh/td 32181/client
2024-11-06 09:42:05 +08:00
54liuyao
d010323eb6
fix ci issue
2024-11-05 13:15:32 +08:00
54liuyao
ecf8f92ac8
fix ci issue
2024-11-05 11:11:23 +08:00
54liuyao
35a1d79b98
fix(stream):check scan range of stream operator
2024-11-05 10:37:39 +08:00
xsren
73be7ddbc6
fix: set tablefield of stream block to NULL
2024-10-30 19:38:08 +08:00
54liuyao
d065d71821
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-30 10:09:48 +08:00
54liuyao
a0818d2a2d
fix issue
2024-10-29 18:34:51 +08:00
xsren
85989212c6
fix: set scolumnInfo nodata flag where table scan notload
2024-10-28 19:38:56 +08:00
54liuyao
bb733ca52b
fix issue
2024-10-28 11:18:31 +08:00
54liuyao
6b2d338a20
enh(executor):avoid use dangerous functions
2024-10-25 13:47:09 +08:00
54liuyao
7a3f1afe68
fix issue
2024-10-18 16:08:22 +08:00
54liuyao
e9550a6b2c
feat(stream):save force window close scan range
2024-10-18 15:40:37 +08:00
54liuyao
3e49f40c74
stream twa
2024-10-16 12:16:59 +08:00
54liuyao
58d8b9f84e
fix ci issue
2024-10-09 11:32:20 +08:00
54liuyao
1353614dc2
fix ci issue
2024-10-09 10:02:52 +08:00
Haojun Liao
09b729f97d
Merge pull request #28201 from taosdata/fix/3_liaohj
...
refactor: update the error logs.
2024-09-30 13:00:15 +08:00
54liuyao
d13819bbf4
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-30 09:05:46 +08:00
Haojun Liao
84da5eab2e
Merge pull request #28187 from taosdata/fix/3_liaohj
...
fix(stream): use meta id instead of ptr.
2024-09-30 09:00:56 +08:00
Hongze Cheng
fe18c77809
Merge pull request #28163 from taosdata/fix/TD-32338-3.0
...
enh: add lrucache overwriter
2024-09-29 16:06:13 +08:00
Shungang Li
10bd0fed21
enh: add lrucache overwriter
2024-09-27 17:24:45 +08:00
Pan Wei
b9df867479
Merge pull request #28155 from taosdata/fix/ly_res
...
adjust log level
2024-09-27 15:48:04 +08:00
54liuyao
c52da5ab33
adjust log level
2024-09-27 14:21:51 +08:00
Jinqing Kuang
03c33e77aa
fix(query)[TD-32353]. Fix error handling during tag scan
...
Correct the row count in the result data block when the tag scan
tolerates partial errors. This prevents upper-layer operators from
accessing invalid memory address.
2024-09-27 13:55:11 +08:00
Haojun Liao
09600132ec
other: merge 3.0
2024-09-26 09:59:29 +08:00
54liuyao
d44529e62f
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-25 15:12:15 +08:00
Haojun Liao
c2ff609c5f
Merge pull request #28068 from taosdata/fix/TD-32265
...
fix(stream):rebuild stream event window
2024-09-25 10:49:11 +08:00
Haojun Liao
4e4003c5a7
Merge branch '3.0' into fix/3_liaohj
2024-09-24 18:36:18 +08:00
Haojun Liao
2b78b660bd
refactor: update the error logs.
2024-09-24 18:19:47 +08:00
Jinqing Kuang
83f1a590b0
fix(query)[TD-32258]. Fix error handling in operator interface functions
...
- Contain errors within individual operators, preventing error
propagation to upper-level operators
- Use longjmp to jump directly to the outermost error handler
for unresolvable issues, avoiding unnecessary error code
returns through multiple layers
- Simplify error-handling logic for better maintainability
2024-09-24 18:15:14 +08:00
54liuyao
db50c9230a
fix issue
2024-09-24 16:58:46 +08:00
54liuyao
8eff35cd77
fix(stream):rebuild stream event window
2024-09-24 14:33:53 +08:00
54liuyao
a0e7791e49
fix issue
2024-09-23 10:13:42 +08:00
Pan Wei
918a20a9fd
Merge pull request #27993 from taosdata/enh/TD-31691
...
enh:modify error code passing
2024-09-20 17:26:58 +08:00
lyh250-666
e45edbbda2
enh:modify error code passing
2024-09-20 15:20:04 +08:00
lyh250-666
116844208d
enh:modify error code passing
2024-09-20 13:23:44 +08:00
54liuyao
f71b14da13
fix(stream):set correct primary key column index
2024-09-19 18:39:00 +08:00
54liuyao
c4566f98b8
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-18 16:26:37 +08:00
54liuyao
b8cd739383
add ci and fix issue
2024-09-18 11:08:47 +08:00
Haojun Liao
b494163f28
refactor: check return value.
2024-09-14 13:39:23 +08:00
Pan Wei
571a704cdc
Merge pull request #27805 from taosdata/fix/TD-31962
...
fix:[TD-31962]memory leak by crash_gen
2024-09-13 15:34:16 +08:00
54liuyao
de44c5dc5e
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-13 11:13:04 +08:00