Commit Graph

5861 Commits

Author SHA1 Message Date
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
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
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
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
Shengliang Guan f8952f6c17
Merge pull request #28550 from taosdata/fix/3.0/TD-32664
fix partition + having planner internal error
2024-10-31 15:32:41 +08:00
Shengliang Guan cea0bb6445
Merge pull request #28480 from taosdata/enh/TD-32190
enh: add query plan test
2024-10-31 15:27:58 +08:00
xsren 974591f265 fix: colDataSetOrCover 2024-10-31 14:23:28 +08:00
Jing Sima c87b054a02 fix:[TD-32727] fix bug when select interp with two more group key. 2024-10-31 09:50:36 +08:00
Shengliang Guan 3eb877aa5d Merge branch 'main' into merge/mainto3.0 2024-10-31 09:11:18 +08:00
Shengliang Guan 5d57d78826 Merge remote-tracking branch 'flyingangel2013/ts_3469_casefile' into doc/contrib 2024-10-31 00:02:41 +08:00
xsren 73be7ddbc6 fix: set tablefield of stream block to NULL 2024-10-30 19:38:08 +08:00
Jing Sima 2106a59872 fix:[TD-32727] fix bug when select interp with two more group key. 2024-10-30 18:11:14 +08:00
54liuyao b6d16eccdb Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-30 14:54:42 +08:00
Shengliang Guan ea9ed2e538
Merge pull request #28300 from taosdata/enh/TS-5441-3.0
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-30 13:43:41 +08:00
wangjiaming0909 14ddaf7c39 add parition having tests and fix merge align interval + limit 2024-10-30 11:09:57 +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
54liuyao fc2e62a18c use len of context buffer 2024-10-29 14:14:26 +08:00
xsren 85989212c6 fix: set scolumnInfo nodata flag where table scan notload 2024-10-28 19:38:56 +08:00
dapan1121 9f2fba6269 Merge remote-tracking branch 'origin/main' into enh/TD-32190 2024-10-28 18:48:40 +08:00
dapan1121 cea25e7f9d fix: scheduler ut issues 2024-10-28 18:47:15 +08:00
yihaoDeng b523cf8802 fix:conflicts from 3.0 2024-10-28 17:34:20 +08:00
54liuyao bb733ca52b fix issue 2024-10-28 11:18:31 +08:00
54liuyao 424e574e94 fix issue 2024-10-28 11:09:56 +08:00
54liuyao 658503f169 Merge branch 'fix/ly_res_main' of https://github.com/taosdata/TDengine into fix/ly_res_main 2024-10-27 15:51:22 +08:00
54liuyao 86e7371e87 fix issue for windows compile 2024-10-27 15:50:57 +08:00
xinsheng Ren 412c10ed94
Merge branch '3.0' into enh/TD-32181/client 2024-10-25 22:54:04 +08:00
54liuyao 417938d2b2 fix issue 2024-10-25 17:21:28 +08:00
54liuyao f5626d45bc fix issue for windows compile 2024-10-25 16:13:43 +08:00
54liuyao 077005a9f9 fix ci issue 2024-10-25 16:08:38 +08:00
54liuyao f79dcffc8c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-25 14:14:43 +08:00
54liuyao 6b2d338a20 enh(executor):avoid use dangerous functions 2024-10-25 13:47:09 +08:00
54liuyao 9475664494 add stream doc 2024-10-25 13:39:26 +08:00
54liuyao c590377bee merge 3.0 2024-10-24 19:29:14 +08:00
54liuyao cea454b002 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-24 19:24:55 +08:00
Shengliang Guan 9a7000da4a
Merge pull request #28485 from taosdata/merge/30tomain
merge: from 3.0 to main branch
2024-10-24 19:12:17 +08:00
xsren 5d20fde692 safetycheck, use reserve state 2024-10-24 17:44:13 +08:00
Shengliang Guan 402a9ad0d5
Merge pull request #28440 from taosdata/feat/3.0/TD-29667
fix fill with pesudo column exprs
2024-10-24 16:42:30 +08:00
dapan1121 8cd994645b fix: subplan test compile issue 2024-10-24 15:30:47 +08:00
dapan1121 7a45984c96 fix: table seq scan issue 2024-10-24 15:28:09 +08:00
dapan1121 f795e415e5 fix: add subplan test 2024-10-24 15:01:49 +08:00
54liuyao dc9d6a8a73 fix issue for _isfilled 2024-10-24 14:59:53 +08:00
Shengliang Guan 058d605c5b
Merge pull request #28473 from taosdata/fix/TS-5546-main
avoid free memory incorrectly
2024-10-24 14:09:21 +08:00
54liuyao 20c54a24f0 avoid free memory incorrectly 2024-10-24 11:25:43 +08:00
Shengliang Guan 81c30ab7c0 fix: format cmake file 2024-10-24 10:10:07 +08:00
dapan1121 54bcd56da8 Merge remote-tracking branch 'origin/main' into enh/TD-32190 2024-10-23 19:14:13 +08:00
dapan1121 e52628ab57 fix: scheduler validate plan issues 2024-10-23 19:13:15 +08:00
wangjiaming0909 a7eb3c2607 fix filloperator memory leak 2024-10-23 18:19:37 +08:00
xsren 1e8565eca8 fix: check return value 2024-10-23 15:51:46 +08:00
xsren e8835c2caa blockDataCheck 2024-10-23 15:37:49 +08:00
wangjiaming0909 d1d6689684 add not fill exprs for fill operator 2024-10-23 15:16:16 +08:00
xsren 00d374358a fix: rowSize check 2024-10-23 13:51:46 +08:00
xsren 2ae51f3118 enh: safetyCheck config 2024-10-23 13:51:46 +08:00
xsren f57e3f3c85 enh: safetyCheck 2024-10-23 13:51:46 +08:00
xsren 7094a8ddcf fix: bytes of repeat and timezone 2024-10-23 13:51:46 +08:00
xsren 70c79abddc fix: concat null failed 2024-10-23 13:51:46 +08:00