Commit Graph

1175 Commits

Author SHA1 Message Date
Liu Jicong 88313b9068
Merge pull request #13619 from taosdata/feature/stream
fix(query): decode
2022-06-09 13:03:35 +08:00
Cary Xu 49ff6bd8be Merge branch '3.0' into feature/TD-11274-3.0 2022-06-09 11:55:26 +08:00
Cary Xu c9b0b7cd76 feat: add test case for tsrow 2022-06-09 11:53:50 +08:00
shenglian-zhou 0b549e9de8
Merge pull request #13629 from taosdata/szhou/feature/multiwaymerge
fix: add group id to sort operator
2022-06-09 10:46:04 +08:00
Haojun Liao c7bbd9354b fix(query): set correct column number value for ssdatablock. 2022-06-09 10:17:43 +08:00
Haojun Liao 30b54fcfb5 refactor: do some internal refactor. 2022-06-09 09:36:50 +08:00
shenglian zhou 9afcca0355 fix: add group id to create initial source 2022-06-09 09:36:14 +08:00
dapan1121 d4c7154cde Merge branch '3.0' into feature/qnode 2022-06-09 09:10:37 +08:00
Cary Xu 71c1291f4c
Merge pull request #13609 from taosdata/feature/TD-11274-3.0
fix: minor optimization for tsrow
2022-06-09 07:01:00 +08:00
Liu Jicong 9c127e3e69 fix(query): decode 2022-06-08 22:00:57 +08:00
Liu Jicong 6733636a1a
Merge pull request #13601 from taosdata/feature/retrievemsg
refactor: do some internal refactor.
2022-06-08 21:27:16 +08:00
Haojun Liao 716dd2c5e4 refactor: do some internal refactor, add the column info in STableRetrieveRsp. 2022-06-08 18:41:05 +08:00
dapan1121 bc7397a2e8 add epset in index rsp 2022-06-08 18:39:07 +08:00
Cary Xu 9d3524ab6b fix: minor optimization for tsrow 2022-06-08 18:19:20 +08:00
Yihao Deng 0d665b57d2
Merge pull request #13605 from taosdata/enh/jsonIdx1
Enh/json idx1
2022-06-08 17:21:14 +08:00
yihaoDeng 6b39c690d2 json idx 2022-06-08 16:13:52 +08:00
Haojun Liao 9bee5e2cee refactor: do some internal refactor. 2022-06-08 16:08:26 +08:00
shenglian-zhou 58161110e7
Merge pull request #13570 from taosdata/szhou/feature/multiwaymerge
feat: support multi-way sort merge
2022-06-08 15:32:39 +08:00
WANG MINGMING 098be04ab6
Merge pull request #13597 from taosdata/feature/TD-13041
fix:return false in is ture operator if result is null
2022-06-08 14:46:58 +08:00
wangmm0220 8e4690455d fix:return false in is ture operator if result is null 2022-06-08 14:06:42 +08:00
shenglian zhou 3a9b5cc6f4 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multiwaymerge 2022-06-08 13:43:56 +08:00
54liuyao 262a221c12 distributed interval 2022-06-08 09:33:11 +08:00
wangmm0220 9221513d97 fix:memory leak & memory problem & sml params 2022-06-07 18:37:35 +08:00
dapan1121 7c65ac7592
Merge pull request #13495 from taosdata/feature/qnode
enh: remove offline scheduler info
2022-06-07 17:53:17 +08:00
wangmm0220 56f7b46ae7 fix:global buffer overflow 2022-06-07 17:49:51 +08:00
shenglian zhou a0d96f9b98 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multiwaymerge 2022-06-07 17:41:27 +08:00
shenglian zhou eb6250de4f feat: support multiway sort merge 2022-06-07 17:41:11 +08:00
dapan1121 9450c959d7 get table index 2022-06-07 17:25:01 +08:00
Xiaoyu Wang c2477b4ed8
Merge pull request #13557 from taosdata/feature/3.0_wxy
feat: vgroup manage command
2022-06-07 17:14:57 +08:00
wangmm0220 652035d8b2 Merge branch 'fix/jsonIdx' of github.com:taosdata/TDengine into fix/jsonIdx 2022-06-07 16:29:30 +08:00
wangmm0220 7ab66e5b6b fix:memory leak in doFilter 2022-06-07 16:29:00 +08:00
Liu Jicong 65900c32c3 enh(stream): use same name rule with schemaless 2022-06-07 15:40:11 +08:00
Xiaoyu Wang 6dc64627cd feat: vgroup manage command 2022-06-07 11:53:32 +08:00
Liu Jicong 34a46348c3 merge from 3.0 2022-06-07 11:38:37 +08:00
Liu Jicong 1a84d07188 fix(stream): msg deserialize 2022-06-07 11:36:40 +08:00
dapan1121 16b84f575f Merge branch '3.0' into featuer/delete 2022-06-07 09:13:47 +08:00
dapan1121 33a7a83d65 feature delete data 2022-06-06 20:59:36 +08:00
Cary Xu ea8239c8e5 fix: fix type convert of sum/avg for rsma 2022-06-06 16:40:37 +08:00
dapan1121 9cdde2a8c0 Merge branch '3.0' into featuer/delete 2022-06-06 13:58:01 +08:00
Cary Xu 79769dd2ad feat: add vgroup epset for tsma 2022-06-06 13:47:32 +08:00
wangmm0220 3aab380045 feat: merge from 3.0 2022-06-05 22:34:12 +08:00
dapan1121 f1ee1abd7b delete data 2022-06-05 20:33:21 +08:00
Cary Xu fbdffd87ad
Merge pull request #13481 from taosdata/feature/TD-14481-3.0
enh: check max/sum/avg func for rsma
2022-06-05 20:30:05 +08:00
Cary Xu 1c46958cb4 enh: check max/sum/avg func for rsma 2022-06-05 19:55:06 +08:00
wangmm0220 020372cc75 feat: add sort/group logic for json 2022-06-05 18:26:16 +08:00
Hongze Cheng 5b2637e532 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-05 01:25:45 +00:00
Cary Xu 9b348a4ad4
Merge pull request #13473 from taosdata/feature/TD-14481-3.0
feat: add vgroup and epset in tsma info
2022-06-05 07:55:31 +08:00
Cary Xu 8a3594dd8c feat: add vgroup and epset in tsma info 2022-06-05 00:49:20 +08:00
Hongze Cheng 8fd4c49a66 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-04 15:22:35 +00:00
WANG MINGMING 8566917971
Merge pull request #13433 from taosdata/feature/TD-13041
feat:add json test case
2022-06-04 23:18:09 +08:00