Commit Graph

7689 Commits

Author SHA1 Message Date
Haojun Liao 5e819fbdb3 fix(query): assign the group id in the ssdatablock when generating grouped results. 2022-05-20 16:50:39 +08:00
Haojun Liao 7b55cb0df2 fix(query): set the correct number of expressions. 2022-05-20 12:06:29 +08:00
Haojun Liao 5809c980e2 fix(query): fix syntax error on windows platform. 2022-05-20 11:11:01 +08:00
Haojun Liao c84e666fab fix(query): remove the false alarm in aggregate operator when handling the stream computing. 2022-05-20 00:29:14 +08:00
Haojun Liao cded09bf79 enh(query): limit the rsp ssdatablock size. 2022-05-19 23:47:27 +08:00
Haojun Liao f636806c2a other: merge 3.0 2022-05-19 17:07:01 +08:00
Haojun Liao 4c3f6f11eb fix(query): set hasNull flag to be true when initializing columnInfodata by default. 2022-05-19 16:58:30 +08:00
Haojun Liao e0b9da9c3d refactor: do some internal refactor. 2022-05-19 16:49:43 +08:00
Haojun Liao 14998af2b8
Merge pull request #12669 from taosdata/feature/3_liaohj
enh(query): record and return the schema version and tags version of the queried table.
2022-05-19 16:48:37 +08:00
Shengliang Guan a9aa8e5863
Merge pull request #12697 from taosdata/fix/dnode
fix: acquire vnode on restart may deadlock
2022-05-19 16:43:49 +08:00
Hongze Cheng fb81b90222
Merge pull request #12698 from taosdata/fix/hzcheng_3.0
fix: tdb concurrent read/commit
2022-05-19 16:32:38 +08:00
Haojun Liao 90a6ec0917 fix(query): release meta reader after initializing it. 2022-05-19 16:16:16 +08:00
Hongze Cheng c49b3f39d9 make windows compile pass 2022-05-19 08:16:06 +00:00
Shengliang Guan 2ee38b94fd refactor: change lockfree to rwlock 2022-05-19 15:52:35 +08:00
Zhiqiang Wang a0710fdc01
Merge pull request #12693 from taosdata/fix/ZhiqiangWang/fix-15602-fix-file-path-format-error
fix(os): file path format error
2022-05-19 15:47:41 +08:00
Hongze Cheng f30e6be9e0 fix windows compile error 2022-05-19 07:46:36 +00:00
Shengliang Guan 380780331d refactor: change lockfree to rwlock 2022-05-19 15:19:19 +08:00
afwerar c6f23145f3 fix(os): file path format error 2022-05-19 15:18:18 +08:00
Hongze Cheng 8bca9c9733 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-19 07:15:12 +00:00
Hongze Cheng 3c4b91a796 fix: tdb concurrent w/r 2022-05-19 07:15:00 +00:00
Liu Jicong 36229739ff enh(stream): trigger after processed by tsdb 2022-05-19 15:09:17 +08:00
Shengliang Guan c5d18b5afd refactor: changel lockfree to rwlock 2022-05-19 15:08:32 +08:00
Shengliang Guan 568c6269dc fix: acquire vnode on restart may deadlock 2022-05-19 14:59:55 +08:00
Xiaoyu Wang 87f1612743
Merge pull request #12692 from taosdata/feature/3.0_wxy
fix: some problems of parser and planner
2022-05-19 14:54:55 +08:00
afwerar 5d1b09be03 fix(os): file path format error 2022-05-19 14:41:42 +08:00
afwerar f81f097843 fix(os): file path format error 2022-05-19 14:31:59 +08:00
Xiaoyu Wang 29bdba7298 fix: some problems of parser and planner 2022-05-19 14:26:10 +08:00
Shengliang Guan 012c500264
Merge pull request #12686 from taosdata/fix/dnode
refactor: dnode monitor
2022-05-19 13:37:34 +08:00
Shengliang Guan 1e7dd90844 enh: return success if version in alter request is smaller than the stb 2022-05-19 13:13:35 +08:00
Shengliang Guan 7002f32a92 enh: add tagver and colver to stb and its msg 2022-05-19 12:30:18 +08:00
Shengliang Guan 2d8ed7a947 fix: monitor in multi-process mode 2022-05-19 12:12:20 +08:00
Zhiqiang Wang 8add9a9a17
Merge pull request #12682 from taosdata/fix/ZhiqiangWang/fix-15602-fix-win-run-error
fix(os): win run error
2022-05-19 11:53:45 +08:00
Shengliang Guan fefc2dad11 refactor: dnode monitor 2022-05-19 11:51:52 +08:00
dapan1121 76567312db
Merge pull request #12676 from taosdata/feature/qnode
feat: update table meta based on sversion
2022-05-19 11:44:02 +08:00
shenglian-zhou c04890c59e
Merge pull request #12685 from taosdata/feature/udf
fix: executor process express tree scalar execution error
2022-05-19 11:37:16 +08:00
afwerar f1a788f161 fix(os): win run error 2022-05-19 11:34:52 +08:00
Liu Jicong 82b2ae4194 enh(tmq): set and show client id 2022-05-19 11:20:47 +08:00
slzhou 83f4d1286e fix: executor process express tree scalar execution error 2022-05-19 11:20:27 +08:00
Cary Xu 6015e32acb
Merge pull request #12679 from taosdata/feature/TD-13066-3.0
feat: put dup record in the last
2022-05-19 11:12:40 +08:00
Cary Xu e038b2f458
Merge pull request #12653 from taosdata/feature/TD-14481-3.0
feat: check ts in submit req msg
2022-05-19 11:12:21 +08:00
Shengliang Guan a41dc27e6d refactor: dnode monitor 2022-05-19 11:10:13 +08:00
Liu Jicong 1a9786468c
Merge pull request #12681 from taosdata/feature/tq
fix(stream): skip update tb uid for db topic
2022-05-19 10:42:24 +08:00
afwerar 51721dfc47 fix(os): win run error 2022-05-19 10:37:11 +08:00
Liu Jicong 2216438c72 fix(stream): skip update tb uid for db topic 2022-05-19 10:26:42 +08:00
dapan1121 fb944e85bc fix explain res issue 2022-05-19 09:39:28 +08:00
Cary Xu 54420f06fc feat: put dup record in the last 2022-05-19 09:23:15 +08:00
Cary Xu aa2faab1aa Merge branch '3.0' into feature/TD-13066-3.0 2022-05-18 22:53:16 +08:00
Cary Xu f41caed14a fix: merge bitmap when data col have data 2022-05-18 22:52:20 +08:00
Hongze Cheng bc8cf0fbad
Merge pull request #12673 from taosdata/feature/meta
refact: tdb
2022-05-18 22:10:57 +08:00
Shengliang Guan f47df5babe Merge pull request #12670 from taosdata/fix/dnode
fix: only send message to one vnode in the vgroup
2022-05-18 21:49:16 +08:00