Commit Graph

311 Commits

Author SHA1 Message Date
Haojun Liao 09600132ec other: merge 3.0 2024-09-26 09:59:29 +08:00
Pan Wei 6d8ab955cf
Merge pull request #28094 from taosdata/fix/3.0/TD-32310
fix:[TD-32310] Avoid access null pointer when error occurs..
2024-09-26 09:50:13 +08:00
Jing Sima 8d02e3e310 fix:[TD-32310] Avoid access null pointer when error occurs.. 2024-09-25 11:15:48 +08:00
Pan Wei 159a625cc1
Merge pull request #28051 from taosdata/fix/TD-32258-3.0
fix(query)[TD-32258]. Fix error handling in operator interface functions
2024-09-25 09:45:08 +08:00
Haojun Liao 3c7f718210 fix(query): check for null ptr. 2024-09-25 09:37:23 +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
Jing Sima 122b707ac8 enh:[TD-32158] Free memory allocated in function setup. 2024-09-24 11:35:36 +08:00
Jing Sima 23b525458e fix:[TD-32262] Avoid mem leak when error occurs. 2024-09-23 13:50:55 +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 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
Haojun Liao 0236db51f6 fix(query): fix memory leak and do some internal refactor. 2024-09-06 15:44:25 +08:00
lyh250-666 9c8f630759 enh:modify error code passing in libs/executor/ 2024-09-03 11:01:02 +08:00
Pan Wei a22025ea00
Merge pull request #27553 from taosdata/fix/TD-31775/memLeak
fix: free operator
2024-08-30 09:26:53 +08:00
Pan Wei 759ab30366
Merge pull request #27545 from taosdata/fix/removeassert
fix: remove asserts
2024-08-30 08:47:08 +08:00
xsren d43df78537 fix: free operator 2024-08-29 19:43:59 +08:00
dapan1121 feb1c8518e fix: remove asserts 2024-08-29 15:08:38 +08:00
Haojun Liao c118df0ec4 fix(query): fix memory leak. 2024-08-27 17:04:44 +08:00
dapan1121 99cca75128
Merge pull request #27425 from taosdata/fix/adj_assert
ehn(query): remove query executor assert
2024-08-26 11:22:01 +08:00
xsren bc0ad2d461 fix: check blockEncode result 2024-08-23 15:51:18 +08:00
54liuyao de4f09b8fd ehn(query): remove query executor assert 2024-08-23 11:01:45 +08:00
54liuyao a82c220645 fix issue 2024-08-15 17:38:29 +08:00
54liuyao cf796a45c1 fix issue 2024-08-15 17:03:32 +08:00
54liuyao db0c2e4be4 free operator 2024-08-07 15:53:23 +08:00
Haojun Liao 9e8038b020
Merge pull request #27022 from taosdata/fix/TD-31270
fix mem leak
2024-08-07 09:30:19 +08:00
54liuyao 372c0f21f2 fix mem leak 2024-08-06 19:36:39 +08:00
Haojun Liao e0fc36ce97 fix(query):check return code 2024-08-06 17:32:20 +08:00
Haojun Liao 59d190508d fix(query):check return code 2024-08-06 16:46:40 +08:00
54liuyao 143745d023 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31212 2024-08-06 10:41:12 +08:00
Haojun Liao 3772f25840 fix(stream): check return value. 2024-08-05 18:02:32 +08:00
54liuyao 5c50970cca Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-08-05 16:37:08 +08:00
Haojun Liao 666e813b5f
Merge pull request #26969 from taosdata/fix/TD-31209
fix issue for function res
2024-08-05 16:24:05 +08:00
54liuyao 57068232ff fix res issue 2024-08-05 16:09:01 +08:00
54liuyao 5dc49af3c4 Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31209 2024-08-05 13:49:23 +08:00
54liuyao 2b70c1332b Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31220 2024-08-05 13:38:10 +08:00
54liuyao f0e4d2f085 fix malloc issue 2024-08-05 12:22:25 +08:00
Haojun Liao 40537001a2 fix(stream): check return value. 2024-08-05 11:57:18 +08:00
54liuyao 1b5cf65ab9 fix issue for function res 2024-08-05 11:17:49 +08:00
xsren a2e0532c54 mem leak 2024-08-02 16:50:01 +08:00
Haojun Liao 7be2ecbe1f fix(common): check the return value. 2024-07-27 18:55:34 +08:00
Haojun Liao 3073d6d067 other: merge 3.0 2024-07-27 00:03:28 +08:00
54liuyao efa65256da adj operator result 2024-07-25 19:11:32 +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
54liuyao 5a34a1142f adj operator result 2024-07-24 16:17:28 +08:00
54liuyao bf76f5a483 fix ci issue 2024-07-23 18:32:03 +08:00
54liuyao 432731b776 fix ci issue 2024-07-23 14:19:04 +08:00
54liuyao 1d35ea137a adj query operator result 2024-07-23 10:50:16 +08:00
54liuyao 6e70da62fb adj operator res 2024-07-22 12:51:25 +08:00
54liuyao 13b75ba72a adj operator result 2024-07-19 16:15:37 +08:00