Commit Graph

19600 Commits

Author SHA1 Message Date
Haojun Liao d2d7fdfa61 fix(query): ignore one return value. 2024-07-24 18:43:35 +08:00
Haojun Liao 6eaa8d55cf fix(test): fix error in ut. 2024-07-24 18:02:42 +08:00
Haojun Liao b228151d8e other: merge 3.0 2024-07-24 17:29:35 +08:00
Haojun Liao aacf1c3e9a fix(stream): check return value. 2024-07-24 17:08:08 +08:00
Haojun Liao a09ad7a81e
Merge pull request #26743 from taosdata/fix/syntax
fix(stream): check return value, and do some internal refactor.
2024-07-24 15:47:45 +08:00
Hongze Cheng 31dbb1a48f
Merge pull request #26629 from taosdata/fix/TD-30990
terrno/wal: remove walWrite which is only used in unit testing
2024-07-24 14:11:30 +08:00
Hongze Cheng 77f50cacea
Merge pull request #26759 from taosdata/fix/TS-5189-3.0
new memory barrier before pager assignment
2024-07-24 14:09:57 +08:00
Minglei Jin e22c0ed3fb make decrypt return code 2024-07-24 10:53:12 +08:00
54liuyao e7413f2f78 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-24 08:44:33 +08:00
Minglei Jin ec1062a12f new memory barrier before pager assignment 2024-07-24 08:35:51 +08:00
dapan1121 02c90a2211
Merge pull request #26747 from taosdata/fix/TD-31073
fix: add function return code validation
2024-07-24 08:35:29 +08:00
Minglei Jin 4f594dcec7 wal/meta: fix memory leak 2024-07-24 08:31:29 +08:00
Haojun Liao 9bfb0603d8 test: update the test cases. 2024-07-24 00:27:22 +08:00
Haojun Liao cd000ba981 fix(stream): set correct check return value. 2024-07-24 00:08:39 +08:00
54liuyao 9a0f0d8829 fix udf ci error 2024-07-23 19:31:43 +08:00
Hongze Cheng 2cdc8cc1c3 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-8 2024-07-23 18:52:13 +08:00
54liuyao c5853ed720 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-23 18:35:26 +08:00
54liuyao bf76f5a483 fix ci issue 2024-07-23 18:32:03 +08:00
dapan1121 35827fb534
Merge pull request #26735 from taosdata/enh/TD-31043
enh:[TD-31043] Handling return value in function
2024-07-23 18:08:37 +08:00
dapan1121 2220a93b41
Merge pull request #26714 from taosdata/enh/TD-31063
enh:[TD-31063] Handling return value in qnode
2024-07-23 18:06:10 +08:00
Hongze Cheng 9f4c993741 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-8 2024-07-23 17:48:24 +08:00
Hongze Cheng 57284ca121
Merge pull request #26695 from taosdata/fix/TD-30989-mnode4
fix/TD-30989
2024-07-23 17:48:10 +08:00
Hongze Cheng 799d89a3be Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-8 2024-07-23 17:45:55 +08:00
Haojun Liao eefee54c6a fix(stream): check return value. 2024-07-23 17:31:41 +08:00
Haojun Liao 3bddd051ca other: merge 3.0 2024-07-23 17:18:55 +08:00
dapan1121 66ba6c4226
Merge branch '3.0' into fix/TD-31073 2024-07-23 16:41:12 +08:00
Haojun Liao cd0722fe1f fix(stream): check return value. 2024-07-23 16:38:05 +08:00
54liuyao ebfbfb627f Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-23 16:34:48 +08:00
54liuyao d2af00c139 fix ci issue 2024-07-23 16:34:28 +08:00
sima dc23446d6b enh:[TD-31063] use properer errcode. 2024-07-23 15:37:17 +08:00
sima 0473225362 enh:[TD-31063] Handling return value of serialize/deserialize. 2024-07-23 15:37:17 +08:00
sima de0fa610f8 enh:[TD-31043] Handling return value of taoshash and taosarray 2024-07-23 15:37:17 +08:00
sima 1285100f68 enh:[TD-31043] Handling return value in functionMgt.c 2024-07-23 15:37:17 +08:00
sima 06431b1249 enh:[TD-31043] Handling return value in tminmax.c 2024-07-23 15:37:17 +08:00
sima 8b50b282b4 enh:[TD-31043] Handling return value in tavgfunction.c 2024-07-23 15:37:17 +08:00
sima 2a6a1b620c enh:[TD-31043] Handling return value in tpercentile.c 2024-07-23 15:37:17 +08:00
sima ed892e5061 enh:[TD-31043] Handling return value in thistogram.c 2024-07-23 15:37:17 +08:00
sima 6a9441528a enh:[TD-31043] Handling return value in builtinsimpl.c 2024-07-23 15:37:17 +08:00
sima efa518f624 enh:[TD-31043] Handling return value in builtins.c 2024-07-23 15:37:17 +08:00
Hongze Cheng 83746f52e2 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-8 2024-07-23 15:14:16 +08:00
dapan1121 ae2210f7cc Merge remote-tracking branch 'origin/3.0' into fix/TD-31073 2024-07-23 15:08:09 +08:00
dapan1121 9e8d94a69a fix: add function return code validation 2024-07-23 15:03:24 +08:00
sima 6255a7ba10 enh:[TD-31063] use properer errcode. 2024-07-23 15:03:15 +08:00
sima 9130ac6138 enh:[TD-31063] Handling return value of taoshash and taosarray 2024-07-23 15:02:54 +08:00
Hongze Cheng 1ebec2c402 enh: refactor error code 2024-07-23 14:50:45 +08:00
Haojun Liao 7497f193c7 fix(stream): check return value, and do some internal refactor. 2024-07-23 14:47:29 +08:00
54liuyao 432731b776 fix ci issue 2024-07-23 14:19:04 +08:00
Minglei Jin 56691f2e0b Merge branch '3.0' into fix/TD-30990 2024-07-23 14:04:48 +08:00
Haojun Liao c08ee33dca other: merge 3.0 2024-07-23 13:45:31 +08:00
dm chen ac59570bf4
Merge pull request #26739 from taosdata/3.0
3.0
2024-07-23 13:24:35 +08:00