Commit Graph

51180 Commits

Author SHA1 Message Date
Haojun Liao 37d042a338 fix(query): fix error in add row into merger. 2023-04-25 00:33:24 +08:00
Haojun Liao 9a14e0db47 fix(query): fix error in add row into merger. 2023-04-25 00:30:43 +08:00
Haojun Liao c6daa68e54 enh(query): opt merge life cycle. 2023-04-25 00:17:37 +08:00
wangmm0220 1c63408b3e opti:change push mgr to consume msg for subscribe 2023-04-24 20:18:20 +08:00
wangmm0220 a35629d14a Merge branch 'fix/TD-22671' of https://github.com/taosdata/TDengine into fix/TD-22671 2023-04-24 20:10:58 +08:00
wangmm0220 59ae3ecc2c opti:test cases for tmq 2023-04-24 20:10:39 +08:00
Ping Xiao 7b73130bd4 udpate test case 2023-04-24 19:54:10 +08:00
wangmm0220 168e6f8936 opti:change push mgr to consume msg for subscribe 2023-04-24 19:44:10 +08:00
wangmm0220 8572f4a32f opti:change push mgr to consume msg for subscribe 2023-04-24 19:41:30 +08:00
Ping Xiao f4547492f6 Merge branch 'main' into test/TS-3105 2023-04-24 19:24:35 +08:00
dapan1121 8c4b73a351 feat: add get table tag sync API 2023-04-24 19:19:12 +08:00
WANG MINGMING 0cc8f92dfd
Merge branch 'main' into fix/TD-22671 2023-04-24 18:03:28 +08:00
Ganlin Zhao 80621e14eb refactor 2023-04-24 17:24:07 +08:00
Ganlin Zhao 782566ad08 refactor 2023-04-24 17:15:46 +08:00
Haojun Liao 7360a6b65c enh(query): opt hash. 2023-04-24 16:39:55 +08:00
Haojun Liao d73306f616 enh(query): opt last row read performance. 2023-04-24 16:08:49 +08:00
Haojun Liao 5663550de2 enh(query): opt query perf by allocate the SLDataIter when opening reader. 2023-04-24 15:47:02 +08:00
Hui Li a0e1ea966e
Merge pull request #21047 from taosdata/test/TS-3249
Test/ts 3249
2023-04-24 15:21:48 +08:00
“happyguoxy” 1f6fc336c1 test: refine query cases 2023-04-24 14:02:26 +08:00
“happyguoxy” 76949a4ba0 test: refine query cases 2023-04-24 12:14:18 +08:00
Haojun Liao 93a329f5ac
Merge pull request #21030 from taosdata/fix/liaohj_main
fix(query): add null ptr check.
2023-04-24 12:03:15 +08:00
Hui Li 82bd457a57
Merge pull request #21044 from taosdata/test/main/TS-3209
test:modify base version in compatibility.py
2023-04-24 11:03:16 +08:00
dapan1121 24aff3d680 fix: memory leak issue 2023-04-24 10:46:32 +08:00
dapan1121 8480c42234 fix: memory leak issue 2023-04-24 10:41:28 +08:00
dapan1121 905df6f7ac fix: memory leak issue 2023-04-24 10:37:58 +08:00
dapan1121 3b8e8018b2 fix: get user errcode issue 2023-04-24 10:34:07 +08:00
“happyguoxy” a32121b51b test: refine query cases 2023-04-24 10:31:27 +08:00
“happyguoxy” 60a6f733fd test: refine query cases 2023-04-24 10:30:10 +08:00
“happyguoxy” 7960528993 test: refine query cases 2023-04-24 10:29:47 +08:00
“happyguoxy” 76810b8166 test: refine query cases 2023-04-24 10:29:35 +08:00
wangmm0220 af5bcb80bf opti:test cases for tmq 2023-04-24 10:26:40 +08:00
wangmm0220 9bd74ec5b2 Merge branch 'fix/TS-3222' of https://github.com/taosdata/TDengine into fix/TS-3222 2023-04-24 10:14:32 +08:00
dapan1121 4b166e567e fix: fix client retry issue 2023-04-24 10:14:02 +08:00
Haojun Liao 7e9432606d fix(tmq): revoke the fix, it will definitly cause the deadlock. 2023-04-24 09:50:39 +08:00
Ganlin Zhao 1251245c2a move code to parser 2023-04-24 09:49:03 +08:00
chenhaoran 8f17c2f2d7 test:modify base version in compatibility.py 2023-04-24 09:37:51 +08:00
dapan1121 d23ae400b8 fix: table meta double free issue 2023-04-24 09:22:59 +08:00
Haojun Liao 134c0528ae Merge branch 'main' into fix/liaohj_main 2023-04-24 01:43:00 +08:00
Ping Xiao 3678b2373a [TS-3140]: add test case for user privilege 2023-04-23 20:45:55 +08:00
wangmm0220 77e03bfd78 opti:change push mgr to consume msg for subscribe 2023-04-23 20:14:49 +08:00
Haojun Liao a4258a5af0
Merge pull request #21019 from taosdata/fix/tagFilterError
fix filter err
2023-04-23 19:58:27 +08:00
dapan1121 64a1c1810f
Merge pull request #21032 from taosdata/fix/TD-23794-M
fix: release resources if node open/start failed
2023-04-23 18:13:45 +08:00
Haojun Liao 8346587878 Merge remote-tracking branch 'origin/fix/liaohj_main' into fix/liaohj_main 2023-04-23 17:43:20 +08:00
Haojun Liao 623ea6df5f fix(stream): add task status check. 2023-04-23 17:42:56 +08:00
wangmm0220 af65f9703b fix:tmq error if consume callback is earlier than consume 2023-04-23 17:36:59 +08:00
jiacy-jcy 3eca2ff818 update 2023-04-23 16:54:50 +08:00
yihaoDeng acee9e1862 fix filter err 2023-04-23 08:32:59 +00:00
Xiaoyu Wang 4bb7a25fc7 feat: subtable level privilege 2023-04-23 16:30:28 +08:00
yihaoDeng 2699a01444 fix filter err 2023-04-23 08:13:27 +00:00
yihaoDeng 03b661061a fix filter err 2023-04-23 08:12:36 +00:00