slzhou
|
c8104d5141
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/push-project-condition
|
2022-07-07 15:31:46 +08:00 |
slzhou
|
4482b2dda7
|
feat: add doFilter to indef operator
|
2022-07-07 15:26:29 +08:00 |
slzhou
|
9eb4f16792
|
feat: add filter to fill operator
|
2022-07-07 14:59:52 +08:00 |
Liu Jicong
|
6b479f4a1f
|
Merge pull request #14592 from taosdata/feature/stream
refactor(stream): stream reader created in scanner
|
2022-07-07 14:30:39 +08:00 |
slzhou
|
cddc989808
|
feat: add filter to fill operator
|
2022-07-07 14:30:08 +08:00 |
Liu Jicong
|
4a648d711f
|
feat(wal): support filter
|
2022-07-07 13:56:47 +08:00 |
Liu Jicong
|
1ec57798d2
|
ci: remove unstable case
|
2022-07-07 11:45:28 +08:00 |
slzhou
|
f3c3b0f148
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/push-project-condition
|
2022-07-07 11:41:56 +08:00 |
Haojun Liao
|
82640b2157
|
Merge pull request #14626 from taosdata/feature/3_liaohj
fix(query): fix memory leak.
|
2022-07-07 11:26:04 +08:00 |
slzhou
|
c1fd5218d6
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/push-project-condition
|
2022-07-07 11:01:49 +08:00 |
Liu Jicong
|
82e0f77715
|
Merge branch '3.0' into feature/stream
|
2022-07-07 10:48:09 +08:00 |
Zhiqiang Wang
|
ac08c6eaa5
|
Merge pull request #14621 from taosdata/fix/ZhiqiangWang/TD-17006-fix-mac-ctest-error
test: fix Mac test error
|
2022-07-07 10:42:58 +08:00 |
slzhou
|
f32cbdee72
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/push-project-condition
|
2022-07-07 10:26:27 +08:00 |
Liu Jicong
|
ca3d918004
|
fix(wal): mutex
|
2022-07-07 09:58:23 +08:00 |
slzhou
|
90b3912061
|
fix: add filter to session/state/interval operator
|
2022-07-07 09:29:51 +08:00 |
Yihao Deng
|
31655c07d7
|
Merge pull request #14611 from taosdata/feat/idxFix1
enh: refactor idx code
|
2022-07-07 09:21:06 +08:00 |
shenglian-zhou
|
ed6e4bd536
|
Merge pull request #14625 from taosdata/szhou/feature/push-project-condition
feat: add conditions to logical plan
|
2022-07-06 22:43:56 +08:00 |
Haojun Liao
|
5db0f7b1d8
|
fix(query): fix memory leak.
|
2022-07-06 22:25:59 +08:00 |
shenglian zhou
|
eef1fc035e
|
feat: add conditions to logical plan
|
2022-07-06 22:01:17 +08:00 |
Liu Jicong
|
baa48489b7
|
merge from 3.0
|
2022-07-06 21:25:34 +08:00 |
Liu Jicong
|
db23b07ae1
|
merge from 3.0
|
2022-07-06 21:12:46 +08:00 |
liuyao
|
6e5a6e701c
|
Merge pull request #14620 from taosdata/feature/TD-17132
feat(stream): session delete
|
2022-07-06 21:12:43 +08:00 |
Haojun Liao
|
dc90f22d99
|
Merge branch '3.0' into feature/3_liaohj
|
2022-07-06 21:09:39 +08:00 |
Shengliang Guan
|
c1667cdd84
|
Merge pull request #14600 from taosdata/fix/dnode
refactor: redirect vnode msg
|
2022-07-06 21:01:57 +08:00 |
Liu Jicong
|
e51e261e01
|
fix(stream): create operator
|
2022-07-06 21:00:15 +08:00 |
afwerar
|
98641a8ff5
|
test: fix Mac test error
|
2022-07-06 20:47:38 +08:00 |
54liuyao
|
888f79d3f4
|
feat(stream): session delete
|
2022-07-06 20:42:54 +08:00 |
dapan1121
|
82dbf54719
|
Merge branch 'fix/dnode' of github.com:taosdata/TDengine into fix/dnode
|
2022-07-06 20:34:07 +08:00 |
dapan1121
|
a3bf5b96c4
|
fix: fix query redirect issue
|
2022-07-06 20:33:23 +08:00 |
yihaoDeng
|
77faed4a23
|
fix json tag value
|
2022-07-06 20:29:52 +08:00 |
shenglian-zhou
|
a6545b600c
|
Merge pull request #14612 from taosdata/szhou/feature/push-project-condition
fix: add condition to window operator
|
2022-07-06 20:27:29 +08:00 |
WANG MINGMING
|
73e094d77f
|
Merge pull request #14505 from taosdata/feature/TD-13041
fix:<TD-16840> meta ttl index core if insert with benchmark
|
2022-07-06 19:15:43 +08:00 |
Shengliang Guan
|
0163ec4d4b
|
Merge remote-tracking branch 'origin/3.0' into fix/dnode
|
2022-07-06 18:53:26 +08:00 |
slzhou
|
7c35dce7fc
|
fix: add condition to window operator
|
2022-07-06 18:31:54 +08:00 |
yihaoDeng
|
1e5ddcb92f
|
merge 3.0
|
2022-07-06 18:29:11 +08:00 |
Haojun Liao
|
1237f9cf15
|
Merge branch '3.0' into feature/3_liaohj
|
2022-07-06 18:09:49 +08:00 |
Haojun Liao
|
d28518b41e
|
fix(query): set correct query time window.
|
2022-07-06 18:08:23 +08:00 |
Haojun Liao
|
65f53993c4
|
Merge pull request #14606 from taosdata/feature/3_liaohj
fix(query): set results for local query in async APIs.
|
2022-07-06 18:06:48 +08:00 |
yihaoDeng
|
2ee0ebb8ca
|
fix tag/json tag error
|
2022-07-06 18:01:53 +08:00 |
shenglian-zhou
|
7aebf05699
|
Merge pull request #14605 from taosdata/szhou/feature/push-project-condition
feat: push condition down the tree
|
2022-07-06 17:45:37 +08:00 |
Minglei Jin
|
d843a8ac89
|
Merge pull request #14486 from taosdata/feat/tsdb_refact
Feat/tsdb refact
|
2022-07-06 17:43:22 +08:00 |
yihaoDeng
|
61b14c9c9e
|
fix tag/json tag error
|
2022-07-06 17:36:24 +08:00 |
Li Minghao
|
767d21fa81
|
Merge pull request #14604 from taosdata/feature/3.0_mhli
refactor(sync): add term in rpcMsg
|
2022-07-06 17:35:07 +08:00 |
Haojun Liao
|
1e18ba19c8
|
fix(query): set results for local query in async APIs.
|
2022-07-06 17:25:39 +08:00 |
Xiaoyu Wang
|
e9d2587925
|
Merge pull request #14602 from taosdata/feature/3.0_debug_wxy
feat: sql command 'insert ... select'
|
2022-07-06 17:24:44 +08:00 |
slzhou
|
1a70a5f904
|
feat: push down filter from sort and partition
|
2022-07-06 17:13:29 +08:00 |
Minghao Li
|
b73914fb0d
|
refactor(sync): add term in rpcMsg
|
2022-07-06 16:52:39 +08:00 |
wangmm0220
|
187aca4d6b
|
fix:conflict from 3.0
|
2022-07-06 16:35:39 +08:00 |
Xiaoyu Wang
|
c1eef9911b
|
feat: sql command 'insert ... select'
|
2022-07-06 16:16:54 +08:00 |
yihaoDeng
|
6e6721c6d4
|
fix tag/json tag error
|
2022-07-06 16:10:00 +08:00 |