Cary Xu
|
ada2eb232e
|
fix: resource cleanup and rsma result build
|
2022-07-21 19:46:55 +08:00 |
shenglian-zhou
|
086098c75d
|
Merge pull request #15249 from taosdata/szhou/fix/td-17601
fix: remove scan targets that does not relate to root agg targets
|
2022-07-21 17:46:52 +08:00 |
shenglian-zhou
|
be16ab2243
|
Merge pull request #15223 from taosdata/szhou/fix/td-17645
fix: clean up block data to use it again as result data block in doApplyIndefinitFunction
|
2022-07-21 17:46:31 +08:00 |
WANG MINGMING
|
98f00bdf3b
|
Merge branch '3.0' into feature/TD-14761
|
2022-07-21 16:54:52 +08:00 |
Haojun Liao
|
0c326410fd
|
fix(query): set value for varchar type in fill and check for null ptr before cleanup.
|
2022-07-21 16:54:07 +08:00 |
dapan1121
|
8d49205537
|
Merge pull request #15247 from taosdata/fix/TD-17668
fix: fix explain crash issue
|
2022-07-21 16:50:04 +08:00 |
Li Minghao
|
bf8d2f486e
|
Merge pull request #15244 from taosdata/feature/3.0_mhli
refactor(sync): add log tools
|
2022-07-21 16:45:42 +08:00 |
Minghao Li
|
da2686ce69
|
refactor(sync): add log tools
|
2022-07-21 16:43:56 +08:00 |
dapan1121
|
313d4e977b
|
Merge pull request #15161 from taosdata/fix/TD-15197
fix: fix stmt memory leak
|
2022-07-21 15:57:18 +08:00 |
dapan1121
|
c410a5a270
|
fix: fix explain crash issue
|
2022-07-21 15:56:50 +08:00 |
slzhou@taodata.com
|
c8969d0ec4
|
fix: remove scan targets that does not relate to root agg targets
|
2022-07-21 15:50:20 +08:00 |
Haojun Liao
|
8e42bf85e8
|
fix(query): fix border check.
|
2022-07-21 15:47:22 +08:00 |
liuyao
|
4ac1959935
|
Merge pull request #15240 from taosdata/feature/TD-17357
feat(stream): optimize update data check
|
2022-07-21 15:46:32 +08:00 |
Minghao Li
|
ee237b091d
|
refactor(sync): add log tools
|
2022-07-21 15:43:55 +08:00 |
Minghao Li
|
c4bb5a1a52
|
refactor(sync): add log tools
|
2022-07-21 15:25:46 +08:00 |
dapan1121
|
6c683902ff
|
fix: fix show create table issue
|
2022-07-21 15:23:18 +08:00 |
Li Minghao
|
94948c6fbd
|
Merge pull request #15238 from taosdata/feature/3.0_mhli
fix(sync): raft store persist
|
2022-07-21 15:23:17 +08:00 |
54liuyao
|
f5a326dbf4
|
feat(stream): optimize update data check
|
2022-07-21 15:16:57 +08:00 |
Minghao Li
|
8915486ec1
|
fix(sync): raft store persist
|
2022-07-21 14:51:02 +08:00 |
yihaoDeng
|
df87bf6338
|
Merge branch 'fix/TD-15197' of https://github.com/taosdata/TDengine into TD-197
|
2022-07-21 14:40:30 +08:00 |
yihaoDeng
|
de8bb6c25c
|
fix: avoid rpc mem leak
|
2022-07-21 14:40:16 +08:00 |
dapan1121
|
3621aa5540
|
fix: fix mac compile issue
|
2022-07-21 14:06:38 +08:00 |
wangmm0220
|
d2430455a1
|
Merge branch 'feature/TD-14761' of https://github.com/taosdata/TDengine into feature/TD-14761
|
2022-07-21 14:00:21 +08:00 |
wangmm0220
|
3f49a274ba
|
fix:memory problems where using tag
|
2022-07-21 13:57:48 +08:00 |
Haojun Liao
|
72760b7f30
|
other: merge 3.0
|
2022-07-21 13:55:21 +08:00 |
Minghao Li
|
ac51192084
|
refactor(sync): add trace log
|
2022-07-21 13:54:24 +08:00 |
slzhou@taodata.com
|
97e8e67d4e
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/td-17645
|
2022-07-21 13:52:56 +08:00 |
Haojun Liao
|
9d565752c4
|
fix(query): extract schema before creating stream scanner.
|
2022-07-21 13:51:39 +08:00 |
dapan1121
|
dd640885e6
|
Merge branch '3.0' into fix/TD-15197
|
2022-07-21 13:36:46 +08:00 |
shenglian-zhou
|
62ac50c854
|
Merge pull request #15231 from taosdata/szhou/fix/td-17624
fix: continue execution for next group after filter in project produces zero rows
|
2022-07-21 12:53:53 +08:00 |
Xiaoyu Wang
|
ec522a92b0
|
Merge pull request #15201 from taosdata/feature/3.0_debug_wxy
fix: memory leak problems of parser and planner
|
2022-07-21 12:51:34 +08:00 |
Li Minghao
|
5e9aeaead8
|
Merge pull request #15228 from taosdata/feature/3.0_mhli
refactor(sync): add trace log
|
2022-07-21 11:44:27 +08:00 |
Haojun Liao
|
2a437ee38a
|
fix(query): close del handle when successing in read del file content.
|
2022-07-21 11:35:31 +08:00 |
slzhou@taodata.com
|
318360c287
|
fix: continue execution after filter in project produces zero rows for next group
|
2022-07-21 11:35:02 +08:00 |
Haojun Liao
|
c2d588a118
|
other:merge 3.0
|
2022-07-21 11:29:34 +08:00 |
Haojun Liao
|
ef0d705c5f
|
fix(query): close del file read handle.
|
2022-07-21 11:27:20 +08:00 |
Haojun Liao
|
f813a1f3ec
|
Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj
|
2022-07-21 11:21:06 +08:00 |
Haojun Liao
|
ee34c3bb3e
|
fix(query): add query involved column info
|
2022-07-21 11:20:30 +08:00 |
Minglei Jin
|
1cdde411c0
|
Merge pull request #15227 from taosdata/fix/TD-17582-v2
fix: error case handle when table was dropped
|
2022-07-21 11:17:42 +08:00 |
Haojun Liao
|
dae00fd10c
|
Merge pull request #15221 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor and add some logs.
|
2022-07-21 11:14:56 +08:00 |
yihaoDeng
|
ed1c777b4e
|
fix: avoid rpc mem leak
|
2022-07-21 11:09:29 +08:00 |
Minghao Li
|
3eff1f03e0
|
refactor(sync): add trace log
|
2022-07-21 10:57:14 +08:00 |
yihaoDeng
|
826230d7fe
|
Merge branch 'fix/TD-15197' of https://github.com/taosdata/TDengine into TD-197
|
2022-07-21 10:43:14 +08:00 |
yihaoDeng
|
57436e5ae2
|
avoid mem leak
|
2022-07-21 10:42:00 +08:00 |
Minglei Jin
|
359622761a
|
fix: error case handle when table was dropped
|
2022-07-21 10:39:32 +08:00 |
dapan1121
|
113dfdde0a
|
fix: increase query thread number
|
2022-07-21 10:38:36 +08:00 |
dapan1121
|
dac39371cd
|
fix: fix drop task memory leak
|
2022-07-21 10:27:39 +08:00 |
Xiaoyu Wang
|
f9bc29d149
|
fix: memory leak problems of parser and planner
|
2022-07-21 10:19:48 +08:00 |
liuyao
|
d9f7c34a79
|
Merge pull request #15222 from taosdata/feature/TD-17357
feat(stream): adjust project operator
|
2022-07-21 10:12:01 +08:00 |
shenglian zhou
|
3828954f15
|
fix: clean up block data to use it again as result data block in doApplyIndefinitFunction
|
2022-07-21 09:43:06 +08:00 |