Commit Graph

8094 Commits

Author SHA1 Message Date
Hongze Cheng 5495b2c318 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/data_format 2022-05-25 09:16:20 +00:00
Hongze Cheng 8011ea777f make compile 2022-05-25 09:16:16 +00:00
Haojun Liao 53527cfe59
Merge pull request #12975 from taosdata/feature/3_liaohj
enh(query): add detailed sort exec information in analysis of operator.
2022-05-25 17:08:51 +08:00
Hongze Cheng 6aa1ad328c Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/data_format 2022-05-25 08:30:57 +00:00
Cary Xu 8916ed9370
Merge pull request #12976 from taosdata/feature/TD-13066-3.0
fix: use real schema version of row
2022-05-25 16:17:14 +08:00
Hongze Cheng d1a4e2d232 feat: drop stable 2022-05-25 08:03:05 +00:00
Haojun Liao d5d0bd2b19 fix(query): add check for invalid tablename. 2022-05-25 15:36:57 +08:00
Haojun Liao 84f6898fcd enh(query): add detailed sort exec information in analysis of operator. 2022-05-25 15:22:34 +08:00
Hongze Cheng 74f2746677 drop super table 2022-05-25 07:14:36 +00:00
Cary Xu baccc30408 fix: use real schema version of row 2022-05-25 15:10:56 +08:00
Hongze Cheng e10e5287fc Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/data_format 2022-05-25 06:40:40 +00:00
Hongze Cheng aa7a1a7750 make compile 2022-05-25 06:38:13 +00:00
Ganlin Zhao def5680ee6
Merge pull request #12968 from taosdata/enh/TD-15976
enh(query): reserve aggregate function constant param as value node in client.
2022-05-25 14:20:02 +08:00
Hongze Cheng 2ff55af327 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/data_format 2022-05-25 06:03:02 +00:00
Ganlin Zhao 220253e604 enh(query): reserve aggregate function constant param as value node in
client.

TD-15976
2022-05-25 13:30:26 +08:00
WANG MINGMING f053cf20cb
Merge pull request #12918 from taosdata/feature/TD-14761
fix:add modify schema for schemaless
2022-05-25 09:56:44 +08:00
Hongze Cheng 674e5b3dc9 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/data_format 2022-05-25 01:39:43 +00:00
dapan1121 12e99187b7
Merge pull request #12936 from taosdata/feature/qnode
fix: fix hb update epset issue
2022-05-25 09:24:15 +08:00
54liuyao 0778bf8857 stream session operator 2022-05-25 09:05:03 +08:00
Shengliang Guan 964da014a7
Merge pull request #12942 from taosdata/fix/mnode
feat: create mnode
2022-05-24 23:45:51 +08:00
Liu Jicong 95af103832
Merge pull request #12934 from taosdata/feature/stream
enh(stream): add error string
2022-05-24 23:28:07 +08:00
Haojun Liao 3ac134adbe enh: free cursor if it is not a null pointer. 2022-05-24 23:10:51 +08:00
Shengliang Guan 7f3c60421a refactor: mnode sync 2022-05-24 22:34:48 +08:00
Liu Jicong 8f795a638a
Merge pull request #12931 from taosdata/feature/tq
feat(tmq): use tdb as persistent storage
2022-05-24 22:22:02 +08:00
dapan1121 8e8eeed4cd fix hb issue 2022-05-24 21:22:03 +08:00
Shengliang Guan 907ff2e4fe Merge branch 'feature/sync-mnode-integration' into fix/mnode 2022-05-24 20:56:48 +08:00
Liu Jicong d840898555 enh(stream): add error string 2022-05-24 20:55:26 +08:00
Shengliang Guan e0d6d47930 Merge branch 'feature/sync-mnode-integration' of https://github.com/taosdata/TDengine into feature/sync-mnode-integration 2022-05-24 20:44:45 +08:00
Liu Jicong 2de2eafaa8 feat(tmq): use tdb as persistent storage 2022-05-24 20:35:37 +08:00
Minghao Li cb20717ce6 refactor: votesRespondUpdate 2022-05-24 20:23:11 +08:00
Minghao Li 94438de0ec enh(sync): syncStartStandBy 2022-05-24 19:45:09 +08:00
Xiaoyu Wang 1ea2eec5de
Merge pull request #12925 from taosdata/feature/3.0_wxy
fix: some problems of parser
2022-05-24 19:31:07 +08:00
Shengliang Guan d2d0ae20aa refactor: mnode snapshot 2022-05-24 19:29:23 +08:00
Haojun Liao 2dd4d90512
Merge pull request #12916 from taosdata/feature/3_liaohj
enh(query): return open/total cost for each operator.
2022-05-24 18:13:16 +08:00
Xiaoyu Wang 21f1321ea8 fix: some problems of parser 2022-05-24 17:37:53 +08:00
Shengliang Guan f99b20aaa9 refactor: add standby option for mnode 2022-05-24 17:28:33 +08:00
Hongze Cheng 9fbbb25aea feat: vnode snapshot 2022-05-24 09:21:14 +00:00
Minghao Li 6cf9f50c3a enh(sync): syncStartStandBy 2022-05-24 17:14:12 +08:00
Hongze Cheng e2003534f4 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/data_format 2022-05-24 09:13:20 +00:00
Hongze Cheng c81ff9cbab vnode snapshot 2 2022-05-24 09:12:14 +00:00
wangmm0220 e2794d176d fix:add modify schema for schemaless 2022-05-24 16:49:57 +08:00
Liu Jicong 51a421da41
Merge pull request #12917 from taosdata/feature/tq
fix(tmq): unref topic
2022-05-24 16:23:00 +08:00
Liu Jicong 984b831563 fix(tmq): unref topic 2022-05-24 15:56:10 +08:00
Haojun Liao a4e38ed7ca enh(query): return open/total cost for each operator. 2022-05-24 15:54:39 +08:00
Shengliang Guan 8f37bb2e56 Merge branch 'feature/sync-mnode-integration' of https://github.com/taosdata/TDengine into feature/sync-mnode-integration 2022-05-24 15:41:19 +08:00
Minghao Li 8fa1096c5b enh(sync): add mndSnapshotRead mndSnapshotApply 2022-05-24 15:38:52 +08:00
Shengliang Guan ca89251caa Merge branch 'feature/sync-mnode-integration' of https://github.com/taosdata/TDengine into feature/sync-mnode-integration 2022-05-24 15:38:05 +08:00
Hongze Cheng 207df5367f fix: szBuf leak 2022-05-24 07:35:36 +00:00
Minghao Li aa85781560 enh(sync): add mndSnapshotRead mndSnapshotApply 2022-05-24 15:28:12 +08:00
Shengliang Guan 9b273e1766 feat: create mnode 2022-05-24 15:05:01 +08:00