Commit Graph

34837 Commits

Author SHA1 Message Date
Haojun Liao a5955c3dae fix(query): add more check for fetch rsp, and set the correct start time window for fill. 2022-07-11 15:49:13 +08:00
Haojun Liao 4f43d7df43 Merge branch '3.0' into feature/3_liaohj 2022-07-11 14:06:44 +08:00
dapan1121 126b7282bc
Merge pull request #14747 from taosdata/fix/TD-17123
fix: fix invalid time range issue
2022-07-11 13:56:28 +08:00
dapan1121 9584f51f83
Merge pull request #14743 from taosdata/fix/TD-17191
fix: fix taos crash and deadlock issue
2022-07-11 13:56:12 +08:00
Haojun Liao c7572cac7d refactor: remove some macro 2022-07-11 13:54:12 +08:00
Haojun Liao 75ace4f4ed
Merge pull request #14746 from taosdata/feature/3_liaohj
fix(query): handle the indefinit function  output with partition by
2022-07-11 13:49:13 +08:00
shenglian-zhou 732a4b19cb
Merge pull request #14748 from taosdata/szhou/td-17001
fix: set capacity for newly created datablock
2022-07-11 13:47:42 +08:00
Haojun Liao be498df3dd test:update the test cases. 2022-07-11 13:23:42 +08:00
Haojun Liao 16280579ac
Merge pull request #14750 from taosdata/feature/3.0_debug_wxy
fix(query): update the  timerange.
2022-07-11 13:21:33 +08:00
Haojun Liao 35711aef0c Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj 2022-07-11 11:55:18 +08:00
Haojun Liao d83f875467 fix(query): ensure capacity of ssdatablock. 2022-07-11 11:55:02 +08:00
slzhou@taodata.com 0fb06cbc4c fix: set capacity for newly created datablock 2022-07-11 11:40:44 +08:00
Haojun Liao 9af4cd3165
Merge branch '3.0' into feature/3_liaohj 2022-07-11 11:36:19 +08:00
Haojun Liao dd20c34346 fix(query): fix a typo. 2022-07-11 11:28:45 +08:00
dapan1121 b824dc71a0 fix: fix invalid time range issue 2022-07-11 11:23:15 +08:00
Xiaoyu Wang 65c318dbcc
Merge pull request #14741 from taosdata/feature/3.0_debug_wxy
fix: syntax issue with '(select ... limit) statement'
2022-07-11 11:19:17 +08:00
Haojun Liao 4527447b60 fix(query): handle the indefinit function output with partition by 2022-07-11 11:13:49 +08:00
Xiaoyu Wang 0bc700eb82 feat: sql command 'trim database' 2022-07-11 10:53:06 +08:00
dapan1121 def96ee38f fix: fix taos crash and deak lock issue 2022-07-11 10:43:08 +08:00
Xiaoyu Wang ed66440c5c Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy 2022-07-11 10:08:54 +08:00
Xiaoyu Wang d2b54896b7 Merge branch 'feature/3.0_debug_wxy' of github.com:taosdata/TDengine into feature/3.0_debug_wxy 2022-07-11 10:08:01 +08:00
Xiaoyu Wang 5708d497ce fix: syntax issue with '(select ... limit) statement' 2022-07-11 10:07:11 +08:00
Shuduo Sang 08d1965f7c
chore: update taos-tools for3.0 (#14740)
* chore: add libtaos-ws for 3.0

* chore: update taosws-rs

* chore: add libtaosws to install/remove script

* chore: update taosws-rs

* chore: update taosws-rs

* chore: update taos-tools, taosws-rs

for 3.0

* fix: packaging/tools/make_install.sh

for 3.0

* chore: update taos-tools
2022-07-11 09:59:02 +08:00
Shuduo Sang 77a17728d9
chore: update libtaos ws submodule for3.0 (#14729)
* chore: add libtaos-ws for 3.0

* chore: update taosws-rs

* chore: add libtaosws to install/remove script

* chore: update taosws-rs

* chore: update taosws-rs

* chore: update taos-tools, taosws-rs

for 3.0

* fix: packaging/tools/make_install.sh

for 3.0
2022-07-10 22:30:58 +08:00
Liu Jicong f9ba552496
Merge pull request #14739 from taosdata/feature/stream
fix(wal): read after rolling
2022-07-10 21:45:31 +08:00
Liu Jicong 219d966b25 fix(wal): read after rolling 2022-07-10 21:02:25 +08:00
Haojun Liao 5c3c418c7f fix(query): set correct the fill column value for in case of no primary timestamp column exists. 2022-07-10 20:59:56 +08:00
Haojun Liao e4446354e9 fix(query): update the timerange. 2022-07-10 20:12:14 +08:00
Shengliang Guan e587be2545
Merge pull request #14737 from taosdata/fix/valgrind
refactor: adjust logs
2022-07-10 19:44:39 +08:00
Hui Li 66d540c02a
Merge pull request #14727 from taosdata/test/chr/TD-14699
test:modify testcase of mnode
2022-07-10 19:44:03 +08:00
Li Minghao 6ae9741e02
Merge pull request #14738 from taosdata/feature/3.0_mhli
refactor(sync): update to SYNC_STRATEGY_WAL_FIRST
2022-07-10 19:43:28 +08:00
Yihao Deng 3b05111c80
Merge pull request #14732 from taosdata/enh/addTestToIdx1
enh: add test to index
2022-07-10 19:41:23 +08:00
dapan1121 f263dac186 fix: fix taosc crash issue 2022-07-10 19:29:26 +08:00
tomchon bcacc1d6b5 test:comment mnode case 2022-07-10 19:15:36 +08:00
Shengliang Guan e13dd96782 test: valgrind case 2022-07-10 19:10:23 +08:00
Minghao Li 9e4c4c50a0 refactor(sync): update to SYNC_STRATEGY_WAL_FIRST 2022-07-10 19:10:06 +08:00
liuyao a2a6404e87
Merge pull request #14731 from taosdata/feature/TD-17192
feat(stream): stream support expressions
2022-07-10 18:57:19 +08:00
Shengliang Guan 9fe73acc86 refactor: adjust logs 2022-07-10 18:53:52 +08:00
54liuyao 2465620245 feat(stream): support expressions 2022-07-10 18:31:52 +08:00
54liuyao 75ed474f09 ci(stream): add session test 2022-07-10 18:30:30 +08:00
Xiaoyu Wang 651adca80f
Merge pull request #14685 from taosdata/feature/3.0_debug_wxy
fix: some problem of parser and planner
2022-07-10 18:17:51 +08:00
Shengliang Guan ffe4453bcc
Merge pull request #14736 from taosdata/feature/3_liaohj
refactor: do some internal refactor and fix some memory leak.
2022-07-10 18:12:42 +08:00
Li Minghao 49954b327f
Merge pull request #14730 from taosdata/feature/3.0_mhli
fix(sync): vnode snapshot sender
2022-07-10 17:52:29 +08:00
Xiaoyu Wang 5f0005a7b7 merge 3.0 2022-07-10 17:47:31 +08:00
Haojun Liao ac8e9d103c other: merge 3.0 2022-07-10 17:40:55 +08:00
Haojun Liao 7dc7f478de refactor: do some internal refactor and fix some memory leak. 2022-07-10 17:34:21 +08:00
Xiaoyu Wang 6a3124a5f9 Merge remote-tracking branch 'origin/enh/in' into feature/3.0_debug_wxy 2022-07-10 17:31:37 +08:00
Xiaoyu Wang b542b8f49a fix: some problem of parser and planner 2022-07-10 17:31:15 +08:00
Haojun Liao b2a8eec15d
Merge pull request #14718 from taosdata/feature/3_liaohj
fix(query): set correct stddev merge input rows.
2022-07-10 17:25:41 +08:00
Liu Jicong 5478360bef
Merge pull request #14734 from taosdata/feature/stream
feat(tmq): support consume from tsdb then wal
2022-07-10 17:17:19 +08:00