Commit graph

23 commits

Author SHA1 Message Date
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
dapan1121
315aad8834 fix: memory init issue 2024-09-18 18:36:21 +08:00
Pan Wei
446d3ab97c
Merge pull request #27849 from taosdata/fix/TD-31896
fix: function return code issue
2024-09-13 08:41:28 +08:00
dapan1121
a7269e4536 fix: remove void function call 2024-09-12 14:17:14 +08:00
dapan1121
dc983b9a39 fix: add block data check 2024-09-10 16:56:36 +08:00
Haojun Liao
0236db51f6 fix(query): fix memory leak and do some internal refactor. 2024-09-06 15:44:25 +08:00
xsren
d43df78537 fix: free operator 2024-08-29 19:43:59 +08:00
Haojun Liao
21f60d1784 fix(query): set correct result ptr check. 2024-08-28 10:52:14 +08:00
Haojun Liao
c118df0ec4 fix(query): fix memory leak. 2024-08-27 17:04:44 +08:00
dapan1121
099beff1cc fix: operator param free issue 2024-08-22 17:07:00 +08:00
dapan1121
dd391636ef
Merge pull request #27364 from taosdata/fix/TD-31546
fix: remove assert
2024-08-21 17:13:35 +08:00
dapan1121
044f7d6658 fix: remove assert 2024-08-21 14:41:14 +08:00
dapan1121
b70ad8d3bb fix: return code check issue 2024-08-20 14:13:06 +08:00
dapan1121
72da4be830 fix: create operator failed issue 2024-08-19 09:15:36 +08:00
dapan1121
98c6541427 fix: array push issue 2024-07-29 09:48:04 +08:00
Haojun Liao
aacf1c3e9a fix(stream): check return value. 2024-07-24 17:08:08 +08:00
dapan1121
ef96d37c1f fix: return code validation 2024-07-22 15:07:01 +08:00
dapan1121
64ad240773 fix: crash issue 2024-07-22 14:35:12 +08:00
dapan1121
3835a5b349 fix: error log and union issue 2024-03-22 08:47:07 +08:00
dapan1121
7045126aa6 fix: inner join issue 2024-03-06 11:18:57 +08:00
dapan1121
699c14e781 fix: slow down report when error occurs 2023-11-23 16:51:07 +08:00
dapan1121
0b18689fa6 fix: fix coverity issues 2023-09-06 10:57:49 +08:00
dapan1121
cc17848b78 fix: merge 3.0 to main 2023-09-01 13:24:47 +08:00