Commit Graph

68720 Commits

Author SHA1 Message Date
dapan1121 91094d2dd0
Merge pull request #27486 from taosdata/enh/TD-31691
Modify error code passing for taosMemoryCalloc function
2024-08-27 15:15:19 +08:00
dapan1121 0b1ec9c69d
Merge pull request #27472 from taosdata/fix/ly_mem
fix(query):fix mem leak for fill op && function
2024-08-27 15:13:03 +08:00
dapan1121 6234362288
Merge pull request #27469 from taosdata/fix/3.0/TD-31700
fix:[TD-31700] fix memory leak when error occurs in sclInitOperatorParams
2024-08-27 15:11:14 +08:00
Haojun Liao 5f23ba709a fix(query): fix memory leak. 2024-08-27 15:09:49 +08:00
dapan1121 2e64da5fe3
Merge pull request #27460 from taosdata/fix/3.0/TD-31684
fix:[TD-31684] Modify GROUP/PARTITION BY clause to prioritize treating columns as column names before considering them as aliases
2024-08-27 15:09:39 +08:00
Haojun Liao 86da2cb913 fix(query): fix syntax error. 2024-08-27 15:07:34 +08:00
yihaoDeng 9e25d22f47 check function return code 2024-08-27 14:17:30 +08:00
wangmm0220 132be58f2a fix:[TD-31696]print the float number in a compact way 2024-08-27 13:50:52 +08:00
Haojun Liao a99783ba66 fix(query): release lock when errors occuring. 2024-08-27 13:46:30 +08:00
Haojun Liao 0207f9689a fix(tsdb): fix race condition during set table list and drop tsdbreader. 2024-08-27 13:45:39 +08:00
Hongze Cheng afca8eb914 fix: error handle 2024-08-27 13:36:27 +08:00
xsren 3b1a1ed2cd udf function required data load 2024-08-27 13:25:33 +08:00
Hongze Cheng 72bd7742b4 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31538-6 2024-08-27 13:19:43 +08:00
Hongze Cheng a9f518cab0
Merge pull request #27479 from taosdata/enh/TD-31687-3.0
enh: deal with return codes
2024-08-27 13:10:46 +08:00
Hongze Cheng 23d37c6d10
Merge pull request #27475 from taosdata/fix/TD-31542-remove-assert-rename
fix/TD-31542-remove-assert-rename
2024-08-27 13:10:24 +08:00
xsren 809932b283 fix: reqStatus 2024-08-27 12:52:50 +08:00
dmchen cae45eaeed fix/TD-31667-sync-trace 2024-08-27 04:15:01 +00:00
lyh250-666 f32a17c72b Modify error code passing for taosMemoryCalloc function 2024-08-27 11:54:41 +08:00
xsren c60ea644e3 fix: return 2024-08-27 11:49:28 +08:00
yihaoDeng e3a2321ce4 check function return code 2024-08-27 11:43:25 +08:00
yihaoDeng 0f76b80408 check function return code 2024-08-27 11:27:22 +08:00
Haojun Liao 403d46b77b other: merge 3.0 2024-08-27 11:19:03 +08:00
wangmm0220 1b075efb0e fix:[TD-31694]add specific error log if load config file error 2024-08-27 11:14:25 +08:00
dapan1121 dc7f56e7f2
Merge pull request #27477 from taosdata/fix/3.0/TD-31703
fix:[TD-31703] fix memory leak when error occurs in filterMergeGroupUnits
2024-08-27 10:56:28 +08:00
yihaoDeng 1a2acb1629 check function return code 2024-08-27 10:52:10 +08:00
54liuyao bcb1057e80 fix(query):clear meta reader 2024-08-27 10:50:28 +08:00
Minglei Jin 249327419a Merge branch '3.0' into feat/TD-30813-2 2024-08-27 10:44:18 +08:00
Haojun Liao 19e40e8bee fix(query): fix reader not release when error occuring. 2024-08-27 10:41:38 +08:00
Jing Sima 8f03a04103 fix:[TD-31654] fix heap-buffer-overflow caused by unintialized variable. 2024-08-27 10:30:01 +08:00
wangmm0220 53eb026559 fix:[TD-31696] decimal number check error in config file because precision different in float and double 2024-08-27 10:23:02 +08:00
Hongze Cheng 1db3bdb4df enh: deal with return codes 2024-08-27 09:32:48 +08:00
dapan1121 f60855edf8
Merge pull request #27449 from taosdata/fix/TD-31515/pcheck
data check
2024-08-27 09:08:18 +08:00
Hongze Cheng 6c9c893065 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31538-6 2024-08-27 08:44:27 +08:00
Jing Sima a3573aae67 fix:[TD-31700] fix memory leak when error occurs in sclInitOperatorParams. 2024-08-27 08:26:24 +08:00
wade zhang 5ecac8f0c4
Merge pull request #27446 from taosdata/docs/TD-31412
move ref code from 3.0 branch to main
2024-08-27 08:26:16 +08:00
Hongze Cheng 5b68cc1dd3 fix: error log 2024-08-26 19:20:30 +08:00
Hongze Cheng b60e2ed8ca Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31538-6 2024-08-26 19:20:21 +08:00
Hongze Cheng 349d0813a4
Merge pull request #27468 from taosdata/fix/TD-31687
array/retval: fix array return values
2024-08-26 19:18:33 +08:00
dapan1121 f2507366be
Merge pull request #27467 from taosdata/fix/TD-31674
fix: remove asserts and memory issue
2024-08-26 19:16:06 +08:00
Jing Sima e6649b78da fix:[TD-31703] fix memory leak when error occurs in filterMergeGroupUnits. 2024-08-26 19:06:51 +08:00
yihaoDeng 7fda2a23d1 Merge branch 'enh/TD-31689' of https://github.com/taosdata/TDengine into enh/TD-31689 2024-08-26 18:46:44 +08:00
yihaoDeng 2f55ba68ac check func ret 2024-08-26 18:42:11 +08:00
Hongze Cheng be16b6c457
Merge pull request #27470 from taosdata/fix/TD-31705
fix(lru/init): free cache's shards if shard init failed
2024-08-26 18:39:11 +08:00
Jing Sima f3bec38290 fix:[TD-31684] Modify GROUP/PARTITION BY clause to prioritize treating columns as column names before considering them as aliases 2024-08-26 17:47:42 +08:00
Minglei Jin 19f461c06b fix simple hash put retval 2024-08-26 17:40:59 +08:00
yihaoDeng e2481c4409 fix trans retry error 2024-08-26 17:40:29 +08:00
yihaoDeng 9c6dcda4d8 fix trans retry error 2024-08-26 17:35:59 +08:00
Hongze Cheng 0ce8b9f396
Merge pull request #27466 from taosdata/enh/TD-31541-3.0
enh: remove asserts
2024-08-26 17:25:53 +08:00
Alex Duan db9a04f419
Merge pull request #27471 from taosdata/packaging/update_example_dir
update JDBC example dir
2024-08-26 17:18:43 +08:00
Hongze Cheng 3a5a3172f7
Merge pull request #27443 from taosdata/enh/TD-31603-update
Enh/TD-31603-update
2024-08-26 17:16:53 +08:00