Commit Graph

68659 Commits

Author SHA1 Message Date
zhiyong 79d4e932b3 docs: crrect wrting and format 2024-09-02 08:56:48 +08:00
Pan Wei 0f83055786
Merge pull request #27585 from taosdata/fix/TS-4938
fix: log level issues
2024-09-02 08:56:38 +08:00
Hongze Cheng 4256e6516e
Merge pull request #27478 from taosdata/enh/TD-31689
Enh/TD-31689
2024-09-02 08:28:30 +08:00
chenhaoran 5f99271781 ≈Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/windows-full-ci 2024-09-02 00:35:23 +08:00
chenhaoran 0197185310 tetst:add army testcase in windows ci 2024-09-02 00:09:48 +08:00
chenhaoran 7298857238 tetst:modify failed cases in windows ci 2024-09-01 22:20:56 +08:00
Pan Wei 9d1ded192c
Merge pull request #27517 from taosdata/fix/3.0/TD-31726
fix subquery with same name caused data error
2024-09-01 18:21:14 +08:00
Pan Wei 5c7506bfe0
Merge pull request #27574 from taosdata/fix/3.0/TD-31818
fix:[TD-31818] fix memory leak allocated by mode function.
2024-09-01 18:11:02 +08:00
Pan Wei 127fd3bdd2
Update schUtil.c 2024-09-01 18:09:11 +08:00
Pan Wei b542d83fbc
Merge pull request #27549 from taosdata/enh/TS-5312
enh: optimize stable tbname equal query
2024-09-01 18:07:45 +08:00
Jing Sima d00caf1d93 fix:[TD-31785] fix memory leak when error occurs in parAstCreater. 2024-09-01 16:42:38 +08:00
Jing Sima 46b1d9eb07 fix:[TD-31818] fix memory leak allocated by mode function. 2024-08-31 19:48:11 +08:00
Pan Wei ca43bac8a2
Merge pull request #27576 from taosdata/feat/TS-4674
fix:[TS-4674] no rsp send to poll if change leader in vnode when date…
2024-08-31 18:40:38 +08:00
Pan Wei c5cf448730
Merge pull request #27577 from taosdata/fix/TD-31798-3.0
fix(query)[TD-31798]: Cleanup temporary object on array append failure
2024-08-31 18:35:54 +08:00
Haojun Liao 4c91928db3
Merge pull request #27554 from taosdata/fix/syntax
refactor: remove assert
2024-08-31 15:57:27 +08:00
wangjiaming0909 eb46b5fa08 add tests for fix duplicate cols names 2024-08-31 15:21:53 +08:00
kailixu ffa62193f8 Merge branch '3.0' into enh/TS-5297-3.0 2024-08-31 12:43:09 +08:00
Hongze Cheng 1b21c2338d
Merge pull request #27580 from taosdata/enh/TD-31685
check return code
2024-08-31 10:12:54 +08:00
Hongze Cheng f9f8c42bc8
Merge pull request #27579 from taosdata/enh/TD-31556-3.0
enh: add assert CI test case
2024-08-31 10:11:21 +08:00
Hongze Cheng fb7e84fba6
Merge pull request #27567 from taosdata/fix/TS-5341-3.0
fix: (csv) issuse caused by path trim
2024-08-31 10:01:44 +08:00
yihaoDeng 4f38126c6d check func ret 2024-08-31 09:10:55 +08:00
yihaoDeng 724227c5d4 fix unit test 2024-08-31 09:02:18 +08:00
Haojun Liao 2fd5d5abc6
Merge pull request #27575 from taosdata/fix/create_tb
refactor: remove void.
2024-08-30 18:50:25 +08:00
wangmm0220 0c99b89421 fix:[TS-4674] memory leak 2024-08-30 18:39:19 +08:00
yihaoDeng 0417c8facc fix unit test 2024-08-30 18:34:09 +08:00
dapan1121 f44d9f01f7 fix: log level issues 2024-08-30 17:53:03 +08:00
dapan1121 4de1f35833 fix: function return code validation issue 2024-08-30 17:51:27 +08:00
Pan Wei c959a13c25
Merge pull request #27533 from taosdata/fix/TD-31696
fix:[TD-31696]print error log to screen if parsing config file error …
2024-08-30 17:37:03 +08:00
Leo Xu 7fa3eddaf6 add case TD-31660 2024-08-30 16:31:31 +08:00
Hongze Cheng 4b054e4ebd
Merge pull request #27556 from taosdata/fix/TD-31163-3.0
fix: geos thread key init
2024-08-30 16:27:41 +08:00
Hongze Cheng edc9f51a9f
Merge pull request #27570 from taosdata/fix/TD-31622-remove-reference-when-cancel
fix/TD-31622-remove-reference-when-cancel
2024-08-30 15:58:15 +08:00
Yihao Deng f887f40207 check return code 2024-08-30 07:56:21 +00:00
Hongze Cheng f207b6faf0 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31556-3.0 2024-08-30 15:46:19 +08:00
Hongze Cheng 4a8b6011f1 enh: add assert CI test case 2024-08-30 15:45:26 +08:00
54liuyao 5370b47468 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31802 2024-08-30 15:42:59 +08:00
Jinqing Kuang 392dc35102 fix(query)[TD-31798]: Cleanup temporary object on array append failure 2024-08-30 15:35:39 +08:00
dapan1121 f4f8da251c fix: disable tsma tbname optimization 2024-08-30 15:33:54 +08:00
Haojun Liao 912d987184
Merge pull request #27564 from taosdata/fix/3_liaohj
fix(query): fix memory leak.
2024-08-30 15:33:02 +08:00
wangmm0220 b4a0a7c2c9 fix:[TS-4674] no rsp send to poll if change leader in vnode when date is over 2024-08-30 15:26:15 +08:00
Haojun Liao 7d7c2e6ff5 refactor: remove void. 2024-08-30 15:20:53 +08:00
Pan Wei 5126cd1fe0
Merge pull request #27571 from taosdata/fix/TD-31815
fix: file close issue
2024-08-30 15:20:15 +08:00
Yihao Deng a1db09a360 fix mem leak possible 2024-08-30 07:13:56 +00:00
Leo Xu a250823fb5 add case by TS-5340 2024-08-30 15:09:57 +08:00
wangmm0220 efb010ab9b fix:[TD-31696]print error log to screen if init error 2024-08-30 14:50:01 +08:00
Pan Wei f551818b62
Merge pull request #27565 from taosdata/fix/3.0/TD-31812
fix:[TD-31812] fix memory leak when error occurs in fltOptimizeNodes.
2024-08-30 14:47:29 +08:00
Pan Wei dad85d0cde
Merge pull request #27561 from taosdata/fix/TD-31797-3.0
fix(query)[TD-31797]: Cleanup iterator on fileblock brininfo load failure
2024-08-30 14:22:48 +08:00
Pan Wei 6de0809105
Merge pull request #27560 from taosdata/fix/TD-31791-3.0
fix(query)[TD-31791]: fix null pointer access after memory allocation failure
2024-08-30 14:19:27 +08:00
wangjiaming0909 c8471a5a22 fix duplicate col name 2024-08-30 14:02:44 +08:00
dapan1121 73ad4becb5 fix: file close issue 2024-08-30 14:01:08 +08:00
kailixu 242a417cb2 Merge branch '3.0' into enh/TS-5297-3.0 2024-08-30 13:45:01 +08:00