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
Jinqing Kuang
0cb4c927ec
enh(query)[TD-31903]. Handle return values for function calls
2024-09-13 11:45:59 +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
lyh250-666
9c8f630759
enh:modify error code passing in libs/executor/
2024-09-03 11:01:02 +08:00
xsren
d43df78537
fix: free operator
2024-08-29 19:43:59 +08:00
Haojun Liao
adca73d237
fix(query): fix error in merge sort scan
2024-08-27 19:47:39 +08:00
Haojun Liao
f510f2961b
fix(query): fix memory leak.
2024-08-27 18:45:20 +08:00
Haojun Liao
c118df0ec4
fix(query): fix memory leak.
2024-08-27 17:04:44 +08:00
dapan1121
c5291c2d1f
fix: return code issue
2024-08-22 13:49:38 +08:00
Haojun Liao
3772f25840
fix(stream): check return value.
2024-08-05 18:02:32 +08:00
Haojun Liao
7be2ecbe1f
fix(common): check the return value.
2024-07-27 18:55:34 +08:00
Haojun Liao
aacf1c3e9a
fix(stream): check return value.
2024-07-24 17:08:08 +08:00
Haojun Liao
eefee54c6a
fix(stream): check return value.
2024-07-23 17:31:41 +08:00
Haojun Liao
7497f193c7
fix(stream): check return value, and do some internal refactor.
2024-07-23 14:47:29 +08:00
Haojun Liao
852dd833d0
fix(stream): fix syntax error.
2024-07-19 00:09:28 +08:00
Hongze Cheng
b761bd2e38
enh: port main change to 3.0
2024-06-26 10:32:15 +08:00
wangjiaming0909
70ca830378
support recursive tsma creation
2024-04-16 14:17:12 +08:00
wangjiaming0909
1509ce04cf
test tsma
2024-04-16 14:17:12 +08:00
54liuyao
9ba7221910
use non sort merge
2024-03-12 15:05:54 +08:00
54liuyao
14c6dbd2af
use non sort merge
2024-03-12 11:45:54 +08:00
dapan1121
6352b28b4c
fix: split scan columns from cache last scan
2023-11-09 09:47:55 +08:00
dapan1121
49ebb7145e
enh: support split cache last and other functions
2023-11-08 18:42:41 +08:00
dapan1121
0ed4d1507f
feat: support non_sort mode
2023-11-07 09:23:06 +08:00
dapan1121
701a148ad1
feat: init merge operator
2023-10-31 19:59:36 +08:00