54liuyao
f2f613a529
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-32999
2024-11-25 17:16:00 +08:00
54liuyao
39564a41ae
fix(stream):build create table request for force_window_close
2024-11-25 13:54:31 +08:00
Hongze Cheng
496d9bb405
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-11-25 13:39:47 +08:00
factosea
22f3c20977
enh: check param
2024-11-25 11:33:02 +08:00
Shengliang Guan
877dbd8e90
fix: complie errors
2024-11-22 22:19:42 +08:00
factosea
266958b29e
enh: error code
2024-11-22 17:53:50 +08:00
factosea
8f1eda88ad
enh: error code
2024-11-22 17:18:42 +08:00
Shengliang Guan
f733583117
Merge branch 'main' into doc/internal
2024-11-22 16:30:48 +08:00
Shengliang Guan
2d13ce5105
refact: rename taos lib name
2024-11-22 15:33:55 +08:00
yihaoDeng
b8112ff3a0
refactor code
2024-11-22 14:58:44 +08:00
yihaoDeng
407eeb6620
Unable to
2024-11-22 14:43:11 +08:00
Shengliang Guan
a607951115
Merge branch 'main' into merge/mainto3.0
2024-11-22 13:39:44 +08:00
Shengliang Guan
36deebdde9
Merge pull request #28873 from taosdata/fix/liaohj
...
fix(analytics): do some internal refactor and fix the error in parse options.
2024-11-22 09:06:13 +08:00
Haojun Liao
91ce69e6af
fix(analytics): check the null ptr.
2024-11-21 20:02:23 +08:00
Haojun Liao
e103d3963b
fix(analytics): check return value.
2024-11-21 16:40:06 +08:00
Haojun Liao
af1c0c98bb
fix(analytics): do some internal refactor and fix the error in parse the option string.
2024-11-21 15:14:37 +08:00
Shengliang Guan
cfa7d275f2
Merge branch 'main' into merge/mainto3.0
2024-11-21 11:00:00 +08:00
dapan1121
164fa67db5
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-11-21 10:23:57 +08:00
54liuyao
6464077cec
add log
2024-11-21 09:50:45 +08:00
54liuyao
53ae014354
fix issue for streamscan
2024-11-20 19:13:05 +08:00
yihaoDeng
3ef53505b8
fix merge error
2024-11-20 08:30:11 +08:00
factosea
04af5f4b94
enh: check param
2024-11-19 19:38:40 +08:00
factosea
f3acf49e22
enh: include
2024-11-19 16:23:46 +08:00
Hongze Cheng
0d3210a2c9
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-11-19 14:59:13 +08:00
Shengliang Guan
99bebacd8e
Merge pull request #28784 from taosdata/fix/TD-32861-main
...
fix(query)[TD-32861]. fix that WHERE condition not work in statements with INTERP function
2024-11-19 09:40:28 +08:00
Hongze Cheng
5a85688819
enh: add query filesets sql supoort
2024-11-18 16:57:15 +08:00
Jinqing Kuang
f5c66cec19
fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function
...
Previously, a statement with INTERP would force underlying TABLE SCAN
operator to scan all data within the RANGE clause, causing the time
range constraint in the WHERE condition to be ignored. This fix ensures
that the TABLE SCAN respects both the RANGE clause and WHERE condition,
improving query accuracy and performance.
2024-11-18 16:08:27 +08:00
wangjiaming0909
b589f9089c
add test case
2024-11-18 09:33:43 +08:00
yihaoDeng
69710517e0
fix invalid fiter
2024-11-15 10:31:31 +08:00
dapan1121
85fc4dfc2b
fix: data sink memory issues
2024-11-15 10:16:15 +08:00
54liuyao
87e1f8da47
fix(stream):fix bloom filter decode issue
2024-11-15 09:13:18 +08:00
yihaoDeng
e8045e6270
update interface
2024-11-14 21:35:36 +08:00
yihaoDeng
8bfee53e67
fix interface update
2024-11-14 18:02:12 +08:00
yihaoDeng
42065bf2e8
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-11-14 17:44:29 +08:00
dapan1121
40f9e366e9
fix: data deleter schema issue
2024-11-14 17:38:20 +08:00
yihaoDeng
6ad894b356
support quick cmd
2024-11-14 17:04:11 +08:00
dapan1121
0995facd64
fix: hash put duplicated issue
2024-11-14 16:37:10 +08:00
Shengliang Guan
80b7cbdb84
Merge branch '3.0' into merge/mainto3.0
2024-11-13 23:11:05 +08:00
54liuyao
ea7c30505a
fix(stream):fix bloom filter decode issue
2024-11-13 19:37:22 +08:00
dapan1121
34cfca745b
fix: duplicated clientId issue
2024-11-13 19:19:00 +08:00
yihaoDeng
620c7627e9
add quick cmd
2024-11-13 17:01:56 +08:00
yihaoDeng
f876bfd6c9
fix error summery
2024-11-12 11:32:40 +08:00
yihaoDeng
6d56822f83
fix mem leak
2024-11-11 19:39:03 +08:00
yihaoDeng
2ad8637acf
support disk usage
2024-11-11 19:18:11 +08:00
Shengliang Guan
25fc7025a4
Merge pull request #28703 from taosdata/fix/main/TS-5580
...
fix:[TS-5580] Fix wrong tag num from ins_tags.
2024-11-11 18:19:20 +08:00
yihaoDeng
11064d43e6
support disk usage
2024-11-11 18:16:41 +08:00
yihaoDeng
a7fe6d804f
support disk usage
2024-11-11 15:03:10 +08:00
Jing Sima
e4bfef4977
fix:[TS-5580] Fix wrong tag num from ins_tags.
2024-11-11 13:56:37 +08:00
Jinqing Kuang
b4e0f9a922
enh(query)[TD-32127]: improve code quality of tsdbRead module
...
- Add parameter validation for functions to ensure robustness
- Nullify pointers when freeing memory to prevent dangling pointers
- Initialize local variables to avoid undefined behavior
- Add error handling and logging for better debugging
2024-11-11 11:53:28 +08:00
dapan1121
a8561fba4f
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-11-11 11:01:22 +08:00
dapan1121
411d61504f
fix: remove taosMem calling
2024-11-11 09:09:40 +08:00
Shengliang Guan
f46cf6044d
Merge pull request #28709 from taosdata/main
...
merge: from main to 3.0 branch
2024-11-10 11:50:38 +08:00
dapan1121
371094cc13
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-11-08 10:13:20 +08:00
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
Shengliang Guan
d0828ddf1e
Merge pull request #28643 from taosdata/enh/TD-32732-main
...
enh(query)[TD-32732]: add client Id generation and usage
2024-11-08 09:44:07 +08:00
wangjiaming0909
f2860b766a
add ret check for deletePartName
2024-11-08 09:42:59 +08:00
wangjiaming0909
fc39ea70ac
fix tsma stream same tbname with same group id
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
yihaoDeng
ffd4829143
support disk usage
2024-11-08 08:14:16 +08:00
yihaoDeng
4f9c9a15db
support disk usage
2024-11-07 20:20:44 +08:00
Haojun Liao
a8f7f153d9
refactor: do some internal refacrtor.
2024-11-07 16:44:43 +08:00
Haojun Liao
daedcc53fb
refactor: return the error code and do some refactor.
2024-11-07 16:28:47 +08:00
Jinqing Kuang
43a337ef74
enh(query)[TD-32732]: add client Id generation and usage
...
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +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
dapan1121
c5c85efeb5
enh: adjust mode and retire policy
2024-11-06 19:26:14 +08:00
yihaoDeng
a6436882a2
support disk usage
2024-11-06 15:25:50 +08:00
54liuyao
527c3d59a9
fix issue
2024-11-06 11:44:02 +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
54liuyao
ba31bf2c52
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-06 09:42:50 +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
yihaoDeng
dc576905f0
support disk usage
2024-11-05 19:57:13 +08:00
54liuyao
48d5f0e7cd
fix issue
2024-11-05 18:14:35 +08:00
factosea
a51bd9a24f
enh: cal output col counts
2024-11-05 15:42:57 +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
Shengliang Guan
1539e04e8b
Merge pull request #28639 from taosdata/main
...
merge: from main to 3.0 branch
2024-11-05 09:04:38 +08:00
Jing Sima
355aa885de
fix:[TD-32506] fix mem leak in percentile function.
2024-11-04 09:35:15 +08:00
54liuyao
de92e455a6
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-04 09:11:43 +08:00
xsren
7041e64744
add colDataSetVal func desc
2024-11-03 23:00:31 +08:00
Shengliang Guan
a71aacbb13
Merge pull request #28620 from taosdata/main
...
merge: from main to 3.0
2024-11-02 12:06:20 +08:00
yihaoDeng
160e2686c4
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-11-01 15:58:57 +08:00
Shengliang Guan
526904fdd1
Merge pull request #28563 from taosdata/fix/main/TD-32727
...
fix:[TD-32727] fix bug when select interp with two more group key.
2024-11-01 14:31:25 +08:00
dapan1121
4a4351d4ec
enh: add memory alloc & free stat
2024-11-01 13:35:46 +08:00
54liuyao
2a24805646
add block data capacity
2024-11-01 11:34:18 +08:00
54liuyao
0c30b3cf3c
fix ci issue
2024-11-01 10:25:14 +08:00
54liuyao
0e0a7ae2e9
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-01 09:54:51 +08:00
Jing Sima
135adabd98
fix:[TD-32727] set SArray pointer to NULL after destroy.
2024-11-01 09:11:35 +08:00
54liuyao
e9b9ebeb6e
fic comp issue
2024-10-31 18:52:24 +08:00
54liuyao
158eda13f9
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-31 17:49:58 +08:00
54liuyao
5b9f434532
fix issue for value
2024-10-31 17:47:54 +08:00
Shengliang Guan
f13d262a5a
Merge branch '3.0' into merge/mainto3.0
2024-10-31 17:38:59 +08:00
Shengliang Guan
33cc4db548
Merge branch 'main' into merge/mainto3.0
2024-10-31 17:38:54 +08:00
Shengliang Guan
27cdac0910
Merge pull request #28579 from taosdata/merge/mainto3.0
...
merge: from main to 3.0 branch
2024-10-31 17:37:13 +08:00
54liuyao
fde9eeb9ca
fix ci issue
2024-10-31 16:10:05 +08:00
54liuyao
5158bf6b96
fix issue
2024-10-31 15:50:56 +08:00