Xiaoyu Wang
|
dceec792bc
|
Merge pull request #15237 from taosdata/feature/3.0_debug_wxy
fix: plan problem caused by project eliminate optimize
|
2022-07-22 13:51:07 +08:00 |
Xiaoyu Wang
|
675c91cc6b
|
fix: the problem of data loss when interval is used for outer query
|
2022-07-22 13:12:43 +08:00 |
Hongze Cheng
|
c47439970c
|
fix: another coredump
|
2022-07-22 05:04:59 +00:00 |
Hongze Cheng
|
68acbb64b6
|
Merge branch 'fix/hzcheng_3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0
|
2022-07-22 05:04:22 +00:00 |
Hongze Cheng
|
cd762afe76
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0
|
2022-07-22 04:50:24 +00:00 |
Haojun Liao
|
ab2ad2cc54
|
Merge pull request #15269 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
|
2022-07-22 12:50:03 +08:00 |
Liu Jicong
|
f9563b5b74
|
Update scanoperator.c
|
2022-07-22 11:55:02 +08:00 |
Liu Jicong
|
ac2b13740b
|
Update executorMain.c
|
2022-07-22 11:50:10 +08:00 |
Haojun Liao
|
72bbc27e8c
|
fix(query): remove the invalid update ops.
|
2022-07-22 10:50:54 +08:00 |
Hongze Cheng
|
65fc81c45b
|
fix: more concurrency read/write
|
2022-07-22 02:45:11 +00:00 |
Hongze Cheng
|
613ca9c67d
|
fix resource leak
|
2022-07-22 02:28:39 +00:00 |
Liu Jicong
|
c82bda25e2
|
refactor(tmq): add debug log
|
2022-07-21 21:48:05 +08:00 |
Haojun Liao
|
7522c2edf3
|
refactor: do some internal refactor.
|
2022-07-21 20:44:36 +08:00 |
Cary Xu
|
ada2eb232e
|
fix: resource cleanup and rsma result build
|
2022-07-21 19:46:55 +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 |
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 |
Haojun Liao
|
8e42bf85e8
|
fix(query): fix border check.
|
2022-07-21 15:47:22 +08:00 |
dapan1121
|
3621aa5540
|
fix: fix mac compile issue
|
2022-07-21 14:06:38 +08:00 |
Haojun Liao
|
72760b7f30
|
other: merge 3.0
|
2022-07-21 13:55:21 +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 |
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
|
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 |
Minglei Jin
|
359622761a
|
fix: error case handle when table was dropped
|
2022-07-21 10:39:32 +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 |
54liuyao
|
b620609608
|
feat(stream): adjust project operator
|
2022-07-21 09:23:16 +08:00 |
dapan1121
|
976d4670a9
|
Merge branch '3.0' into fix/TD-15197
|
2022-07-21 09:11:03 +08:00 |
Haojun Liao
|
abfa6d9162
|
refactor(query): do some internal refactor and add some logs.
|
2022-07-20 22:38:19 +08:00 |
shenglian zhou
|
4211db2ec4
|
fix: fix error in indef operator filter processing
|
2022-07-20 21:58:03 +08:00 |
Liu Jicong
|
86611cc08a
|
Merge pull request #15208 from taosdata/feature/stream
fix(stream): memory error
|
2022-07-20 21:08:55 +08:00 |
Liu Jicong
|
fb52cfa816
|
fix(stream): memory error
|
2022-07-20 19:31:56 +08:00 |
Haojun Liao
|
e6febe45dd
|
Merge pull request #15180 from taosdata/feature/3_liaohj
fix(query): fix time window generating bug.
|
2022-07-20 19:15:28 +08:00 |
54liuyao
|
736960e1d2
|
feat(stream): add log
|
2022-07-20 16:04:52 +08:00 |
Haojun Liao
|
df58a9bb30
|
fix(query): handle fraction of ts in add ts offset.
|
2022-07-20 15:30:52 +08:00 |
Haojun Liao
|
facf3c8648
|
fix(query): add limit/offset for order by operator.
|
2022-07-20 14:07:48 +08:00 |
dapan1121
|
7a62409dc1
|
fix: fix taosd mem leak
|
2022-07-20 13:54:06 +08:00 |
Haojun Liao
|
cfe0047145
|
Merge pull request #15169 from taosdata/feature/3_liaohj
fix(query): update the column data info.
|
2022-07-20 11:51:46 +08:00 |
Haojun Liao
|
2b4e861f8d
|
fix(query): update the column data info.
|
2022-07-20 11:03:58 +08:00 |
54liuyao
|
4371165235
|
feat(stream): add result group id
|
2022-07-20 11:02:35 +08:00 |
dapan1121
|
d6afa5e2c7
|
fix: fix show stables issue
|
2022-07-20 09:46:53 +08:00 |
dapan1121
|
5ed719c727
|
fix: fix catalog memory leak
|
2022-07-20 09:39:58 +08:00 |
Haojun Liao
|
8e9d5129fe
|
Merge pull request #15155 from taosdata/feature/3_liaohj
fix(query): fix the timewindow calculate error.
|
2022-07-20 09:31:42 +08:00 |
Haojun Liao
|
dc92b27913
|
fix(query): fix the timewindow calculate error.
|
2022-07-19 20:32:55 +08:00 |
Liu Jicong
|
edaec52bca
|
refactor: add debug flag
|
2022-07-19 19:59:07 +08:00 |