Shengliang Guan
7181c5d960
Merge pull request #28988 from taosdata/main
...
merge: from main to 3.0 branch
2024-11-30 11:06:48 +08:00
Shengliang Guan
41ccb28f86
Merge pull request #28975 from taosdata/feat/main/TS-5667
...
support interp fill extension
2024-11-29 17:48:25 +08:00
54liuyao
2eb0d34d0f
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-33020
2024-11-29 08:59:06 +08:00
wangjiaming0909
3239a10b76
support interp fill extension
2024-11-28 20:30:53 +08:00
Shengliang Guan
fb4486cedb
Merge branch 'main' into merge/mainto3.0
2024-11-28 19:21:25 +08:00
Shengliang Guan
675008dd18
Merge pull request #28952 from taosdata/test/main/TD-32920
...
ci: set test step in ci when tdgpt file changed
2024-11-28 17:06:20 +08:00
Shengliang Guan
b1433deebe
Merge pull request #28839 from taosdata/enh/TD-32179/operatorInputCheck
...
enh: operator input check
2024-11-28 16:37:58 +08:00
Shengliang Guan
26ba4b1f29
Merge branch '3.0' into merge/mainto3.0
2024-11-27 22:32:50 +08:00
Shengliang Guan
6db8a25c98
Merge branch 'main' into merge/mainto3.0
2024-11-27 22:31:17 +08:00
facetosea
a2f8a822da
remove some check
2024-11-27 19:51:27 +08:00
54liuyao
9d668150d5
fix stream issue
2024-11-27 16:24:46 +08:00
chenhaoran
7567e1a3fe
Merge branch 'main' of https://github.com/taosdata/TDengine into test/main/TS-5671
2024-11-27 14:04:22 +08:00
54liuyao
e63b8a0ccb
fix issue
2024-11-27 10:55:52 +08:00
54liuyao
0669910da5
fix issue
2024-11-27 08:58:39 +08:00
54liuyao
22023575ba
opt stream force fill op
2024-11-26 19:46:36 +08:00
54liuyao
5472a22a11
Merge branch 'fix/TD-32999' of https://github.com/taosdata/TDengine into fix/TD-33020
2024-11-26 16:02:03 +08:00
54liuyao
f37ae57a87
opt stream row buff
2024-11-26 15:23:57 +08:00
54liuyao
721170dcb3
opt stream time slice
2024-11-26 08:45:44 +08:00
chenhaoran
7688c3b7d9
ci: set test step in ci when tdgpt file changed
2024-11-25 17:23:55 +08:00
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
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
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
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
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
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
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
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
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
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
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
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