Commit Graph

49647 Commits

Author SHA1 Message Date
54liuyao fe4123e814 feat:window close && ignore expired 2023-02-28 18:20:58 +08:00
54liuyao abbc69a2ed fix:asan error 2023-02-28 17:43:47 +08:00
Alex Duan 3249b83890 fix: destroy node with wrong type coversion 2023-02-28 17:38:35 +08:00
Xiaoyu Wang ca624678b1 fix: a plan error of set operator subquery 2023-02-28 17:28:23 +08:00
chenhaoran ecf166bd0f test: remove cross-threaded operations that use Python connections in test cases 2023-02-28 17:04:48 +08:00
Linhe Huo b93fbf4f4c
Merge pull request #20199 from taosdata/fix/explorer-packaging
fix: explorer packaging
2023-02-28 16:30:20 +08:00
Haojun Liao 95c6629937 fix(query): check for the handle value. 2023-02-28 16:28:02 +08:00
Xiaoyu Wang e36d9a4c25 merge main 2023-02-28 16:13:28 +08:00
cyang 2164acce88 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-22764 2023-02-28 16:10:09 +08:00
shenglian zhou 8f2ec81f76 Merge branch 'main' of github.com:taosdata/TDengine into szhou/fix/td-22789 2023-02-28 16:05:49 +08:00
Ganlin Zhao 5ad0d18c2e fix(query): make exchange operator inherit input order from upstream 2023-02-28 16:05:41 +08:00
Haojun Liao 281c774f6e fix(query): remove unused hash. 2023-02-28 16:04:38 +08:00
Haojun Liao f1f9e570e6 Merge branch '3.0' into fix/3_coverity 2023-02-28 16:03:28 +08:00
Xiaoyu Wang e7a19755c6 fix: a plan error of set operator subquery 2023-02-28 16:02:49 +08:00
dapan1121 106e9f3281
Merge pull request #20203 from taosdata/fix/TD-22810
fix: trace id two character missing issue
2023-02-28 15:37:40 +08:00
Haojun Liao dc45ec2660 fix(query): set the correct bucket index. 2023-02-28 15:17:32 +08:00
wangmm0220 f08d17d2ff Merge branch 'fix/TD-22671' of https://github.com/taosdata/TDengine into fix/TD-22671 2023-02-28 15:11:36 +08:00
wangmm0220 986ae9c4d0 fix:conflicts 2023-02-28 15:11:16 +08:00
plum-lihui 2310dfca22 test: del data from async to sync 2023-02-28 15:02:57 +08:00
Xiaoyu Wang 84b8637a05
Merge pull request #20200 from taosdata/fix/main_bugfix_wxy
fix: invalid write memory when query policy is 4
2023-02-28 14:29:09 +08:00
Haojun Liao 22e52ebb38 fix(query): fix block distribution error. 2023-02-28 14:25:19 +08:00
Haojun Liao 4172041ec8 fix(query): fix error in displaying block distribution. 2023-02-28 14:20:14 +08:00
Haojun Liao 60188e82a6 fix(query): fix coverity issue. 2023-02-28 13:42:19 +08:00
dapan1121 cc1bc9304a fix: trace id two character missing issue 2023-02-28 13:23:59 +08:00
Xiaoyu Wang 586ca254be fix: invalid write memory when query policy is 4 2023-02-28 13:02:29 +08:00
Haojun Liao 1ac30b7710
Merge pull request #20169 from taosdata/feature/3_liaohj
refactor: do some internal refactor and add some logs for tmq.
2023-02-28 12:01:22 +08:00
xinsheng Ren 526105d4b8
Docs/xsren/ts 2750/start service des on mac (#20196)
* fix: launchctl start tasd needs root permit

* docs: start service describle

* fix: start service describe with english

* docs: refine wording

---------

Co-authored-by: facetosea <25808407@qq.com>
Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2023-02-28 11:48:01 +08:00
shenglian zhou ce38d80480 fix: ensure capacity and move to next group 2023-02-28 11:19:13 +08:00
Xiaoyu Wang daa0dd7609
Merge pull request #20201 from taosdata/docs/3.0_doc_wxy
fix: show license/vgroups docs error
2023-02-28 11:06:23 +08:00
Xiaoyu Wang 69c0ef8ecd fix: show license/vgroups docs error 2023-02-28 11:05:07 +08:00
Xiaoyu Wang 01ededfbf5 fix: invalid write memory when query policy is 4 2023-02-28 10:45:47 +08:00
Xiaoyu Wang c2460da390 fix: invalid write memory when query policy is 4 2023-02-28 10:45:20 +08:00
Xiaoyu Wang 706cba7927 Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy 2023-02-28 10:42:06 +08:00
Xiaoyu Wang 5b7ec8ade5 fix: invalid write memory when query policy is 4 2023-02-28 10:41:13 +08:00
slzhou 029444e1c2 fix: use const for name and path in SScriptUdfInfo 2023-02-28 10:39:08 +08:00
Huo Linhe 5c70ea58f8 fix: explorer packaging 2023-02-28 10:31:36 +08:00
slzhou 32ccc796a1 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf 2023-02-28 10:15:30 +08:00
WANG MINGMING 5dfc9ed4d0
Merge branch '3.0' into fix/TD-22667-3.0 2023-02-28 09:52:34 +08:00
Haojun Liao b92de1e9e6 fix(query): fix invalid read. 2023-02-28 09:34:16 +08:00
Haojun Liao 7bf9c3d701
Merge pull request #20186 from taosdata/fix/TD-22780
fix: invalid vg count
2023-02-28 09:19:09 +08:00
Haojun Liao 0c730ec48e
Merge pull request #20187 from taosdata/fix/TD-22780_m
fix: invalid vg count
2023-02-28 09:18:58 +08:00
Haojun Liao 52a8912969
Merge pull request #20183 from taosdata/fix/TD-22797
fix: avoid filter slow when not exist target value
2023-02-28 09:18:46 +08:00
dapan1121 0e6481e86b
Merge pull request #20190 from taosdata/feat/auto_retention
feat: auto retentiion
2023-02-28 08:56:37 +08:00
Haojun Liao d18dd3067b other: merge main. 2023-02-28 00:38:37 +08:00
Hui Li 3bd66ecb52
Merge pull request #20188 from taosdata/test/main/TD-22818
test: check asan cases successful
2023-02-27 20:36:52 +08:00
chenhaoran e96b52675c ci: conment failed cases 2023-02-27 20:35:38 +08:00
Hui Li ca42ae6f13
Merge pull request #20189 from taosdata/test/3.0/TD-22818
test: check asan cases successful
2023-02-27 20:33:46 +08:00
chenhaoran 57e5319e3d ci: conment failed cases 2023-02-27 20:28:51 +08:00
chenhaoran 9725957b34 ci: conment failed cases 2023-02-27 20:27:21 +08:00
chenhaoran a1c89b8329 Merge branch 'test/3.0/TD-22818' of https://github.com/taosdata/TDengine into test/3.0/TD-22818 2023-02-27 20:25:28 +08:00