Commit Graph

29569 Commits

Author SHA1 Message Date
Haojun Liao a2a7674021 fix(query): do some internal refactor. 2022-05-26 17:18:56 +08:00
Haojun Liao 48bb336dd6 fix(query): fix memory leak. 2022-05-26 17:18:25 +08:00
Haojun Liao b137be9898 fix(query): prepare enough buffer before convert string. 2022-05-26 17:17:56 +08:00
Hongze Cheng b911b5ba1c
Merge pull request #13026 from taosdata/feat/two_versions
feat: seperate data schema version and tag schema version
2022-05-26 17:13:44 +08:00
Ganlin Zhao ed6eae4d58 fix(query): fix elapsed function time_unit cannot be smaller than db
precision

TD-16018
2022-05-26 17:13:13 +08:00
Shengliang Guan 14c95a0b31 fix: return correct mnode epset 2022-05-26 17:12:07 +08:00
Xiaoyu Wang 884d166811
Merge pull request #13024 from taosdata/feature/3.0_wxy
fix: some problems of rollup sma
2022-05-26 17:01:03 +08:00
yihaoDeng e99cb305ff fix: add retry 2022-05-26 16:58:57 +08:00
54liuyao 270771e39e feat(stream): stream final session operator 2022-05-26 16:55:54 +08:00
Shengliang Guan f5e3b409ab refactor: add some log 2022-05-26 16:47:37 +08:00
Hongze Cheng b40e3671a4 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/two_versions 2022-05-26 08:32:35 +00:00
Hongze Cheng fe22f0f6d3 use two version in server and refact 2022-05-26 08:29:52 +00:00
Ganlin Zhao 998980079f fix(query): fix sum/avg function floating type overflow 2022-05-26 16:23:29 +08:00
Haojun Liao 109df4301d
Merge pull request #13012 from taosdata/feature/3_liaohj
fix(query): free the cursor when all data retrieved immediately.
2022-05-26 16:10:06 +08:00
Shengliang Guan e7048eb6d0 Merge remote-tracking branch 'origin/feature/sync-mnode-integration' into fix/mnode 2022-05-26 15:58:56 +08:00
Shengliang Guan 5c402c4711 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-26 15:58:37 +08:00
Shengliang Guan 1af3a5c017 feat: add vgroup for tsma 2022-05-26 15:46:31 +08:00
Shuduo Sang c47b79398b refactor: use max int64 to replace -1 for unlimit
for 3.0

[TD-15999]
2022-05-26 15:18:04 +08:00
Minghao Li f078f5b300 fix(sync): syncSetStandby 2022-05-26 15:08:20 +08:00
Cary Xu d698bbf4ad enh: code optimization 2022-05-26 14:43:03 +08:00
Ganlin Zhao fb0770485d
Merge pull request #12887 from taosdata/feature/3.0_glzhao
feat(query): add apercentile function
2022-05-26 14:42:10 +08:00
Hui Li 9ed5d58196
Update fulltest.sh
temp close concast.py, concast_ws.py, join.py.
2022-05-26 14:38:55 +08:00
Liu Jicong 27af0747d6 feat(sma): using separate vg 2022-05-26 14:34:05 +08:00
dapan1121 22470344e0 scheduler async api test 2022-05-26 14:23:07 +08:00
Minghao Li 4e1aa6b5c5 refactor: config change 2022-05-26 14:21:24 +08:00
Xiaoyu Wang 7989190b5e fix: some problems of rollup sma 2022-05-26 14:16:36 +08:00
Shengliang Guan 13affd9b9f Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-26 13:45:08 +08:00
Shengliang Guan 0dcd7ab854 feat: add vgroup for tsma 2022-05-26 13:19:48 +08:00
Shengliang Guan 381ff01f52 feat: add vgroup for tsma 2022-05-26 13:18:39 +08:00
Ganlin Zhao 067731b763 Merge branch '3.0' into feature/3.0_glzhao 2022-05-26 12:22:56 +08:00
Ganlin Zhao 9b54534b35 fix(query): comment out nestedQuery.py 2022-05-26 12:19:06 +08:00
Haojun Liao cd5dbf4df3 Merge branch '3.0' into feature/3_liaohj 2022-05-26 12:05:19 +08:00
Haojun Liao f6e8276475 fix(query): free the cursor when all data retrieved immediately. 2022-05-26 11:51:32 +08:00
Ganlin Zhao 72d9b07894 fix(query): fix avg/sum function result overflown output inf/nan
TD-15923
2022-05-26 11:36:07 +08:00
Liu Jicong d54d80f63b
Merge pull request #13008 from taosdata/feature/stream
fix(stream): tb name error
2022-05-26 11:34:28 +08:00
plum-lihui 7b227cb2b7 test: add test cases for tmq 2022-05-26 11:22:14 +08:00
Liu Jicong a0f3138888 fix(stream): tb name error 2022-05-26 11:16:35 +08:00
Haojun Liao a02bf52295
Merge pull request #12989 from taosdata/feature/3_liaohj
fix(query): check for invalid parameters of substr function.
2022-05-26 11:03:50 +08:00
Minghao Li 2dee385502 Merge branch 'feature/sync-mnode-integration' of https://github.com/taosdata/TDengine into feature/sync-mnode-integration 2022-05-26 11:02:59 +08:00
Minghao Li 9a2eddda4c fix(sync), call FpCommitCb twice when FOLLOWER 2022-05-26 11:02:35 +08:00
Shengliang Guan dbf80b5680
Merge pull request #12987 from taosdata/fix/mnode
fix(sync): persist standby option
2022-05-26 10:11:38 +08:00
Ganlin Zhao 0f27d39156
Merge pull request #12971 from taosdata/fix/TD-15977
fix(query): restrict top/bottom function column type and first param must be column
2022-05-26 09:51:42 +08:00
Shengliang Guan cfa89bd7bc Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-26 09:51:39 +08:00
Shengliang Guan 3f37725947 test: case for alter stable 2022-05-26 09:46:25 +08:00
dapan1121 0c35e62158 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-26 09:17:50 +08:00
dapan1121 e27f8e8a23
Merge pull request #12926 from taosdata/feature/async.scheduler
feat: scheduler async api
2022-05-26 09:15:55 +08:00
dapan1121 5635dcf09e
Merge pull request #12983 from taosdata/feature/qnode
feat: catalog async api test
2022-05-26 09:15:34 +08:00
dapan1121 a8d3162cd9 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-26 09:03:56 +08:00
Sean Ely 72ce88e972 docs: grammar: resource planning
Minor grammar edits to the Resource Planning page
2022-05-26 08:05:49 +08:00
Sean Ely 74be10c361 docs: grammar: admin install
Minor grammar updates and formatting for Admin > Install & Uninstall page
2022-05-26 08:05:11 +08:00