wangmm0220
|
06552626e0
|
fix:disable some json test cases
|
2022-06-29 20:15:49 +08:00 |
wangmm0220
|
3725adc861
|
fix:merge from 3.0
|
2022-06-29 18:45:34 +08:00 |
wangmm0220
|
665e1ddde8
|
fix:add switch for buffer page debug log
|
2022-06-29 18:11:28 +08:00 |
liuyao
|
7069332321
|
Merge pull request #14349 from taosdata/feature/TD-16874
feat(stream): ignore close window
|
2022-06-29 17:15:31 +08:00 |
dapan1121
|
914e06e8cb
|
feat: query redirect
|
2022-06-29 17:15:08 +08:00 |
Haojun Liao
|
3a566d5e5e
|
refactor(query): do some internal refactor.
|
2022-06-29 17:14:00 +08:00 |
Haojun Liao
|
0fc154982f
|
Merge pull request #14353 from taosdata/feature/3_liaohj
enh(query): add api to extract scan status
|
2022-06-29 16:50:49 +08:00 |
54liuyao
|
5e0cbdf0b7
|
feat(stream): ignore close window
|
2022-06-29 16:49:45 +08:00 |
Haojun Liao
|
1b8c5d9269
|
enh(query): add api to extract scan status
|
2022-06-29 16:19:19 +08:00 |
wangmm0220
|
873546bee5
|
fix:add log
|
2022-06-29 15:03:17 +08:00 |
dapan1121
|
07b46f9e3c
|
Merge branch '3.0' into feature/queryredirect
|
2022-06-29 10:53:52 +08:00 |
Haojun Liao
|
f2b83dfb4a
|
fix(query):check null ptr.
|
2022-06-29 10:35:07 +08:00 |
Haojun Liao
|
5efd5a3b6d
|
fix(query):adjust api for retrieve lastrow in executor.
|
2022-06-28 23:24:20 +08:00 |
dapan1121
|
b99fd13152
|
add mock code
|
2022-06-28 17:21:24 +08:00 |
dapan1121
|
bd7a2adc5f
|
add mock code
|
2022-06-28 17:13:51 +08:00 |
Liu Jicong
|
58803fafcf
|
fix(query): check datablock should check output flag
|
2022-06-28 16:05:00 +08:00 |
Haojun Liao
|
03fa247a2d
|
other: merge 3.0.
|
2022-06-28 15:38:54 +08:00 |
Haojun Liao
|
be08ccaedc
|
refactor:do internal refactor.
|
2022-06-28 15:35:51 +08:00 |
Haojun Liao
|
4a59e1300b
|
other: merge 3.0.
|
2022-06-28 15:22:32 +08:00 |
Liu Jicong
|
383e7a495b
|
fix(query): enable output check
|
2022-06-28 13:45:50 +08:00 |
54liuyao
|
acb7f040aa
|
fix(stream): taosd crash when partition by tbname
|
2022-06-28 11:48:10 +08:00 |
dapan1121
|
4a55ed07b3
|
feature: query redirect
|
2022-06-28 10:34:51 +08:00 |
dapan1121
|
7da915fa67
|
Merge branch '3.0' into feature/queryredirect
|
2022-06-28 09:31:03 +08:00 |
wangmm0220
|
e2f4a2a03c
|
Merge branch 'feature/TD-13041' of github.com:taosdata/TDengine into feature/TD-13041
|
2022-06-27 21:21:22 +08:00 |
wangmm0220
|
b6b4455689
|
fix:error in group by tag
|
2022-06-27 21:21:08 +08:00 |
wangmm0220
|
8e5099c44c
|
Merge branch '3.0' into feature/TD-13041
|
2022-06-27 20:02:00 +08:00 |
slzhou
|
11f8d302fa
|
feat: multiway merge handles group+mergekeys, group and only merge keys
|
2022-06-27 17:51:50 +08:00 |
Xiaoyu Wang
|
87b8131409
|
Merge pull request #14266 from taosdata/feature/3.0_debug_wxy
feat: tail function rewrite to statement
|
2022-06-27 17:16:37 +08:00 |
slzhou
|
c55bef32ff
|
Merge branch 'feature/3.0_debug_wxy' of github.com:taosdata/TDengine into feature/3.0_debug_wxy
|
2022-06-27 16:25:40 +08:00 |
slzhou
|
b67c65313b
|
fix: add group to multi-merge operator
|
2022-06-27 16:25:14 +08:00 |
wangmm0220
|
5557c2ef93
|
fix: add limit for json operator
|
2022-06-27 16:17:58 +08:00 |
Xiaoyu Wang
|
a334337755
|
feat: merge and merge scan add group sort field
|
2022-06-27 15:57:02 +08:00 |
Cary Xu
|
e2ec8b57d9
|
Merge branch '3.0' into feature/TD-11274-3.0
|
2022-06-27 14:47:31 +08:00 |
Cary Xu
|
e6dd04f573
|
refactor: rsma restore
|
2022-06-27 14:47:14 +08:00 |
Haojun Liao
|
02e450c590
|
fix(query): fix invalid object type.
|
2022-06-27 11:34:06 +08:00 |
wangmm0220
|
c190fa5bd9
|
fix: keep n rows if limit n
|
2022-06-27 10:51:47 +08:00 |
Haojun Liao
|
dbd8c300fa
|
refactor: do tsdbread refactor.
|
2022-06-27 10:46:20 +08:00 |
wangmm0220
|
9fb4f943e7
|
fix: enable group by test cases
|
2022-06-27 10:14:36 +08:00 |
Haojun Liao
|
2e5d563ec0
|
other: merge 3.0.
|
2022-06-27 10:11:11 +08:00 |
Haojun Liao
|
ff72e66dba
|
fix(query): support scalar function before applying interval aggregate.
|
2022-06-27 10:07:48 +08:00 |
Cary Xu
|
0597f3b9cd
|
refactor: rsma resource release
|
2022-06-26 18:44:49 +08:00 |
dapan1121
|
e851977da0
|
Merge branch '3.0' into enh/stopquery
|
2022-06-26 15:19:35 +08:00 |
Liu Jicong
|
0c1a51bad6
|
enh(stream): refine tqRetrieveDataBlock api
|
2022-06-25 20:03:29 +08:00 |
Liu Jicong
|
bdd4134fc1
|
Revert "fix(sma): drop stream when drop sma"
|
2022-06-25 18:11:11 +08:00 |
Liu Jicong
|
3210fdc367
|
merge from 3.0
|
2022-06-25 17:49:25 +08:00 |
Liu Jicong
|
47ae534c0f
|
fix(sma): drop stream when drop sma
|
2022-06-25 17:44:54 +08:00 |
liuyao
|
76596b0c17
|
Merge pull request #14243 from taosdata/feature/TD-16728
feat(stream): auto pull data
|
2022-06-25 17:08:14 +08:00 |
shenglian-zhou
|
6c7aaecbe0
|
Merge pull request #14237 from taosdata/szhou/feature/table-merge-scan-operator
fix: restore table merge scan operator
|
2022-06-25 17:07:33 +08:00 |
54liuyao
|
10e90ce973
|
feat(stream): auto pull data
|
2022-06-25 16:44:14 +08:00 |
shenglian-zhou
|
8e2b93f0e1
|
Merge pull request #14240 from taosdata/szhou/feature/merge-interval-2
fix: overlapping intervals problem
|
2022-06-25 16:13:28 +08:00 |
slzhou
|
6adc19d443
|
fix: overlapping intervals problem
|
2022-06-25 15:20:11 +08:00 |
slzhou
|
a9f094613a
|
fix: restore table merge scan operator
|
2022-06-25 13:52:52 +08:00 |
Haojun Liao
|
916adb82c6
|
enh(query): add user name when retrieving meta-data from mnode.
|
2022-06-25 12:10:34 +08:00 |
Haojun Liao
|
377bed853a
|
Merge branch '3.0' into feature/3_liaohj
|
2022-06-25 11:44:24 +08:00 |
WANG MINGMING
|
f0b50add27
|
Merge pull request #14184 from taosdata/feature/TD-13041
feat:sort table group if needed & optimize partition by tag
|
2022-06-25 09:41:30 +08:00 |
Haojun Liao
|
54283f8726
|
fix(query): fix memory leak.
|
2022-06-24 23:02:48 +08:00 |
Haojun Liao
|
6c49aecb70
|
fix(query): fix memory leak.
|
2022-06-24 22:54:06 +08:00 |
shenglian-zhou
|
1d68274ade
|
Merge pull request #14206 from taosdata/szhou/feature/merge-interval-2
fix: fix bugs of less output when interval overlaps
|
2022-06-24 18:57:27 +08:00 |
wangmm0220
|
62ce467711
|
fix:error in compile
|
2022-06-24 17:37:30 +08:00 |
slzhou
|
1d7bf59fe8
|
fix: fix iteration bugs of last window result
|
2022-06-24 17:24:01 +08:00 |
dapan1121
|
9c9e8057bd
|
Merge branch '3.0' into hotfix/resetquerycache
|
2022-06-24 16:59:05 +08:00 |
Liu Jicong
|
f53521cb8c
|
test(stream): partition by tbname
|
2022-06-24 16:50:11 +08:00 |
wangmm0220
|
ff3cb336d8
|
fix:merge from 3.0
|
2022-06-24 16:01:58 +08:00 |
wangmm0220
|
9ac0a34e72
|
fix: disable group by tag cases
|
2022-06-24 15:57:33 +08:00 |
slzhou
|
2cc9c69146
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/merge-interval-2
|
2022-06-24 15:29:59 +08:00 |
slzhou
|
01f64b4d17
|
fix: fix bugs of less output when interval overlaps
|
2022-06-24 15:28:37 +08:00 |
Liu Jicong
|
26c1388237
|
Merge pull request #14201 from taosdata/feature/stream
refactor(stream): seperate stream scheduling and persistence
|
2022-06-24 15:25:31 +08:00 |
dapan1121
|
be341e1daa
|
Merge branch '3.0' into hotfix/resetquerycache
|
2022-06-24 15:22:24 +08:00 |
Liu Jicong
|
a9606ea0eb
|
Merge branch '3.0' into feature/stream
|
2022-06-24 14:41:17 +08:00 |
Liu Jicong
|
b884ca9db7
|
refactor(stream): seperate stream scheduling and persistence
|
2022-06-24 14:19:12 +08:00 |
wangmm0220
|
0d9ed6d60a
|
fix:merge from 3.0
|
2022-06-24 13:51:33 +08:00 |
Xiaoyu Wang
|
096c292d78
|
Merge pull request #14179 from taosdata/feature/3.0_debug_wxy
feat: sql command 'show consumers' and 'show subscriptions'
|
2022-06-24 12:51:21 +08:00 |
wangmm0220
|
4f305c74d1
|
fix: table group error in stream
|
2022-06-24 11:24:31 +08:00 |
Liu Jicong
|
35e234f1f0
|
Merge pull request #14187 from taosdata/feature/stream
fix(stream): memory leak
|
2022-06-24 09:39:53 +08:00 |
Liu Jicong
|
f2f5d68f3b
|
fix(stream): memory leak
|
2022-06-23 22:05:00 +08:00 |
wangmm0220
|
a95f98f7e7
|
feat:merge from 3.0
|
2022-06-23 20:50:48 +08:00 |
wangmm0220
|
3799db4366
|
feat:sort table group if needed
|
2022-06-23 20:46:11 +08:00 |
shenglian-zhou
|
e7d86e2c24
|
Merge pull request #14162 from taosdata/szhou/feature/sort-group-2
fix: fix empty downstream input for group sort operator
|
2022-06-23 20:44:21 +08:00 |
shenglian-zhou
|
d76d8f87e3
|
Merge pull request #14172 from taosdata/szhou/feature/misc
fix: set correct operator blocking and add closing rpc trace to udfd
|
2022-06-23 20:44:05 +08:00 |
wangmm0220
|
26cceaf172
|
feat:sort table group if needed
|
2022-06-23 19:58:12 +08:00 |
shenglian zhou
|
55a927e2be
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/misc
|
2022-06-23 18:56:15 +08:00 |
Xiaoyu Wang
|
0b9eb79bf7
|
merge 3.0
|
2022-06-23 18:08:47 +08:00 |
Xiaoyu Wang
|
4fcd667bf6
|
feat: sql command 'show consumers' and 'show subscriptions'
|
2022-06-23 18:03:15 +08:00 |
Haojun Liao
|
e3c4215ac9
|
Merge branch '3.0' into feature/3_liaohj
|
2022-06-23 17:39:58 +08:00 |
liuyao
|
19fab3fe8f
|
Merge pull request #14165 from taosdata/feature/TD-16728
fix(stream): valgrind memory error
|
2022-06-23 17:21:34 +08:00 |
Liu Jicong
|
1d6682c535
|
Merge pull request #14166 from taosdata/feature/stream
feat(tmq): add with meta config
|
2022-06-23 16:54:09 +08:00 |
shenglian zhou
|
c449b7208a
|
fix: set correct operator blocking and add closing rpc trace to udfd
|
2022-06-23 16:52:06 +08:00 |
54liuyao
|
d6ccf5720d
|
fix(stream): valgrind memory error
|
2022-06-23 16:33:52 +08:00 |
Liu Jicong
|
bd64bebb63
|
Merge branch '3.0' into feature/3_liaohj
|
2022-06-23 16:00:17 +08:00 |
Liu Jicong
|
71bda7e658
|
feat(tmq): add with meta config
|
2022-06-23 15:56:54 +08:00 |
shenglian zhou
|
cbacd1fd45
|
fix: fix empty downstream input for group sort operator
|
2022-06-23 15:35:19 +08:00 |
Shengliang Guan
|
750a046e31
|
Merge pull request #14153 from taosdata/enh/delete
enh: modify delete output res
|
2022-06-23 14:52:33 +08:00 |
wangmm0220
|
c8f223a6ec
|
fix:merge from 3.0
|
2022-06-23 14:26:26 +08:00 |
dapan1121
|
95c1b00056
|
enh: modify delete output res
|
2022-06-23 14:25:30 +08:00 |
Liu Jicong
|
2af4a4d250
|
merge from 3.0
|
2022-06-23 14:15:33 +08:00 |
dapan1121
|
9cee07bfca
|
fix: fix reset query cache crash issue
|
2022-06-23 13:53:14 +08:00 |
shenglian zhou
|
f4ec009a00
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/3_liaohj
|
2022-06-23 13:49:10 +08:00 |
Liu Jicong
|
4ed47a0296
|
feat(tmq): scan tsdb as snapshot
|
2022-06-23 13:35:24 +08:00 |
dapan1121
|
b2ff536050
|
Merge pull request #14118 from taosdata/feature/showdnodevariables
feat: show dnode variables
|
2022-06-23 13:23:06 +08:00 |
Haojun Liao
|
4576b0a94d
|
fix(query): fix syntax error.
|
2022-06-23 11:07:14 +08:00 |