Commit graph

4203 commits

Author SHA1 Message Date
Shengliang Guan
c581212712
Merge pull request #16439 from taosdata/feature/3_liaohj
feature(query): support last function cache and retrieve data.
2022-08-28 21:27:13 +08:00
Cary Xu
1dd53e9e41 fix: return data ptr when iterate remove for simple hash 2022-08-27 23:01:19 +08:00
shenglian zhou
47f80f0d21 fix: clean up intermediate result of scalar computation before applying scalar function in fill operator 2022-08-27 22:10:22 +08:00
Cary Xu
36d6b1e560 Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-27 18:11:19 +08:00
Cary Xu
680199f9f5 other: simple hash code optimization 2022-08-27 18:08:01 +08:00
Cary Xu
451e621a94 fix: simple hash iterate remove and clear 2022-08-27 18:04:33 +08:00
shenglian zhou
a574ef5c98 fix: pass CI test 2022-08-27 08:10:18 +08:00
Haojun Liao
655dbb47c1 refactor(query): do some internal refactor. 2022-08-26 19:19:48 +08:00
slzhou
2a9faaa326 fix: enable add open window only when interval interpolation 2022-08-26 19:05:37 +08:00
slzhou
c9a7f27e7c Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-08-26 18:51:32 +08:00
slzhou
d1eb14dccc fix: interval operator _wstart error and interval operator close window for interpolation on different group id 2022-08-26 18:47:09 +08:00
Cary Xu
4ee28bfc2c fix: only iterate next when delete the specified node 2022-08-26 17:29:54 +08:00
Cary Xu
5dcfa5a241 other: code format optimization 2022-08-26 17:00:50 +08:00
Cary Xu
4abb6e1411 enh: use simple hash to save agg result 2022-08-26 16:52:12 +08:00
Haojun Liao
60d9acb7b4 feature(query): support last function cache and retrieve data. 2022-08-26 15:27:19 +08:00
Haojun Liao
13563f1733
Merge pull request #16412 from taosdata/feature/3_liaohj
refactor(query): check table in uid order when handling the last block, and some internal refactor.
2022-08-26 10:44:27 +08:00
wangmm0220
cb4969513c fix:conflicts from 3.0 2022-08-25 17:36:00 +08:00
Haojun Liao
755176d28f fix(query): add the null ptr check. 2022-08-25 17:32:27 +08:00
wangmm0220
6b61d3c23b fix:conflicts from 3.0 2022-08-25 16:57:19 +08:00
wangmm0220
4cc2d361e1 fix:error in getting snapshot for taosX 2022-08-25 16:55:12 +08:00
Haojun Liao
b09ee742d5 refactor(query): check table in uid order when handling the last block, and some internal refactor. 2022-08-25 15:31:48 +08:00
Shengliang Guan
e41a000261
Merge pull request #16397 from taosdata/fix/TD-18617
fix(query): fix multiple interp used result number of rows incorrect
2022-08-25 13:33:02 +08:00
Haojun Liao
da1dd5e137
Merge pull request #16396 from taosdata/feature/3_liaohj
fix(query): check return value and do some internal refactor.
2022-08-25 12:47:23 +08:00
Ganlin Zhao
6b9ace9c35 Merge branch '3.0' into fix/TD-18617 2022-08-25 11:08:14 +08:00
Shengliang Guan
0758d32964
Merge pull request #16382 from taosdata/feat/3.0_systable_privilege_wxy
feat: system table visible permission
2022-08-25 11:08:12 +08:00
Haojun Liao
1c06206000 other:merge 3.0 2022-08-25 11:01:36 +08:00
Haojun Liao
909529bb7b fix(query): check return value and do some internal refactor. 2022-08-25 10:55:28 +08:00
Ganlin Zhao
c72c972c5f fix(query): fix multiple interp used result number of rows incorrect
TD-18617
2022-08-25 10:55:14 +08:00
shenglian zhou
dc6baa13a6 fix: fill if window pseudo column 2022-08-25 09:07:44 +08:00
Haojun Liao
033b251994 test: update the unit test cases. 2022-08-24 18:48:03 +08:00
Haojun Liao
b87535734f refactor:do some internal refactor. 2022-08-24 18:47:23 +08:00
wangmm0220
c7bf08d5af feat: get snapshot data for taosX 2022-08-24 17:42:33 +08:00
Xiaoyu Wang
99490c063e feat: system table visible permission 2022-08-24 17:36:10 +08:00
Haojun Liao
a23f5f59ea refactor(query): do some internal refactor. 2022-08-24 17:09:33 +08:00
shenglian zhou
1540881cb6 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/save-op-state 2022-08-24 17:05:49 +08:00
shenglian zhou
b250efeee4 fix: support window pseduo column for fill operator 2022-08-24 17:05:38 +08:00
Shengliang Guan
e0ac102795
Merge pull request #16376 from taosdata/feature/stream
refactor(stream): refine stream backend interface
2022-08-24 16:40:20 +08:00
Liu Jicong
24261cc90b refactor(stream): refine stream backend interface 2022-08-24 15:53:29 +08:00
wangmm0220
2afc23a120 fix:conflicts from 3.0 2022-08-24 13:59:51 +08:00
wangmm0220
632c8b4a1a fix:error in snapshot for taosX 2022-08-24 13:58:18 +08:00
Shengliang Guan
4c287f602d
Merge pull request #16352 from taosdata/feature/stream
feat(stream): support tdb state backend
2022-08-24 13:24:09 +08:00
wangmm0220
53e0e168e6 fix:add log 2022-08-24 10:36:46 +08:00
Haojun Liao
b62e0c0235
Merge pull request #16354 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor.
2022-08-24 10:25:27 +08:00
wangmm0220
f477e94dda fix:error in snapshot from taosx 2022-08-24 10:24:19 +08:00
Liu Jicong
c296dd0a63 fix compile 2022-08-24 01:48:00 +08:00
Haojun Liao
20b06a7ec7 refactor(query): do some internal refactor. 2022-08-23 19:44:59 +08:00
Liu Jicong
de041f45b5 Merge branch '3.0' into feature/stream 2022-08-23 19:41:16 +08:00
Liu Jicong
2d628491b2 feat(stream): support tdb state backend 2022-08-23 19:30:04 +08:00
Haojun Liao
36eb46fa4d
Merge pull request #16342 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor.
2022-08-23 19:28:50 +08:00
wangmm0220
514711e54c feat:get data from snapshot for taosx 2022-08-23 17:28:49 +08:00
Haojun Liao
2889b8d913 refactor(query): do some internal refactor. 2022-08-23 17:28:08 +08:00
Xiaoyu Wang
717f837cbb fix: auto create table insert statement check table name 2022-08-23 15:24:50 +08:00
54liuyao
b8a1a7f175 fix(stream): state window update 2022-08-23 12:46:42 +08:00
wangmm0220
1134319570 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-08-23 10:45:51 +08:00
Shengliang Guan
04ce95fe72
Merge pull request #16303 from taosdata/szhou/fixbugs
fix: fill desc order support
2022-08-22 19:16:11 +08:00
Shengliang Guan
a3348f716e
Merge pull request #16299 from taosdata/fix/3.0_bugfix_wxy
fix: the syntax problem of querying the state value in the state window
2022-08-22 18:48:28 +08:00
slzhou
4ef090f495 fix: fill desc order support 2022-08-22 18:37:23 +08:00
Xiaoyu Wang
4cf9bd6ac1 fix: the syntax problem of querying the state value in the state window 2022-08-22 17:46:57 +08:00
wangmm0220
43862ccd74 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-08-22 16:53:53 +08:00
wade zhang
7a77f4258a
Merge pull request #16258 from taosdata/feature/3.0_query_optimize
opti: group by tag
2022-08-22 16:39:05 +08:00
wangmm0220
23d8ebf129 fix:error in grou by tag 2022-08-22 15:15:03 +08:00
54liuyao
25b735f0e3 feat(stream): delete result 2022-08-22 14:05:19 +08:00
Shengliang Guan
e16a2a5027
Merge pull request #16278 from taosdata/feature/3_liaohj
fix(query): add one more condition check when merge file block and last block.
2022-08-22 12:58:38 +08:00
wangmm0220
36b60ab082 opti:grou by tag 2022-08-22 11:28:58 +08:00
Haojun Liao
e4881423b8 fix(query): add one more condition check when merge file block and last block. 2022-08-22 11:09:12 +08:00
wangmm0220
36ff7e4242 opti:grou by tag 2022-08-22 10:14:40 +08:00
Shengliang Guan
4bc8e086a8
Merge pull request #16262 from taosdata/feature/3.0_interval_hash_optimize
enh: rsma batch process and code optimization
2022-08-21 23:57:58 +08:00
wangmm0220
90a3b68d68 fix:conflict from 3.0 2022-08-20 16:00:56 +08:00
wangmm0220
2743ac6193 opti: group by tag 2022-08-20 15:45:56 +08:00
Cary Xu
4dc30fb55a Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-19 22:16:11 +08:00
Hongze Cheng
67d45c6b62 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-19 21:54:48 +08:00
Hui Li
d0e0c222ba
Merge pull request #16251 from taosdata/feature/stream
refactor(stream): optimize interval
2022-08-19 20:48:28 +08:00
wangmm0220
38f0eccaad opti: group by tag 2022-08-19 20:31:28 +08:00
Liu Jicong
d251180fae refactor(stream): optimize interval 2022-08-19 18:06:54 +08:00
shenglian zhou
c8bd3c6da4 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-08-19 17:27:42 +08:00
shenglian zhou
3b9d44e05a fix: check tags when it is not regular table 2022-08-19 17:27:18 +08:00
Cary Xu
59739e0cb7 Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-19 17:20:08 +08:00
Cary Xu
441ce21677 enh: rsma batch process 2022-08-19 17:19:50 +08:00
Hongze Cheng
cc116b21f9 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-19 17:14:06 +08:00
wangmm0220
f2912a17ba fix:conflicts from 3.0 2022-08-19 16:38:23 +08:00
Hui Li
43881c1469
Merge pull request #16238 from taosdata/fix/TD-18392
fix(query): fix interp + fill(linear) datapoints outside interpolation window are included
2022-08-19 16:16:07 +08:00
Hongze Cheng
e3eee2352c Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-19 15:36:13 +08:00
Hui Li
af22a928c6
Merge pull request #16223 from taosdata/fix/3.0_bugfix_wxy
fix: escape character problem in auto create table insert
2022-08-19 15:16:35 +08:00
Hongze Cheng
324de6e4dc Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-19 14:26:59 +08:00
Hui Li
e7bba75f93
Merge pull request #16233 from taosdata/feature/stream
enh(stream): optimize output
2022-08-19 14:22:25 +08:00
Ganlin Zhao
f20887ee97 fix(query): fix interp + fill(linear) datapoint outside interpolation window
will be included

TD-18392
2022-08-19 12:28:27 +08:00
Liu Jicong
692fdf3397 enh(stream): optimize output 2022-08-19 11:31:52 +08:00
Xiaoyu Wang
09cb575300 fix: escape character problem in auto create table insert 2022-08-19 11:10:56 +08:00
Hongze Cheng
972ad9e70b Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-19 09:53:45 +08:00
Hui Li
240747abed
Merge pull request #16222 from taosdata/feature/stream
fix(query): memory leak
2022-08-19 09:31:09 +08:00
shenglian zhou
ff22c97d99 fix: user tags scan filter produces zero row will not end the sys table scan operator 2022-08-19 08:39:19 +08:00
shenglian zhou
4e5315f1ac fix: process remaining rows out of loop 2022-08-18 20:41:25 +08:00
Xiaoyu Wang
98fc185e92 fix: escape character problem in auto create table insert 2022-08-18 18:53:23 +08:00
Liu Jicong
2b092f6551 fix(query): memory leak 2022-08-18 18:39:21 +08:00
“happyguoxy”
1a8fb96182 fix: reset row number when filter produces zero row 2022-08-18 18:30:03 +08:00
shenglian zhou
e93461c949 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-08-18 18:01:05 +08:00
shenglian zhou
3e6ccb8357 fix: filter producing zero rows will not be treated as sys table scan operator completion 2022-08-18 18:00:03 +08:00
Hongze Cheng
e9bb654a4a Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-18 17:14:51 +08:00
Hui Li
1a5ae2bfdf
Merge pull request #16207 from taosdata/feature/3.0_query_optimize
fix: get meta null if table does not exists
2022-08-18 16:54:19 +08:00
wangmm0220
fbc69a10c4 Merge branch '3.0' into feature/TD-14761 2022-08-18 16:45:06 +08:00
Hui Li
8681f6399b
Merge pull request #16186 from taosdata/fix/TD-18445
fix(query): fix interp pResBlock->rows > capacity cause assert failure
2022-08-18 16:36:39 +08:00
Hui Li
35af88cbaa
Merge pull request #16195 from taosdata/feature/3.0_interval_hash_optimize
enh: rsma batch process
2022-08-18 16:07:14 +08:00
Cary Xu
214acb74c3 Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-18 16:02:01 +08:00
wangmm0220
03bb9e7f01 fix: get meta null if table does not exists 2022-08-18 15:44:28 +08:00
Ganlin Zhao
e33be23e10 Merge branch '3.0' into fix/TD-18445 2022-08-18 15:14:10 +08:00
Ganlin Zhao
fb2bb0481e fix(query): fix interp pResBlock->rows > capacity cause assert failure 2022-08-18 13:22:59 +08:00
Hongze Cheng
c7d492dae1 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-18 11:36:23 +08:00
Haojun Liao
e70cfbbd00 fix(query): add jmp macro define. 2022-08-18 10:58:39 +08:00
wangmm0220
44ce4f1cf3 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-08-18 10:45:45 +08:00
wangmm0220
d2727b6252 feat:merge from 3.0 2022-08-18 10:45:20 +08:00
Cary Xu
7e73f36173 other: code format revert 2022-08-18 10:08:22 +08:00
Cary Xu
69580893a7 other: merge 3.0 2022-08-17 20:20:02 +08:00
wangmm0220
e3c11172ec fix:error in get table list by tag filter 2022-08-17 19:01:22 +08:00
Ganlin Zhao
13f5acd4b9 fix(query): fix interp pResBlock->rows > capacity cause assert failure
TD-18445
2022-08-17 16:04:58 +08:00
wangmm0220
359fa4bc56 fix:error in get table list by tag filter 2022-08-17 15:50:33 +08:00
wangmm0220
4f16771de4 fix:error in get table list by tag filter 2022-08-17 14:45:31 +08:00
wangmm0220
171ce325c7 fix:error in get table list by tag filter 2022-08-17 11:47:59 +08:00
wangmm0220
2bf2d5e6e1 fix:error in get table list by tag filter 2022-08-17 11:39:55 +08:00
wangmm0220
d5a8b397f0 fix:merge from 3.0 2022-08-17 11:09:49 +08:00
slzhou
2d60150cd9 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-08-17 10:38:56 +08:00
slzhou
b888c90054 fix: change the interval data load status when scan 2022-08-17 10:38:40 +08:00
Hui Li
57b9eee4c7
Merge pull request #16139 from taosdata/szhou/fixbugs
fix: source ts column error
2022-08-17 09:51:02 +08:00
Cary Xu
0ade372145 Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-17 09:46:49 +08:00
Liu Jicong
27e2ba79c0 Merge branch '3.0' into feature/stream 2022-08-17 01:11:18 +08:00
Cary Xu
d170adf214 enh: rsma batch process 2022-08-16 20:22:45 +08:00
Shengliang Guan
4dd7a5f2bd Merge branch '3.0' into fix/release 2022-08-16 20:01:13 +08:00
Liu Jicong
b2b0f2f8fa Merge branch '3.0' into feature/stream 2022-08-16 18:26:04 +08:00
Liu Jicong
02d2588d86 enh(stream): reduce table scan 2022-08-16 17:16:56 +08:00
slzhou
3f3c1b9e8d Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-08-16 16:45:42 +08:00
wangmm0220
78c9f245b1 fix:conflicts from 3.0 2022-08-16 15:18:11 +08:00
wangmm0220
c4d25ccb90 fix:remove log for time cost 2022-08-16 14:48:31 +08:00
wangmm0220
19c5051b8c fix:confilcts from 3.0 2022-08-16 14:42:19 +08:00
wangmm0220
4eccd81e94 fix:error in tag filter optimization 2022-08-16 14:39:03 +08:00
slzhou
c4a065d643 fix: fix source ts column index error of fill operator 2022-08-16 14:00:56 +08:00
Cary Xu
7216384d2f Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-16 13:44:52 +08:00
Hui Li
0280c93d23
Merge pull request #16134 from taosdata/feature/stream
enh(stream): reduce table scan
2022-08-16 13:33:20 +08:00
Liu Jicong
2ced6c280c enh(stream): reduce table scan 2022-08-16 12:11:56 +08:00
slzhou
9e2fd1d695 fix: pass windows compilation 2022-08-15 16:48:06 +08:00
slzhou
e61156d316 fix: set time window overlapping to true when windows end past block end 2022-08-15 15:35:39 +08:00
Cary Xu
34e14f770f enh: rsma batch process 2022-08-15 09:39:55 +08:00
Cary Xu
dab6c81769 enh: rsma batch process 2022-08-15 00:16:44 +08:00
Haojun Liao
fd385a99d1
Merge pull request #16095 from taosdata/feature/3.0_fill_enh
fix(query): set ignore flag when skip current datablock.
2022-08-14 01:17:26 +08:00
Haojun Liao
0572256eaa fix(query): set ignore flag when skip current datablock. 2022-08-13 22:51:54 +08:00
wangmm0220
37f6d1195c fix:error in get table list 2022-08-12 21:57:29 +08:00
Cary Xu
8c75274e13 Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-12 21:04:20 +08:00
Cary Xu
ae7550eb86 enh: rsma exec in async mode 2022-08-12 21:00:48 +08:00
Shengliang Guan
8d8f26a4c1
Merge pull request #16067 from taosdata/feature/TD-17811
fix(stream): session delete
2022-08-12 20:34:28 +08:00
Shengliang Guan
3319c0937b
Merge pull request #15801 from taosdata/feature/3.0_fill_enh
fix(query): fix bug in fill
2022-08-12 20:04:33 +08:00
Shengliang Guan
839d04d4bc
Merge pull request #16050 from taosdata/szhou/fixbug
fix: set operator complete early when select * from stb limit n
2022-08-12 19:59:27 +08:00
54liuyao
77a710cfeb fix(stream): session delete 2022-08-12 19:28:29 +08:00
Haojun Liao
f96aa3e2ff fix(query): fix memory leak. 2022-08-12 19:11:10 +08:00
slzhou
126e3d0b4c fix: add special case for partition by + limit 2022-08-12 18:56:12 +08:00
Haojun Liao
d08841d747
Merge pull request #16053 from taosdata/feature/3_liaohj
fix(query): return error code instead of assert.
2022-08-12 18:48:24 +08:00
Haojun Liao
77b109dfdc fix(query): return error code instead of assert. 2022-08-12 17:37:55 +08:00
slzhou
d7a9f69cb5 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbug 2022-08-12 17:20:58 +08:00
slzhou
99030690c2 fix: set operator early when select * from stb limit n 2022-08-12 17:19:56 +08:00
wangmm0220
4f97d72502 fix:memory leak 2022-08-12 15:02:34 +08:00
Haojun Liao
dc991a9040 other:merge 3.0 2022-08-12 14:51:52 +08:00
Yihao Deng
1bfa9d2333
Merge pull request #16040 from taosdata/fix/operMemCorrupt
fix operator double free
2022-08-12 14:51:37 +08:00
Haojun Liao
7084c765d0 fix(query): set correct fill column index. 2022-08-12 14:45:06 +08:00
wangmm0220
61a19b80d7 Merge branch '3.0' into feature/3.0_query_optimize 2022-08-12 14:41:08 +08:00
wangmm0220
78e87a0aae fix:memory leak 2022-08-12 14:38:54 +08:00
Haojun Liao
166cdcec7c fix(query): fix bug in fill. 2022-08-12 14:04:43 +08:00
wangmm0220
eec58b8ef0 opti:use suid+uid->tags index to optimize time cost 2022-08-12 13:53:24 +08:00
yihaoDeng
d4e11c0620 fix operator double free 2022-08-12 13:40:24 +08:00
Yihao Deng
4971b0fc22
Merge pull request #16035 from taosdata/fix/operMemCorrupt
fix: operator double free mem
2022-08-12 13:14:43 +08:00
dapan1121
46a6b37779
Merge pull request #16033 from taosdata/fix/TD-18075
fix: fix taosd put blocks to sink error
2022-08-12 11:48:55 +08:00
wangmm0220
95ef68bbc1 opti:use suid+uid->tags index to optimize time cost 2022-08-12 11:39:19 +08:00
wangmm0220
e102f81f92 opti:use suid+uid->tags index to optimize time cost 2022-08-12 11:33:53 +08:00
yihaoDeng
bd929582f5 fix operator double free 2022-08-12 11:22:41 +08:00
dapan1121
effb4f20d3 fix: fix taosd put blocks to sink error 2022-08-12 11:00:21 +08:00
Cary Xu
a4a7022caf
Merge pull request #15976 from taosdata/feature/3.0_interval_hash_optimize
enh: rsma fetch optimization
2022-08-11 23:20:01 +08:00
dapan1121
df4f4300d3
Merge pull request #15991 from taosdata/fix/TD-18281
fix: fix exchange operator memory leak
2022-08-11 20:52:10 +08:00
Ganlin Zhao
73f57290b4 Merge branch '3.0' into fix/TD-18331 2022-08-11 19:54:44 +08:00
Ganlin Zhao
7409cc9513 fix(query): fix memory leak in doTimeslice operator 2022-08-11 19:53:49 +08:00
Ganlin Zhao
e128350ab4 fix(query): fix memory leak in doTimeslice operator 2022-08-11 19:43:57 +08:00
Cary Xu
133beb4d49 other: make test case pass 2022-08-11 19:18:55 +08:00
Cary Xu
e890bcc6f4 enh: tsimplehash remove/iter/ut 2022-08-11 19:12:24 +08:00
wangmm0220
32f9bc0dd0 opti:logic for get table list 2022-08-11 18:29:28 +08:00
Ganlin Zhao
465dd745d7 fix(query): fix invalid read in doTimeslice operator 2022-08-11 18:18:45 +08:00
liuyao
9776404998
Merge pull request #15984 from taosdata/feature/TD-17811
feat(stream):delete window
2022-08-11 17:43:51 +08:00
dapan1121
0e56dc9a7b fix: fix exchange operator memory leak 2022-08-11 17:23:08 +08:00
shenglian-zhou
a96193cfc6
Merge pull request #15983 from taosdata/szhou/fixbug
fix: add multi-timeline support for session and state
2022-08-11 17:15:09 +08:00
54liuyao
c10a1adbd3 feat(stream):delete window 2022-08-11 16:33:35 +08:00
slzhou
009777a727 fix: add multi-timeline support for session and state 2022-08-11 16:23:53 +08:00
54liuyao
cc49ae28bb fix(stream): free map 2022-08-11 15:39:17 +08:00
Cary Xu
d71e238d48 fix: code optimization 2022-08-11 15:25:31 +08:00
liuyao
15a7062df4
Merge pull request #15973 from taosdata/feature/TD-17811
feat(stream): delete result
2022-08-11 15:21:54 +08:00
dapan1121
8ad76f4307
Merge pull request #15962 from taosdata/enh/tbHashPerf
enh: optimize getting table hash performance
2022-08-11 15:01:10 +08:00
Cary Xu
6cd2e52d1a enh: code optimization 2022-08-11 14:43:17 +08:00
wangmm0220
4f03e2e4f5 opti:logic for get table list 2022-08-11 14:35:38 +08:00
54liuyao
7836b581a7 feat(stream): delete result 2022-08-11 14:25:16 +08:00
Liu Jicong
a28c0781be
Merge pull request #15971 from taosdata/feature/stream
feat(stream): session window trigger delete
2022-08-11 14:10:18 +08:00
Liu Jicong
c191f44b14 feat(stream): session window trigger delete 2022-08-11 12:01:20 +08:00
Cary Xu
15544a2207 enh: rsma fetch 2022-08-11 11:14:31 +08:00
liuyao
e1047b4b27
Merge pull request #15965 from taosdata/feature/TD-18091
feat(stream):optimzie stream interval
2022-08-11 11:06:06 +08:00
Ganlin Zhao
c6699e19fb
Merge pull request #15941 from taosdata/fix/TD-18115
fix(query): fix linear interpolation issue between two blocks
2022-08-11 10:21:28 +08:00
54liuyao
44123ec8f0 feat(stream):optimzie stream interval 2022-08-11 10:20:42 +08:00
Cary Xu
a6a1cfddd5
Merge pull request #15946 from taosdata/feature/3.0_row_optimize
enh: row iter and fetch optimization
2022-08-11 09:46:27 +08:00
dapan1121
c1539bc064 enh: optimize getting table hash performance 2022-08-11 09:45:47 +08:00
shenglian-zhou
d9621d0f09
Merge pull request #15942 from taosdata/szhou/fixbug
fix: return init agg failure when create operators to avoid coredump
2022-08-11 07:54:42 +08:00
wangmm0220
8be1396268 opti: add log for time cost 2022-08-10 21:31:08 +08:00
wangmm0220
e7f4755386 opti: add log for time cost 2022-08-10 20:26:59 +08:00
wangmm0220
e039334792 opti: logic in get table list 2022-08-10 20:18:54 +08:00
Haojun Liao
d8455841e0 refactor: do some internal refactor. 2022-08-10 20:12:32 +08:00
Haojun Liao
ebf8755d9d fix(query): remove invalid sma filter. 2022-08-10 19:58:23 +08:00
54liuyao
4cd1452e61 fix(stream): check udf 2022-08-10 17:55:04 +08:00
Cary Xu
1d6d0aa2db enh: row iter and fetch optimization 2022-08-10 17:26:44 +08:00
Haojun Liao
6250c1b157
Merge pull request #15851 from taosdata/feature/3.0_query_optimize
ehn(query): optimize the query performance.
2022-08-10 16:51:46 +08:00
shenglian zhou
5f7b7a55df fix: fix memory leaks 2022-08-10 16:33:12 +08:00
Ganlin Zhao
6fc38165fb fix(query): fix linear interpolation issue between two blocks
TD-18309
2022-08-10 16:29:55 +08:00
shenglian zhou
788735f7e6 fix: add qerror log when create disk based result buf failed 2022-08-10 16:25:00 +08:00
shenglian zhou
304056c276 fix: return init agg failure when create operators to avoid coredump 2022-08-10 16:20:44 +08:00
Ganlin Zhao
249e2b12f6 fix(query): fix interp + fill interpolation after last datablock 2022-08-10 14:21:31 +08:00
Haojun Liao
abc9065094 fix(query): set correct raw block info. 2022-08-10 13:13:25 +08:00
Cary Xu
3e626d56d1 fix: set none if cols not full 2022-08-09 20:32:02 +08:00
wangmm0220
c381ffd38c fix:error in tmq for snapshot 2022-08-09 19:06:24 +08:00
Haojun Liao
7b70f54a6e test: add log. 2022-08-09 18:47:23 +08:00
Haojun Liao
d680da3380 fix(query): fix sma info in query procesing. 2022-08-09 18:35:10 +08:00
Haojun Liao
bddb3e356d fix(query): expand the sink buffer. 2022-08-09 17:55:00 +08:00
Haojun Liao
8b86d7342d fix(query): check the sma load status, and return if succeed. 2022-08-09 17:21:31 +08:00
Ganlin Zhao
1d90aff252 fix(query): fix interp linear interpolation after range issue 2022-08-09 16:13:51 +08:00
Haojun Liao
b9c6e0cdf9 refactor: stream invoke previous APIs. 2022-08-09 13:55:51 +08:00
Haojun Liao
a2a1da06dd other:merge 3.0 2022-08-09 13:45:44 +08:00
Xiaoyu Wang
07ef00e89f merge 3.0 2022-08-09 11:36:08 +08:00
Ganlin Zhao
38f3cc3e78 fix(query): interp fill(linear) after data range do not fill 2022-08-09 11:16:40 +08:00
Ganlin Zhao
35a9e11ed1
Merge pull request #15867 from taosdata/fix/TD-18115
fix(query): interp + fill(linear) not working
2022-08-09 10:25:58 +08:00
Ganlin Zhao
e16b2fafbe fix(query): fix interp + fill(linear) start from middle of interpolation
range issue
2022-08-08 21:09:25 +08:00
Ganlin Zhao
7aeaa79f4e fix(query): fix interp + fill(linear) before inter range issue 2022-08-08 20:28:09 +08:00
Ganlin Zhao
26648a909f fix(query): interp + fill(linear) not working
TD-18220
2022-08-08 20:09:20 +08:00
dapan1121
63eea61cae fix: fix show stables in sysdb result error 2022-08-08 18:13:35 +08:00
Haojun Liao
0aef734a20 fix(query): fix syntax error. 2022-08-08 17:56:26 +08:00
Haojun Liao
4d8842c21f other:merge 3.0 2022-08-08 16:37:37 +08:00
Haojun Liao
200a669542 refactor: do some internal refactor. 2022-08-08 16:34:11 +08:00
Ganlin Zhao
1ee558fb63 fix(query): interp + fill(linear) not working
TD-18220
2022-08-08 15:20:12 +08:00
slzhou
07b88a35d5 fix: ensure capacity before join left and right 2022-08-08 13:44:23 +08:00
Haojun Liao
447b2cb9f1 fix(query): update the load data log. 2022-08-08 12:56:03 +08:00
wangmm0220
9f9788c205 Merge branch '3.0' into feature/TD-14761 2022-08-08 10:04:03 +08:00
shenglian zhou
03aae25b63 fix: function rename and trigger ci test 2022-08-07 06:39:26 +08:00
shenglian zhou
be8c3628c5 fix: trigger ci test 2022-08-07 06:08:12 +08:00
shenglian zhou
28eda93ab3 Merge branch '2.0' of github.com:taosdata/TDengine into szhou/fix/nullgroup 2022-08-06 21:50:05 +08:00
shenglian zhou
81d3a2c385 fix: last/first must return not null values 2022-08-06 21:39:53 +08:00
shenglian zhou
a16a6b73c8 fix: force at least one row for agg/window group 2022-08-06 20:11:12 +08:00
Haojun Liao
a74c830125 fix(query): support scalar function in fill operator. 2022-08-06 19:34:15 +08:00
wangmm0220
1309c489e2 fix:error in tmq for snapshot 2022-08-06 19:31:53 +08:00
dapan1121
10281b36ae
Merge pull request #15811 from taosdata/fix/TD-18137
fix: fix taosd memory leak issue
2022-08-06 18:47:38 +08:00
dapan1121
fd654b126a fix: fix taosd memory leak issue 2022-08-06 18:00:26 +08:00
Ganlin Zhao
2e3a1cfdde Merge branch '3.0' into fix/TD-18115 2022-08-06 16:46:54 +08:00
Ganlin Zhao
78fb4f51b0 fix(query): fix interp fill(next) result errors 2022-08-06 16:44:14 +08:00
Ganlin Zhao
8c3cc0161a fix(query): fix interp fill(next) result errors 2022-08-06 16:22:40 +08:00
Ganlin Zhao
784752010a fix(query): fix interp fill(next) result errors 2022-08-06 16:18:11 +08:00
Haojun Liao
ebe8192d7e refactor(query): do some internal refactor. 2022-08-06 16:15:15 +08:00
Haojun Liao
c7b511ed69 fix(query): set src block for function. 2022-08-06 16:13:18 +08:00
Haojun Liao
0d60d54a4a other: merge 3.0 2022-08-06 15:26:15 +08:00
Haojun Liao
bf08d7dd0b fix(query): fix bug in fill 2022-08-06 15:23:03 +08:00
54liuyao
214d3609b2 fix(stream):set num of stream session child 2022-08-06 15:14:11 +08:00
Ganlin Zhao
70f3967993 fix(query): fix interp + fill(prev) result error 2022-08-06 14:42:48 +08:00
wangmm0220
f28155714e fix:confilcts from 3.0 2022-08-06 12:31:15 +08:00
Ganlin Zhao
d5d873c7f8 fix(query): fix interp fill(prev) issue 2022-08-06 11:32:29 +08:00
Ganlin Zhao
0afea835fc Merge branch '3.0' into fix/TD-18115 2022-08-06 10:09:03 +08:00
Ganlin Zhao
b3e53c651e fix(query): fix interp + fill interpolation behavior
TD-18173
TD-18174
2022-08-06 10:04:56 +08:00
wangmm0220
45e7597df3 feat:get data from snapshot for taosx 2022-08-05 21:12:18 +08:00
Ganlin Zhao
06b4177940
Merge pull request #15762 from taosdata/fix/TD-18115
fix(query): fix interp function core dump
2022-08-05 20:35:23 +08:00
Haojun Liao
1063064a59 enh(query): support filter by SMA. 2022-08-05 17:40:40 +08:00
Cary Xu
2524779057
Merge pull request #15775 from taosdata/feature/TD-11274-3.0
fix: memory leaks in taosd when use metaGetTableEntryByUid
2022-08-05 17:28:50 +08:00
Cary Xu
14d396b081 fix: memory leaks in taosd when use metaGetTableEntryByUid 2022-08-05 16:22:57 +08:00
Minglei Jin
ab6e7604a3 fix: clear reader's coder memory 2022-08-05 15:42:45 +08:00
Haojun Liao
0ac1b85a0e refactor: add some logs. 2022-08-05 15:09:43 +08:00
Haojun Liao
0e4748771a enh(query): support combine multi datablock to pass to upstream operators 2022-08-05 14:10:45 +08:00
Ganlin Zhao
e808f67518 Merge branch '3.0' into fix/TD-18115 2022-08-05 10:03:17 +08:00
Cary Xu
862e7c8e36 fix: conditional comparison 2022-08-05 09:47:50 +08:00
Cary Xu
a179b6e64d fix: solve stream input data block leak 2022-08-05 01:37:54 +08:00
Cary Xu
82c440955a fix: solve rsma memory leak 2022-08-04 21:31:13 +08:00
Cary Xu
f0dff1f039 Merge branch '3.0' into feature/TD-11274-3.0 2022-08-04 21:27:17 +08:00
Cary Xu
1231c8014b fix: solve rsma memory leak 2022-08-04 21:27:01 +08:00
Haojun Liao
569c82886f fix(query): remove temp files. 2022-08-04 20:42:23 +08:00
Haojun Liao
be1d1c5f8e fix(query): clean temp files. 2022-08-04 20:37:36 +08:00
Haojun Liao
5dc9c9f2b1
Merge pull request #15750 from taosdata/feature/3_liaohj
fix(query): fix memory leak.
2022-08-04 20:17:58 +08:00
Haojun Liao
3a5fcefc8d other: merge 3.0 2022-08-04 17:24:51 +08:00
Haojun Liao
b04efe3c25 fix(query): fix memory leak. 2022-08-04 17:14:50 +08:00
shenglian zhou
2f27d0152d fix: get result row add forUpdate parameter 2022-08-04 16:23:54 +08:00
wangmm0220
c3cd858a63 feat:add snapshot for tmq in stable and db 2022-08-04 15:01:59 +08:00
Zhiqiang Wang
ca1b1d9e18
Merge pull request #15721 from taosdata/fix/ZhiqiangWang/TD-18093-fix-minimalDirGB-invalid-error
os: fix minimalDirGB invalid error
2022-08-04 10:44:33 +08:00
afwerar
e76f770fc8 os: fix minimalDirGB invalid error 2022-08-04 10:02:09 +08:00
Cary Xu
5ce5dd2da8
Merge pull request #15723 from taosdata/feature/TD-11274-3.0
enh: adjust numOfRows in SubmitBlk from int16_t to int32_t
2022-08-04 09:36:26 +08:00
Ganlin Zhao
6b6f85e22f fix(query): fix interp function core dump
TD-18115
2022-08-03 21:24:47 +08:00
Cary Xu
f1790b2776 enh: adjust numOfRows in SubmitBlk from int16_t to int32_t 2022-08-03 21:03:27 +08:00
Liu Jicong
e43d3d88b6 Merge branch '3.0' into feature/stream 2022-08-03 20:59:26 +08:00
Liu Jicong
cf5f06bd68 enh(stream): stream query is not limited by window count 2022-08-03 20:33:09 +08:00
Haojun Liao
4cd7af0ecf other: merge 3.0 2022-08-03 19:02:43 +08:00
Haojun Liao
2a8da022de refactor: do some internal refactor. 2022-08-03 19:01:06 +08:00
Haojun Liao
caa5378d8e refactor: do some internal refactor. 2022-08-03 17:12:10 +08:00
slzhou
cf9030fab1 fix: prevent result row page swapping so that the result is preserved 2022-08-03 17:03:50 +08:00
Cary Xu
92b2d62a31 Merge branch 'feature/3.0_query_optimize' of github.com:taosdata/TDengine into feature/3.0_query_optimize 2022-08-03 15:58:51 +08:00
Cary Xu
a3166507a5 enh: don't read bitmap when all col is normal 2022-08-03 15:58:28 +08:00
Haojun Liao
074500805c refactor: set filter function for last_row function. 2022-08-03 15:34:42 +08:00
Cary Xu
2f19c2d0a5 other: rsma replica restore and memory leak 2022-08-03 10:58:01 +08:00
Haojun Liao
77ed2bc1e1 enh(query): add merge attribute in explain. 2022-08-02 21:25:55 +08:00
Shengliang Guan
590266067b
Merge pull request #15680 from taosdata/fix/dnode
refactor: adjust logs
2022-08-02 19:37:07 +08:00
Shengliang Guan
56f2e49764 refactor: adjust logs 2022-08-02 17:12:07 +08:00
shenglian-zhou
16357345ef
Merge pull request #15678 from taosdata/szhou/fix/join
fix: make multi-table table join test case pass CI
2022-08-02 17:02:00 +08:00
Haojun Liao
70284f5b02 enh(query): support multi-groups result merge into one datablock. 2022-08-02 16:52:36 +08:00
slzhou
a3f95f566f fix: format code 2022-08-02 16:24:22 +08:00
slzhou
2a17deec7c fix: extract time condition corretly when join tables together 2022-08-02 16:18:55 +08:00
Xiaoyu Wang
f8bd778979 enh: the fill physical scheme distinguishes between interpolated and non-interpolated expressions 2022-08-02 16:18:53 +08:00
Haojun Liao
258d50306f refactor: do some internal refactor. 2022-08-02 15:43:45 +08:00
dapan1121
517b03a6fc
Merge pull request #15663 from taosdata/enh/addAppStat
enh: support app level stat
2022-08-02 15:07:26 +08:00
Haojun Liao
770cc74e7f refactor: do some internal refactor. 2022-08-02 14:19:15 +08:00
Haojun Liao
781c494c2b refactor: merge data belongs to different data group. 2022-08-02 13:58:54 +08:00
Haojun Liao
fe55671253 fix(query): fix syntax error. 2022-08-01 23:43:01 +08:00
Haojun Liao
6671420e49 fix(query): set correct json tag. 2022-08-01 23:30:25 +08:00
dapan1121
cc3a7375ed enh: support app level stat 2022-08-01 20:47:08 +08:00
Haojun Liao
8da7aa19b5 fix(query): fix memory leak. 2022-08-01 20:41:03 +08:00
Haojun Liao
bbcba1855d Merge branch '3.0' into feature/3_liaohj 2022-08-01 20:09:42 +08:00
shenglian-zhou
21308d7853
Merge pull request #15639 from taosdata/szhou/fix/join
fix: fix failed case of join.sim
2022-08-01 18:54:42 +08:00
Ganlin Zhao
56ca1ac288
Merge pull request #15643 from taosdata/fix/TD-18040
enh(query): add selectivity support for indefinite rows functions
2022-08-01 18:42:22 +08:00
slzhou
5ad27aabe7 fix: fix join error to remove the extra join 2022-08-01 17:47:31 +08:00
54liuyao
b3d104349f feat(stream):optimize stream update scan 2022-08-01 17:09:46 +08:00
Haojun Liao
24218752ab refactor: optimize tablescan perf. 2022-08-01 16:41:14 +08:00
Ganlin Zhao
14deef3ae8 fix comment 2022-08-01 15:42:35 +08:00
Ganlin Zhao
b0becf1ca9 fix(query): fix n-1 function if select column after function position
result row is incorrect.

fix/TD-18040
2022-08-01 14:15:16 +08:00
Haojun Liao
2531ee909c refactor: do some internal refactor. 2022-08-01 14:05:41 +08:00
Haojun Liao
a2a2dbd68a refactor: optimize the build block perf. 2022-08-01 13:11:32 +08:00
Haojun Liao
53686de955
Merge pull request #15606 from taosdata/feature/3_liaohj
fix(query): remove invalid time window close ops.
2022-07-30 20:54:10 +08:00
Haojun Liao
71b5cf5a39 refactor: do some internal refactor. 2022-07-30 18:23:04 +08:00
Haojun Liao
97c238875e refactor: do some internal refactor. 2022-07-30 18:19:14 +08:00
Haojun Liao
7bc773b8cd fix(query): remove invalid time window close ops. 2022-07-30 18:11:44 +08:00
Liu Jicong
c67f5f10a2
Merge pull request #15595 from taosdata/feature/stream
enh(wal): add lock to guarantee read behaviour
2022-07-30 17:09:20 +08:00
Haojun Liao
97d0e558bc refactor: add assert. 2022-07-30 14:05:39 +08:00
Liu Jicong
f24f2eff42 merge 3.0 2022-07-30 13:03:12 +08:00
Haojun Liao
ed57347579 fix(query): fix memory leak. 2022-07-30 11:30:31 +08:00
Haojun Liao
d29a60499a
Merge pull request #15554 from taosdata/feature/3_liaohj
refactor: do some internal refactor and opt query performance.
2022-07-29 22:34:37 +08:00
Liu Jicong
6c250e75cd fix(stream): forbid histogram in stream 2022-07-29 21:28:18 +08:00
Haojun Liao
2261d689e4 fix(query): opt read data from file block. 2022-07-29 21:09:33 +08:00
Ganlin Zhao
8dbac0b001 Merge branch '3.0' into fix/TD-17958 2022-07-29 20:56:47 +08:00
Ganlin Zhao
344e821e87 fix: fix rsma writing historical data wal got overwritten by unrelated
SSDatablocks got from streamscan

TD- 17958
2022-07-29 20:53:45 +08:00
liuyao
df2736e61c
Merge pull request #15559 from taosdata/feature/TD-17811
feat(stream):Recycled Pages
2022-07-29 20:36:36 +08:00
Xiaoyu Wang
11bac6220c
Merge pull request #15523 from taosdata/feature/3.0_debug_wxy
enh: last function optimize
2022-07-29 20:14:21 +08:00
54liuyao
c8fbcb9672 feat(stream): Recycled Pages 2022-07-29 19:40:14 +08:00
Haojun Liao
cd5491fea1 fix(query): remove invalid code. 2022-07-29 19:00:12 +08:00
Haojun Liao
9ee13ca254 other: merge 3.0 2022-07-29 18:03:42 +08:00
Haojun Liao
0ff775c46f fix(query): keep order info in fill operator. 2022-07-29 14:33:50 +08:00
54liuyao
5e7e335169 feat(stream): free state memroy 2022-07-29 14:28:29 +08:00
Haojun Liao
26e5a7c796 refactor: do some internal refactor. 2022-07-29 13:54:14 +08:00
Cary Xu
e3efc089b4 fix: assign groupId for rsma uniformly 2022-07-29 12:15:19 +08:00
Haojun Liao
915e4e40c7 fix(query): add attribute to control output order. 2022-07-29 11:00:36 +08:00
Haojun Liao
78bbfcb4bc refactor: do some internal refactor and opt query performance. 2022-07-29 09:56:03 +08:00
Xiaoyu Wang
d7a525f21f Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy 2022-07-29 09:28:52 +08:00
Xiaoyu Wang
9053645ab7 feat: super table order by primary key optimization 2022-07-28 20:24:49 +08:00
dapan1121
62f3adf7fc Merge branch '3.0' into fix/TD-17819 2022-07-28 19:11:08 +08:00
Cary Xu
21fba3cb1f other: revert the walWrite.c 2022-07-28 17:15:31 +08:00
dapan1121
fbdd8bfd39 fix: fix datablock windows error 2022-07-28 17:12:53 +08:00
Cary Xu
0dcb3a5da1 fix: assign uid for rsma by physical plan 2022-07-28 17:07:47 +08:00
slzhou@taodata.com
9cbd8c7bea fix: fix bugs related to join and nested query 2022-07-28 12:02:36 +08:00
slzhou@taodata.com
00fee07eae Merge branch '2.0' of github.com:taosdata/TDengine into szhou/fix/udf 2022-07-28 10:00:31 +08:00
slzhou@taodata.com
c962e9b8fd feat: add support for join operator when multiple rows with same ts 2022-07-28 09:58:16 +08:00
Liu Jicong
cf54ec5551
Merge pull request #15475 from taosdata/feature/stream
refactor(stream): remove option
2022-07-27 21:56:26 +08:00
shenglian zhou
c061cd2fe2 fix: multi row same ts join 2022-07-27 21:42:35 +08:00
WANG MINGMING
7badec9ecc
Merge pull request #15477 from taosdata/feature/TD-14761
feat:add ts,table name from SDeleterRes
2022-07-27 20:16:00 +08:00
Liu Jicong
ba0c1b3689 refactor(stream) 2022-07-27 20:11:03 +08:00
wangmm0220
2ba6ac5fba feat:add ts,table name from SDeleterRes 2022-07-27 17:11:57 +08:00
slzhou@taodata.com
6cb92ef6ee fix: support multi-rows with same ts for join operator 2022-07-27 17:09:24 +08:00
Liu Jicong
5e1bbe0e7e refactor(sma): remove option 2022-07-27 16:55:23 +08:00
slzhou@taodata.com
e1d5971e39 feat: add multi-rows merge join 2022-07-27 16:11:32 +08:00
shenglian-zhou
09218fefc8
Merge pull request #15465 from taosdata/szhou/fix/udf
fix: prepare for multirow join
2022-07-27 16:09:27 +08:00
Haojun Liao
089f045817
Merge pull request #15444 from taosdata/feature/3_liaohj
fix(query):fix memory leak.
2022-07-27 15:49:52 +08:00
slzhou@taodata.com
3469117732 fix: add input ts order to physical plan join node 2022-07-27 15:12:23 +08:00
Xiaoyu Wang
cd25d2dc60
Merge pull request #15456 from taosdata/feature/3.0_debug_wxy
fix: db options rename
2022-07-27 15:02:20 +08:00
slzhou@taodata.com
b941513479 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/udf 2022-07-27 14:28:15 +08:00
slzhou@taodata.com
70067fa939 fix: prepare for multirow join 2022-07-27 14:27:59 +08:00
Minglei Jin
51b367a32c fix: filter not exist child tables 2022-07-27 13:55:04 +08:00
Liu Jicong
3167f158d1
Merge pull request #15454 from taosdata/feature/stream
fix(stream): dispatch
2022-07-27 12:39:37 +08:00
Xiaoyu Wang
f977117c6c fix: db options rename 2022-07-27 11:55:19 +08:00
liuyao
23bc13a98d
Merge pull request #15445 from taosdata/feature/TD-17811
feat(stream): free the memory
2022-07-27 11:09:37 +08:00
WANG MINGMING
98fb54bf02
Merge pull request #15439 from taosdata/feature/TD-14761
feat:add tmq get data interface
2022-07-27 11:05:06 +08:00
Liu Jicong
3fa5791889 fix(stream): dispatch 2022-07-27 10:52:25 +08:00
54liuyao
db8ed3087c feat(stream): free the memory 2022-07-27 10:34:30 +08:00
shenglian zhou
633542914b fix: fix memory leak of fill operator 2022-07-26 19:19:24 +08:00
Haojun Liao
6c355184a9 Merge branch '3.0' into feature/3_liaohj 2022-07-26 19:09:37 +08:00
Haojun Liao
f021f29f02 fix(query): fix bug in limit/offset. 2022-07-26 19:07:43 +08:00
shenglian zhou
56f067229c Merge branch '2.0' of github.com:taosdata/TDengine into szhou/fix/udf 2022-07-26 17:58:31 +08:00
wangmm0220
915d3c4203 fix:conflicts from 3.0 2022-07-26 17:47:10 +08:00
wangmm0220
ba1962cacf feat:add tmq get data interface 2022-07-26 17:43:22 +08:00
shenglian zhou
4ab28c4da2 fix: fix mem leak of fill operator 2022-07-26 17:22:23 +08:00
shenglian zhou
a17015138c fix: fix fill operator memory leak 2022-07-26 17:18:08 +08:00
shenglian zhou
dab90f47bc fix: fix memory leak 2022-07-26 17:10:43 +08:00
Haojun Liao
97e3946a98
Merge pull request #15421 from taosdata/feature/3_liaohj
refactor: optimize the memory consumption in tsdbread
2022-07-26 16:49:14 +08:00
shenglian zhou
cdcb1a368d feat: add input ts order for join operator 2022-07-26 16:05:42 +08:00
shenglian-zhou
fd2a53d174
Merge pull request #15415 from taosdata/szhou/fix/udf
fix: set null when all inputs are null for leastsquare function
2022-07-26 15:57:25 +08:00
Haojun Liao
bd8fa53371 fix(query): set current SBlock before move to next block. 2022-07-26 15:52:47 +08:00
Ganlin Zhao
af305d1f51 Merge branch '3.0' into enh/TD-17659 2022-07-26 14:15:11 +08:00
shenglian zhou
b870b6381f fix: save sort exec info into table merge scan struct and use it when explain 2022-07-26 11:14:17 +08:00
liuyao
9adc6988a3
Merge pull request #15410 from taosdata/feature/TD-17811
feat(stream): refector some log
2022-07-26 10:34:21 +08:00
dapan1121
faedfb540b
Merge pull request #15409 from taosdata/fix/outofblockinsink
fix: fix load_table_info error
2022-07-26 10:32:51 +08:00
54liuyao
35ddd56691 feat(stream): refector some log 2022-07-26 09:55:21 +08:00
dapan1121
b97f9bfcad fix: fix load_table_info error 2022-07-26 09:48:43 +08:00
Liu Jicong
23f0feca92
Update projectoperator.c 2022-07-25 21:50:51 +08:00
jiajingbin
2964917125 fix: fix bug for TD-17801 2022-07-25 21:45:46 +08:00
jiajingbin
8833a8bdfb fix: fix bug for TD-17801 2022-07-25 21:39:12 +08:00
Haojun Liao
b4bb80ba9d
Merge pull request #15389 from taosdata/feature/3_liaohj
fix(query):disable merge for project operator in stream processing.
2022-07-25 20:16:18 +08:00
Ganlin Zhao
8794b0d464 Merge branch '3.0' into enh/TD-17659 2022-07-25 17:25:05 +08:00
Xiaoyu Wang
20cb18d8b0 merge 3.0 2022-07-25 16:59:28 +08:00
shenglian zhou
0494f4a6e9 fix: fix table merge scan memory leak 2022-07-25 16:41:32 +08:00
Haojun Liao
90b3e77698 fix(query):disable merge for project operator in stream processing. 2022-07-25 16:02:49 +08:00
Xiaoyu Wang
cf8bf7bd39 Merge remote-tracking branch 'origin/szhou/fix/udf' into feature/3.0_debug_wxy 2022-07-25 15:35:14 +08:00
Xiaoyu Wang
bf18385e00 merge szhou/fix/udf 2022-07-25 15:34:58 +08:00
Ganlin Zhao
db48f118a1 enh(query): add selectivity for diff function
TD-17659
2022-07-25 15:34:46 +08:00
shenglian zhou
66bad33c9e fix: fix compilation error 2022-07-25 15:34:11 +08:00
shenglian zhou
f208b507fc Merge branch '2.0' of github.com:taosdata/TDengine into szhou/fix/udf 2022-07-25 15:24:04 +08:00
shenglian zhou
9e9a12cb09 fix: fix memory leak of pseduo col computation in table merge scan 2022-07-25 15:23:43 +08:00
Haojun Liao
b87bb4c083 fix(query): remove invalid assert. 2022-07-25 15:23:13 +08:00
Xiaoyu Wang
015193e816 feat: super table order by primary key optimization 2022-07-25 15:17:53 +08:00
Haojun Liao
baca08d05d refactor: do some internal refactor. 2022-07-25 14:15:49 +08:00
Haojun Liao
67266bd3a1
Merge branch '3.0' into feature/3_liaohj 2022-07-25 13:44:09 +08:00
Haojun Liao
6d86ef0c33 other: merge 3.0 2022-07-25 11:22:09 +08:00
54liuyao
86c4d34339 fix(stream): recover the overwritten code 2022-07-25 11:19:52 +08:00
Haojun Liao
9bddf99d7d refactor(query): do some internal refactor. 2022-07-25 11:17:45 +08:00
dapan1121
4831205807 Merge branch '3.0' into fix/TD-16880 2022-07-25 09:02:45 +08:00
dapan1121
dfe4ed92e3 fix: fix disk page direty issue 2022-07-25 09:01:40 +08:00
shenglian zhou
d3149ce8fd fix: change tag_type to string and remove quote from tag_value and normal notation is used for float/double 2022-07-24 19:59:19 +08:00
Liu Jicong
072fe10013
Merge pull request #15361 from taosdata/feature/tq
fix(tmq): correctly set reader status
2022-07-23 20:40:14 +08:00
Liu Jicong
095f6aa4e0 fix(tmq): correctly set reader status 2022-07-23 20:07:16 +08:00
54liuyao
f86ce16e36 fix(stream): push retrive datablock 2022-07-23 15:06:53 +08:00
Haojun Liao
cf572edcb4
Merge pull request #15323 from taosdata/feature/3_liaohj
fix(query): update the time range after filter data block.
2022-07-23 14:55:29 +08:00
Haojun Liao
950be95fdf fix(query): fix error in limit/offset 2022-07-23 10:40:58 +08:00
Haojun Liao
e00528eead refactor: do some internal refactor. 2022-07-23 09:59:37 +08:00
54liuyao
b7e84b3caf feat(stream): optimize result 2022-07-23 09:57:27 +08:00
Haojun Liao
e9936db95e other: merge 3.0 2022-07-23 09:37:23 +08:00
Haojun Liao
4a7a85ab07 other: merge 3.0 2022-07-23 00:02:53 +08:00
Haojun Liao
4d4a52245d fix(query): update the time range after filter data block. 2022-07-22 23:52:48 +08:00
Haojun Liao
998dedb9fa other: merge 3.0 2022-07-22 21:16:52 +08:00
54liuyao
b28553395f feat(stream): adjust stream scan 2022-07-22 20:13:37 +08:00
Liu Jicong
43abf0d3f1
Merge pull request #15309 from taosdata/feature/tq
fix: memory leak
2022-07-22 19:12:15 +08:00
Cary Xu
39b768153f
Merge pull request #15308 from taosdata/feat/TD-17552
enh(query): add wal version to agg result datablock
2022-07-22 19:09:31 +08:00
Xiaoyu Wang
b97c440fe6
Merge pull request #15295 from taosdata/feature/3.0_debug_wxy
fix: plan problem when functions that requires a timeline is used directly in a super table
2022-07-22 18:50:27 +08:00
Liu Jicong
e1046c7a98 fix: memory leak 2022-07-22 18:11:29 +08:00
Ganlin Zhao
51ac32e8ea Merge branch '3.0' into feat/TD-17552 2022-07-22 17:41:48 +08:00
Ganlin Zhao
68854bdea5 enh(query): add wal version to agg result datablock
TD-17552
2022-07-22 17:39:59 +08:00
Xiaoyu Wang
1be414354d fix: plan problem when functions that requires a timeline is used directly in a super table 2022-07-22 17:06:08 +08:00
54liuyao
47cb043f4c feat(stream):optimize update scan range 2022-07-22 16:55:14 +08:00
Liu Jicong
0a47ebc580 merge 3.0 2022-07-22 16:06:57 +08:00
Liu Jicong
2441ec22bd feat(tmq): check alter for ntb 2022-07-22 16:05:28 +08:00
Xiaoyu Wang
ba0518e2b9 fix: plan problem when functions that requires a timeline is used directly in a super table 2022-07-22 15:06:01 +08:00
Haojun Liao
6f4851a6a2 refactor: do some internal refactor. 2022-07-22 14:38:28 +08:00
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
Liu Jicong
414673db57
Merge branch '3.0' into feature/stream 2022-07-19 19:46:36 +08:00
Haojun Liao
88f13276f8
Merge pull request #15121 from taosdata/feature/3_liaohj
fix(query): set the output column number for subscribe.
2022-07-19 19:40:26 +08:00
shenglian-zhou
b9490b2cac
Merge pull request #15129 from taosdata/szhou/fix/td-17429
fix: filter shall not be executed when the input block is empty
2022-07-19 18:44:09 +08:00
Liu Jicong
24bc71568e refactor(stream): batch optimization for submit msg 2022-07-19 18:29:12 +08:00
Haojun Liao
ef17baedbe fix(query): fix memory leak. 2022-07-19 17:58:24 +08:00
Haojun Liao
282630a394 Merge branch '3.0' into feature/3_liaohj 2022-07-19 17:42:45 +08:00
Haojun Liao
179709f814 fix(query): assign the subplan to belong to task struct 2022-07-19 17:37:40 +08:00
jiacy-jcy
5200a48107 fix: update 2022-07-19 16:54:19 +08:00
dapan1121
215dfb3019 Merge branch 'enh/transMemLeak' into fix/TD-15197 2022-07-19 16:52:21 +08:00
Haojun Liao
79b0240a87 fix(query): fix some memory leak. 2022-07-19 16:34:26 +08:00
shenglian zhou
40d472212a feat: add user tags comments 2022-07-19 16:22:05 +08:00
Haojun Liao
cd2eaf0152 fix(query): set the output column number for subscribe. 2022-07-19 16:01:28 +08:00
Haojun Liao
8751bcc0ea
Merge pull request #15109 from taosdata/feature/3_liaohj
fix(query): add check for deleting record
2022-07-19 15:56:41 +08:00
Liu Jicong
bc1af6deaf refactor(stream): batch optimization for submit msg 2022-07-19 15:52:08 +08:00
dapan1121
9a08b77e59 Merge branch '3.0' into fix/TD-15197 2022-07-19 15:19:08 +08:00
dapan1121
b027f0d431
Merge pull request #15050 from taosdata/fix/TD-15890.2
fix: fix taosc memory leak
2022-07-19 15:15:44 +08:00
54liuyao
8e41fc912b feat(stream): add num of children 2022-07-19 14:17:53 +08:00
Haojun Liao
2f199bd80b fix(query):revoke remove operation 2022-07-19 10:28:29 +08:00
dapan1121
666c6475ee fix: fix sql crash issue 2022-07-19 10:27:09 +08:00
dapan1121
3e2ded3973 fix: add debug info 2022-07-19 10:12:02 +08:00
dapan1121
c5f900f620 Merge branch '3.0' into fix/TD-15197 2022-07-19 09:16:33 +08:00
dapan1121
8d5bd9a83a fix: fix crash issue 2022-07-19 09:05:17 +08:00
Haojun Liao
484d043b44 fix(query):filter invisible columns 2022-07-18 20:58:52 +08:00
Haojun Liao
f3d7d6671b fix(query):filter invisible columns 2022-07-18 20:06:29 +08:00
shenglian-zhou
0e93b2b776
Merge pull request #15070 from taosdata/szhou/fix/td-17470
fix: remove the assert check of time window from when generating buffer for window computation
2022-07-18 17:18:56 +08:00
shenglian zhou
691856073b fix: remove the assert check of time window from when generating buffer for window computation 2022-07-18 16:41:24 +08:00
Haojun Liao
04b12ee74d
Merge pull request #15063 from taosdata/feature/3_liaohj
fix(query): filter new added child table for stream scan operator.
2022-07-18 16:05:23 +08:00
Haojun Liao
eebbbce4f3 fix(query): filter new added child table for stream scan operator. 2022-07-18 15:31:39 +08:00
Liu Jicong
f2e9d522a4
Merge pull request #15052 from taosdata/feature/stream
fix(tmq): table not found
2022-07-18 14:43:44 +08:00
dapan1121
4a54ce26d5 fix: fix sys table show stables issue 2022-07-18 14:25:00 +08:00
Haojun Liao
fc67efb5aa fix(query): fix memory leak. 2022-07-18 13:52:33 +08:00
Liu Jicong
158c6ae3e4 fix(tmq): table not found 2022-07-18 13:51:31 +08:00
dapan1121
03e9b15237 fix: fix taosc memory leak 2022-07-18 13:32:17 +08:00
Haojun Liao
95db2fb8a8
Merge branch '3.0' into feature/3_liaohj 2022-07-18 10:01:32 +08:00
dapan1121
077fbd6787
Merge pull request #15010 from taosdata/fix/TD-17460
fix: fix taosd mem leak
2022-07-18 09:18:43 +08:00
shenglian zhou
af1350a6dd feat: processing nchar and json columns of user tags 2022-07-17 21:37:59 +08:00
Haojun Liao
fc5544d42a fix(query):fix the invalid returned code in the compare function 2022-07-17 12:28:55 +08:00
Haojun Liao
ad058e8c97 Merge branch '3.0' into feature/3_liaohj 2022-07-17 11:06:49 +08:00
shenglian zhou
110aef1f12 feat: change bufSize for double digits 2022-07-17 05:30:20 +08:00
shenglian zhou
76f38ee03a feat: change bufSize to leave space for var string header 2022-07-17 05:19:01 +08:00
shenglian zhou
de1ca5b68f Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/user-tags 2022-07-17 05:07:17 +08:00
shenglian zhou
7570a4495d feat: add user tags 2022-07-17 04:57:16 +08:00
Haojun Liao
f0d1f393fd fix(query): add limit/offset implementation in exchange operator. 2022-07-16 23:24:59 +08:00
Haojun Liao
405c4c6305
Merge pull request #14991 from taosdata/feature/3_liaohj
fix(query):support multigroup in groupby operator.
2022-07-16 21:07:55 +08:00
Haojun Liao
6756c6515a fix(query): add null pointer check. 2022-07-16 19:54:14 +08:00
Haojun Liao
5a5e30c456 fix(query): remove invalid free. 2022-07-16 19:44:08 +08:00
dapan1121
9ec14ece62 fix: fix taosd mem leak 2022-07-16 18:58:29 +08:00
liuyao
e59942bdc7
Merge pull request #15003 from taosdata/feature/TD-17357
feat(stream): add log
2022-07-16 18:50:32 +08:00
dapan1121
4097b5ae56
Merge pull request #14986 from taosdata/fix/fixmsgorder
fix: fix msg disorder and other issues
2022-07-16 18:42:41 +08:00
54liuyao
069778c676 feat(stream): add log 2022-07-16 17:32:40 +08:00
shenglian zhou
97d30c6858 feat: add user tags to system table 2022-07-16 17:25:05 +08:00
Haojun Liao
76f451744a fix(query): fix memory leak. 2022-07-16 17:20:37 +08:00
Haojun Liao
83b44e2ffa fix(query):support multigroup in groupby operator. 2022-07-16 16:30:09 +08:00
shenglian zhou
96495363d7 feat: add user tags system table 2022-07-16 16:03:45 +08:00
dapan1121
320ca85a8f Merge branch '3.0' into fix/fixmsgorder 2022-07-16 15:40:50 +08:00
dapan1121
e0b56ea593 fix: fix query retry issue 2022-07-16 15:38:46 +08:00
Haojun Liao
46c6302a33 other: merge 3.0 2022-07-16 14:47:22 +08:00
shenglian zhou
9fccdce05a feat: add user tags to information schema 2022-07-16 14:38:03 +08:00
Haojun Liao
eeb8709241 fix(query): add returned code check. 2022-07-16 14:05:26 +08:00
liuyao
f41b7a6810
Merge pull request #14974 from taosdata/feature/TD-17357
feat(stream): optimize interval plan
2022-07-16 09:57:52 +08:00
Haojun Liao
5fb53520d2
Merge pull request #14971 from taosdata/feature/3_liaohj
fix(query): set correct sort buffer format
2022-07-16 09:50:32 +08:00
54liuyao
352db0febb feat(stream): optimize interval plan 2022-07-16 09:28:15 +08:00
shenglian zhou
fcc87f09fe feat: add user tags 2022-07-15 21:33:30 +08:00
Haojun Liao
e840cdaaac fix(query): set correct sort buffer format 2022-07-15 20:56:29 +08:00
Haojun Liao
09cf3cc8ce
Merge pull request #14957 from taosdata/feature/3_liaohj
fix(query): fix partition by bug for last_row query.
2022-07-15 20:13:26 +08:00
Liu Jicong
af0f398121
Merge pull request #14960 from taosdata/feature/stream
feat(stream): recover from failure
2022-07-15 18:32:48 +08:00
Liu Jicong
9394e3380f feat(stream): recover from failure 2022-07-15 17:58:53 +08:00
Haojun Liao
3f11c849cd refactor: do some internal refactor. 2022-07-15 17:34:54 +08:00
Haojun Liao
f60f821c13 fix(query): fix partition by bug for last_row query. 2022-07-15 15:04:22 +08:00
Haojun Liao
505e14892e
Merge pull request #14932 from taosdata/feature/3_liaohj
fix(query): handle multi group last_row query.
2022-07-15 15:03:10 +08:00
Haojun Liao
595c7dd4f3 Merge branch '3.0' into feature/3_liaohj 2022-07-15 13:36:14 +08:00
Haojun Liao
283b3eb3d9 fix(query): remove invalid check. 2022-07-15 13:25:15 +08:00
Haojun Liao
013f5031bc fix(query):update the time type check. 2022-07-15 11:53:32 +08:00
Haojun Liao
6c13a8e2e8 fix(query):fix syntax error. 2022-07-15 11:43:06 +08:00
Haojun Liao
b9a471624d fix(query): handle multi group last_row query. 2022-07-15 11:19:00 +08:00
Haojun Liao
159d6c47c8
Merge pull request #14911 from taosdata/feature/3_liaohj
fix(query): fix memory leak.
2022-07-14 20:36:30 +08:00
Haojun Liao
707f0a837a fix(query): set correct fill output object. 2022-07-14 20:11:29 +08:00
Liu Jicong
e01297d09d refactor(query): optimize table scan by reusing reader 2022-07-14 19:29:34 +08:00
Haojun Liao
a911feeab7 fix(query): fix syntax error. 2022-07-14 19:18:15 +08:00
Haojun Liao
5ca810a985 fix(query): fix memory leak. 2022-07-14 19:09:40 +08:00
Haojun Liao
34c973387d
Merge pull request #14904 from taosdata/feature/3_liaohj
fix(query): handle the grouped fill.
2022-07-14 18:36:18 +08:00
Liu Jicong
b33d6584c4
Merge pull request #14898 from taosdata/feature/stream
refactor(stream): destroy stream task
2022-07-14 18:36:09 +08:00
Haojun Liao
918df89b4f
Merge branch '3.0' into feature/3_liaohj 2022-07-14 17:56:15 +08:00
Liu Jicong
9847abf166 fix(sma): double free 2022-07-14 17:34:06 +08:00
Xiaoyu Wang
a497ad72fa
Merge pull request #14899 from taosdata/feature/3.0_debug_wxy
fix: some problems of planner
2022-07-14 17:31:50 +08:00
Haojun Liao
dc4052bd7b fix(query): handle the grouped fill. 2022-07-14 17:04:22 +08:00
Liu Jicong
c0639d3dc4 fix(query): double free 2022-07-14 16:24:12 +08:00
Xiaoyu Wang
ddb39a8dc2 fix: some problems of planner 2022-07-14 16:06:28 +08:00
Liu Jicong
d75e9b8f6a merge from 3.0 2022-07-14 15:35:00 +08:00
Liu Jicong
9ea0ad57ec refactor(stream): destroy stream task 2022-07-14 15:32:21 +08:00
Haojun Liao
b23e08db85
Merge pull request #14893 from taosdata/feature/3_liaohj
fix(query): set correct fill output column index and fix some memory leaks
2022-07-14 14:25:24 +08:00
Haojun Liao
75aca0b031 fix(query): set correct fill output column index, fix some memory leak, and do some internal refactor, 2022-07-14 13:53:23 +08:00
WANG MINGMING
e0ec9687c5
Merge pull request #14890 from taosdata/fix/TD-17356
fix:filter child table with tag
2022-07-14 13:29:09 +08:00
Haojun Liao
c638f9d53a
Merge pull request #14889 from taosdata/feature/3_liaohj
fix(query):fix invalid write in sample query processing.
2022-07-14 13:19:45 +08:00
wangmm0220
3c755c4834 opt:remove useless code 2022-07-14 11:41:34 +08:00
54liuyao
13519f8fd9 feat(stream): interval offset 2022-07-14 11:24:24 +08:00
Haojun Liao
6fd4684a26 fix(query): ensure buffer before load data. 2022-07-14 11:16:15 +08:00
wangmm0220
e8c041f098 fix:filter child table with tag 2022-07-14 10:49:09 +08:00
shenglian-zhou
5b1cb74c99
Merge pull request #14880 from taosdata/szhou/fix/td-17263
fix: set primary key target slot id through searching scan cols and finding colId that equals primary key id
2022-07-14 10:13:29 +08:00
Xiaoyu Wang
bc1251e0cb
Merge pull request #14855 from taosdata/feature/3.0_debug_wxy
feat: support pseudo columns such as _qstart, _qend and _qduration
2022-07-14 10:09:32 +08:00
Xiaoyu Wang
570f036c63 Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy 2022-07-14 09:52:51 +08:00
slzhou@taodata.com
414b27fb6a fix: set primary key target slot id through searching scan cols and find colId that equals primary key id 2022-07-14 09:19:36 +08:00
Haojun Liao
b2b69f1868 fix(query):fix invalid write. 2022-07-13 23:42:59 +08:00
Haojun Liao
38b395147a Merge branch '3.0' into feature/3_liaohj 2022-07-13 23:27:51 +08:00
Haojun Liao
76d713a3ba Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj 2022-07-13 23:16:36 +08:00
Haojun Liao
083de75afc fix(query):fix memory leak. 2022-07-13 23:15:58 +08:00
Haojun Liao
2974d826ef
Merge pull request #14850 from taosdata/feature/3_liaohj
fix(query): support last_row(tags) for super table query.
2022-07-13 23:14:57 +08:00
Haojun Liao
d40191b62c fix(query): prepare the buffer before loading data. 2022-07-13 20:58:14 +08:00
Haojun Liao
afb20f79c7 fix(query): copy the value instead of assign data. 2022-07-13 19:58:07 +08:00
shenglian-zhou
876f6cdee7
Merge pull request #14868 from taosdata/szhou/fix/td-17263
fix: reset hasGroupId after outputing the previous group results
2022-07-13 19:00:18 +08:00
liuyao
dfaabf3d43
Merge pull request #14864 from taosdata/feature/TD-17357
feat(stream): optimize close window
2022-07-13 17:58:54 +08:00
slzhou@taodata.com
312dce4e21 fix: reset hasGroupId after outputing the previous group results 2022-07-13 17:57:59 +08:00
Liu Jicong
a717042acf refactor(stream): simple batch 2022-07-13 17:24:36 +08:00
54liuyao
32cb6755a2 feat(stream): optimize close window 2022-07-13 17:08:27 +08:00
Liu Jicong
8a6e4b877a refactor(stream): simple batch 2022-07-13 16:37:33 +08:00
Xiaoyu Wang
d2ce16a875 Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy 2022-07-13 15:37:21 +08:00
Xiaoyu Wang
43b5ca1efe feat: support pseudo columns such as _qstart, _qend and _qduration 2022-07-13 15:13:01 +08:00
Haojun Liao
56b1d11beb fix(query): prepare the output buffer before assign daata. 2022-07-13 15:06:27 +08:00
Haojun Liao
649cf7e55d fix(query): support last_row(tags) for super table query. 2022-07-13 14:21:44 +08:00
Hongze Cheng
a67c8560a0
Merge pull request #14787 from taosdata/feat/row_refact
refact: row format
2022-07-12 20:45:02 +08:00
Haojun Liao
ea5a68046e
Merge pull request #14825 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
2022-07-12 20:13:20 +08:00
Hongze Cheng
a9b4c90def make compile 2022-07-12 11:58:13 +00:00
Hongze Cheng
fefa18c0ec Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-07-12 11:57:02 +00:00
Liu Jicong
a34d344225
Merge pull request #14808 from taosdata/feature/stream
refactor(tmq): prepare only needed
2022-07-12 18:09:31 +08:00
Liu Jicong
8e3f5135a6 fix(tsdb): close fd 2022-07-12 17:28:14 +08:00
54liuyao
ab2b1bbf47 feat(stream): sliding window 2022-07-12 17:27:44 +08:00
Liu Jicong
0fccdace56 fix(tmq): reset offset 2022-07-12 16:39:05 +08:00
Haojun Liao
6ff68dd67d refactor: do some internal refactor. 2022-07-12 16:24:26 +08:00
Haojun Liao
24090f0fc3 refactor: do some internal refactor. 2022-07-12 15:30:38 +08:00
Liu Jicong
7cf99d5359 refactor(tmq): prepare only needed 2022-07-12 15:11:14 +08:00
Liu Jicong
ac57956a56 Merge branch '3.0' into feature/stream 2022-07-12 14:12:18 +08:00
Liu Jicong
d637ffe22c refactor(tmq): prepare only needed 2022-07-12 14:10:22 +08:00
Haojun Liao
4d73720fb8 fix(query): set the ts to be the time window start key value when filling timestamp column. 2022-07-12 13:45:41 +08:00
Haojun Liao
5d8f188067 refactor: do some internal refactor. 2022-07-12 10:10:39 +08:00
Hongze Cheng
59a83adf40 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-07-11 12:29:41 +00:00
Haojun Liao
08259f169a
Merge pull request #14780 from taosdata/feature/3_liaohj
fix(query): fix memory leak in query super table.
2022-07-11 20:11:26 +08:00
Hongze Cheng
f65e61148f more row refact 2022-07-11 11:52:37 +00:00
Haojun Liao
91c1ae4168 fix(query): fix memory leak in query super table. 2022-07-11 19:36:19 +08:00
Minglei Jin
77053a31da
Merge pull request #14775 from taosdata/fix/TD-17231
metaReader/decoder: clear to release tDecoderMalloc
2022-07-11 19:04:32 +08:00
Haojun Liao
31b5a07a74
Merge pull request #14772 from taosdata/feature/3_liaohj
refactor: update time window range .
2022-07-11 18:58:33 +08:00
Minglei Jin
2a38443640 metaReader/decoder: clear to release tDecoderMalloc 2022-07-11 18:01:55 +08:00
Haojun Liao
1346926168 fix(query): avoid double free. 2022-07-11 17:55:08 +08:00
Haojun Liao
5965b1dfc3 refactor: update time window range . 2022-07-11 17:50:57 +08:00
Haojun Liao
0b45f95211
Merge pull request #14762 from taosdata/feature/3_liaohj
fix(query): add more check for fetch rsp, and set the correct start time window for fill.
2022-07-11 17:49:04 +08:00
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
Cary Xu
c59478ec71 enh: tsma/rsma code optimization 2022-07-11 14:20:57 +08:00
Haojun Liao
4f43d7df43 Merge branch '3.0' into feature/3_liaohj 2022-07-11 14:06:44 +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
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
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
Haojun Liao
4527447b60 fix(query): handle the indefinit function output with partition by 2022-07-11 11:13:49 +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
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
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
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
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
9189f886a9 feat(tmq): support consume from tsdb then wal 2022-07-10 16:34:45 +08:00
Liu Jicong
ff5f1aa1a5 refactor(stream) 2022-07-10 15:23:34 +08:00
Haojun Liao
c25c4964be fix(query): fix syntax error. 2022-07-10 15:03:57 +08:00
Liu Jicong
5640036f66 refactor(stream) 2022-07-10 14:48:16 +08:00
Haojun Liao
69e9a2ad5c
Merge branch '3.0' into feature/3_liaohj 2022-07-10 14:46:53 +08:00
Liu Jicong
bafa54778a refactor(stream) 2022-07-10 14:10:39 +08:00
Liu Jicong
2225411edc refactor(stream) 2022-07-10 13:57:17 +08:00
Liu Jicong
8afb54548f refactor(stream) 2022-07-10 13:21:37 +08:00
Liu Jicong
e9077c036f merge from 3.0 2022-07-10 11:24:37 +08:00
Liu Jicong
a2107992e2 refactor(stream) 2022-07-10 11:18:15 +08:00
Haojun Liao
3ee9d160d9 fix(query): set correct stddev merge input rows. 2022-07-10 11:02:54 +08:00
Haojun Liao
9738bb4aff Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj 2022-07-10 10:16:41 +08:00
Haojun Liao
40380ef9c1 refactor: do internal refactor. 2022-07-10 10:15:27 +08:00
Haojun Liao
c3d702fe7c refactor: do some internal refactor. 2022-07-10 09:40:35 +08:00
Haojun Liao
77cc6a1d63
Merge pull request #14714 from taosdata/feature/3_liaohj
fix(query): set correct query time window.
2022-07-10 09:10:17 +08:00
Haojun Liao
4a9e1e37ae fix(query): set correct query time window. 2022-07-09 23:33:03 +08:00
Haojun Liao
3c49b6a633 fix(query): set correct query time window. 2022-07-09 23:32:33 +08:00
Shengliang Guan
c53a84b733 Merge remote-tracking branch 'origin/3.0' into fix/valgrind 2022-07-09 20:13:26 +08:00
Haojun Liao
5a65047579 Merge branch '3.0' into feature/3_liaohj 2022-07-09 14:48:46 +08:00
Haojun Liao
5772b0bbf8 fix(query): add error code check. 2022-07-09 12:13:21 +08:00
Haojun Liao
21742bba09 fix(query): add error code check. 2022-07-09 12:00:48 +08:00
Haojun Liao
fceee02622
Merge branch '3.0' into feature/3_liaohj 2022-07-09 11:11:11 +08:00
Liu Jicong
eb005b9d10 fix(tmq): invalid free 2022-07-08 21:45:31 +08:00
Liu Jicong
8d01ae00cb fix(tmq): offset 2022-07-08 21:37:15 +08:00
Shengliang Guan
e4a855e591 Merge remote-tracking branch 'origin/3.0' into fix/valgrind 2022-07-08 19:54:26 +08:00
Shengliang Guan
a5e8ddbc56 refactor: adjust logs 2022-07-08 18:00:19 +08:00
Liu Jicong
938868e39f merge from 3.0 2022-07-08 17:57:11 +08:00
Liu Jicong
3cd5a35054 refactor(stream): internal refactor 2022-07-08 17:48:34 +08:00
Haojun Liao
3e81daf578 fix(query): fix memory leak. 2022-07-08 17:28:37 +08:00
shenglian-zhou
89757d85d5
Merge pull request #14684 from taosdata/szhou/feature/push-project-condition
feat: add filter to operator merge aligned interval agg
2022-07-08 17:01:17 +08:00
dapan1121
50a6ef7f39
Merge pull request #14635 from taosdata/feature/insertselect
feat: support insert from query res
2022-07-08 16:59:21 +08:00
Shengliang Guan
fa77494a72 Merge remote-tracking branch 'origin/3.0' into fix/valgrind 2022-07-08 16:58:51 +08:00
Shengliang Guan
dca93b18cc refactor: adjust logs 2022-07-08 16:57:54 +08:00
Haojun Liao
1711d646c1
Merge pull request #14671 from taosdata/feature/3_liaohj
enh(query): add block sma for int type column data.
2022-07-08 16:23:13 +08:00
slzhou@taodata.com
16b6ce82a4 feat: add filter to operator merge aligned interval agg 2022-07-08 16:20:02 +08:00
Cary Xu
236ab7713e
Merge pull request #14680 from taosdata/feature/TD-11274-3.0
fix: set groupId for rsma and comment out rsma test case
2022-07-08 16:03:18 +08:00
dapan1121
ab5d9401d5 feat: insert from query 2022-07-08 15:38:27 +08:00
Cary Xu
301edfe79b fix: set groupId for rsma and comment out rsma test case 2022-07-08 15:23:11 +08:00
dapan1121
0f923bc8a3 feat: insert from query 2022-07-08 14:26:53 +08:00
54liuyao
adb90b68e3 fix(stream): window_close crash 2022-07-08 13:23:02 +08:00
Haojun Liao
91eaba87ef Merge branch '3.0' into feature/3_liaohj 2022-07-08 11:24:28 +08:00
dapan1121
0925064d24 Merge branch 'feature/3.0_debug_wxy' into feature/insertselect 2022-07-08 10:28:53 +08:00
dapan1121
b849252eed feat: insert from query 2022-07-08 10:27:17 +08:00
Liu Jicong
7872b16d31
Merge pull request #14657 from taosdata/feature/stream
refactor(stream): internal refactor
2022-07-07 21:42:04 +08:00
Liu Jicong
866e4c4be0 refactor(stream): internal refactor 2022-07-07 17:56:52 +08:00
54liuyao
ce6e505084 feat(stream): stream state support delete 2022-07-07 17:27:49 +08:00
Haojun Liao
211985f03e refactor: do some internal refactor. 2022-07-07 17:23:54 +08:00
Haojun Liao
557873c1bc other: merge 3.0 2022-07-07 16:50:00 +08:00
Haojun Liao
41be3e4d04 refactor: do some internal refactor. 2022-07-07 15:56:43 +08:00
shenglian-zhou
fd48d2b68a
Merge pull request #14645 from taosdata/szhou/feature/push-project-condition
feat: add filter to fill operator
2022-07-07 15:51:28 +08:00
Haojun Liao
57bf509dee refactor: do some internal refactor. 2022-07-07 15:40:04 +08:00
Haojun Liao
aab82fc080 fix(query): check return code while loading sma 2022-07-07 15:38:17 +08:00
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
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
dapan1121
99d80ddc90 feat: insert from query 2022-07-07 11:38:58 +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
dapan1121
f3c8bcb953 feat: insert from query 2022-07-07 09:42:20 +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
dapan1121
d4696ef31f Merge branch '3.0' into feature/insertselect 2022-07-07 09:02:09 +08:00
dapan1121
e1ed9317d4 feat: insert from query 2022-07-07 08:53:23 +08:00
Haojun Liao
5db0f7b1d8 fix(query): fix memory leak. 2022-07-06 22:25:59 +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
dapan1121
d625cc2e47 feat: insert from query 2022-07-06 21:00:31 +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
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
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
dapan1121
0d4fb5bb80 feat: support insert from query 2022-07-06 16:29:51 +08:00
slzhou
c710eede6f feat: add filter to interval agg operator 2022-07-06 14:57:53 +08:00
slzhou
bd819f5c88 feat: add filter to sort operator 2022-07-06 14:42:56 +08:00
Liu Jicong
8c5dbde918 refactor(stream): stream reader created in scanner 2022-07-06 14:20:07 +08:00
slzhou
c040659a4f feat: add filter to aggregate operator 2022-07-06 13:54:11 +08:00
Haojun Liao
29949a965b other: merge 3.0. 2022-07-06 13:46:24 +08:00
Haojun Liao
ddb71ed095 refactor: do some internal refactor. 2022-07-06 13:33:21 +08:00
Haojun Liao
c89d588044
Merge pull request #14576 from taosdata/feature/3_liaohj
fix(query): copy the column that will not output.
2022-07-06 13:29:48 +08:00
dapan1121
8b896332d6
Merge pull request #14558 from taosdata/feature/insertselect
enh: refactor scheduler code
2022-07-06 09:44:38 +08:00
dapan1121
641531bc6d fix: fix compile issue 2022-07-06 09:09:34 +08:00
dapan1121
2304e12c49 fix: fix sch error handling issue 2022-07-06 08:57:10 +08:00
Minglei Jin
fc20a61c85
Merge branch '3.0' into feat/tsdb_refact 2022-07-06 00:37:21 +08:00
Haojun Liao
5f93b8db89 fix(query): copy the column that will not output. 2022-07-05 23:54:51 +08:00
Haojun Liao
e1f53d4c2f fix(query): release memory when operator is destroyed. 2022-07-05 23:14:16 +08:00
yihaoDeng
3d8e6d2e10 Merge branch 'dev' into idx 2022-07-05 21:28:30 +08:00
Haojun Liao
8c1b9ea60f
Merge pull request #14557 from taosdata/feature/3_liaohj
fix(query): set number of rows before assign column data.
2022-07-05 20:42:09 +08:00
Haojun Liao
15d8ae0fee other: merge 3.0 2022-07-05 19:22:50 +08:00
54liuyao
b7bf2bf808 feat(stream):stream interval delete data 2022-07-05 18:17:43 +08:00
Haojun Liao
2d27248043 fix(query): set number of rows before assign column data. 2022-07-05 18:02:38 +08:00
Haojun Liao
3bae30412c refactor: do some internal refactor. 2022-07-05 13:57:07 +08:00
slzhou
43047bc265 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/push-cond-child-proj 2022-07-05 13:43:11 +08:00
slzhou
73e0e09dd8 feat: split join on condition into merge condition and on condition 2022-07-05 13:42:49 +08:00
dapan1121
39a31e8d25 fix: remove mock code 2022-07-05 10:52:33 +08:00
Haojun Liao
6bfe5df94a other: merge 3.0 2022-07-05 09:47:39 +08:00
Haojun Liao
c7559a81ca refactor: do some internal refactor. 2022-07-04 23:28:27 +08:00
Liu Jicong
d3a05cc260
Merge pull request #14525 from taosdata/feature/stream
fix(tmq): prepare scan should reset operator status
2022-07-04 21:10:36 +08:00
Liu Jicong
8127887dc4 fix(tmq): prepare scan should reset operator status 2022-07-04 20:47:56 +08:00
slzhou
024796599c Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/push-cond-child-proj 2022-07-04 20:14:15 +08:00
slzhou
a380e0cd7c feat: merge condition, on condition and other conditions 2022-07-04 19:49:16 +08:00
yihaoDeng
bd77e5b107 refactor index 2022-07-04 16:01:45 +08:00
yihaoDeng
1f74676954 refactor index 2022-07-04 15:41:36 +08:00
Haojun Liao
16d18b8046 refactor: do some internal refactor. 2022-07-04 14:10:29 +08:00
Hongze Cheng
38ca993452 make merge compile 2022-07-04 05:21:02 +00:00
Hongze Cheng
ddb198de23 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-07-04 03:42:50 +00:00
Shengliang Guan
361ff046a5
Merge pull request #14465 from taosdata/fix/tsim
refactor: temporarily comment out some code and use cases
2022-07-02 21:25:53 +08:00
Liu Jicong
31bbef82d1 fix(tmq): seek snapshot offset 2022-07-02 20:18:40 +08:00
Shengliang Guan
d28c97ba5a Merge remote-tracking branch 'origin/fix/dnode_wxy' into fix/tsim 2022-07-02 19:16:31 +08:00
Xiaoyu Wang
dd564e551c fix: a problem of show indexes 2022-07-02 19:16:03 +08:00
Xiaoyu Wang
ae0e956837 Merge remote-tracking branch 'origin/fix/dnode' into fix/dnode_wxy 2022-07-02 19:01:36 +08:00
Xiaoyu Wang
c08b3c9313 fix: a problem of show indexes 2022-07-02 19:01:16 +08:00
Zhiqiang Wang
b45702be6f
Merge pull request #14466 from taosdata/fix/ZhiqiangWang/TD-13064-add-Mac-compile-support
os: add Mac compile support
2022-07-02 18:02:28 +08:00
WANG MINGMING
e4a711975d
Merge pull request #14458 from taosdata/feature/TD-13041
fix: erro in json in operator
2022-07-02 17:52:43 +08:00
afwerar
b9a1c6744c os: add Mac compile support 2022-07-02 17:40:23 +08:00
54liuyao
0d10895721 fix(stream): project ignore retrive datablock 2022-07-02 15:40:15 +08:00
wangmm0220
3dafc6556c fix: erro in json in operator 2022-07-02 14:47:07 +08:00
54liuyao
c9f133a5e4 ci(stream): add ignore expired data 2022-07-02 14:17:50 +08:00
Liu Jicong
06514e13df
Merge pull request #14454 from taosdata/feature/stream
feat(stream): support ignore expired flag
2022-07-02 13:20:58 +08:00
Liu Jicong
4a2b266612 feat(stream): support ignore expired flag 2022-07-02 10:59:29 +08:00
slzhou
dbbff4ea2c feat: push cond to join child through generating plan 2022-07-01 20:00:01 +08:00
wangmm0220
75e5aebbec fix:error in json 2022-07-01 17:35:23 +08:00
wangmm0220
4e6b3d72ac Merge branch '3.0' into feature/TD-13041 2022-07-01 16:54:18 +08:00
shenglian-zhou
1920980d4c
Merge pull request #14432 from taosdata/szhou/feature/push-cond-child-proj
feat: push condition to child projection
2022-07-01 16:30:02 +08:00
slzhou
1003cd8549 feat: push condition to child projection 2022-07-01 15:25:02 +08:00
Haojun Liao
34e4980a51 refactor(query): do some internal refactor. 2022-07-01 15:19:02 +08:00
Liu Jicong
269b33c02d Merge branch '3.0' into feature/stream 2022-07-01 14:39:52 +08:00
Liu Jicong
52d09b4173 refactor(wal) 2022-07-01 14:39:21 +08:00
afwerar
4e8f3db596 os: replace win qsort func 2022-07-01 11:54:21 +08:00
liuyao
2f865a43ec
Merge pull request #14407 from taosdata/feature/TD-16874
feat(stream): ignore close window
2022-06-30 20:57:49 +08:00
Liu Jicong
c40c22c386
Merge pull request #14401 from taosdata/feature/stream
fix(tmq): reset window
2022-06-30 20:21:26 +08:00
54liuyao
68cfa54e26 feat(stream): ignore close window 2022-06-30 20:21:24 +08:00
Liu Jicong
4f107908db fix(tmq): reset window 2022-06-30 19:51:48 +08:00
shenglian-zhou
d6e1d1bcd0
Merge pull request #14389 from taosdata/szhou/feature/pushdown-agg-cond
feat: support push agg operator condition to scan
2022-06-30 19:07:06 +08:00
Xiaoyu Wang
8c2e9842e2
Merge pull request #14393 from taosdata/feature/3.0_debug_wxy
feat: support 'select *, expr from ...' syntax
2022-06-30 18:25:12 +08:00
dapan1121
068924cc62
Merge pull request #14385 from taosdata/feature/queryredirect
feat: support query redirect
2022-06-30 18:03:17 +08:00
Xiaoyu Wang
42fba6480c merge 3.0 2022-06-30 17:54:34 +08:00
slzhou
82bd8a560f fix: reserved column should not be copied 2022-06-30 17:28:49 +08:00
Liu Jicong
94f07836d6 fix(tmq): set scan rsp offset correctly 2022-06-30 17:25:19 +08:00
wangmm0220
77fcf17ae1 fix:error in lock meta if group by json tag, need unlock if error happens 2022-06-30 17:10:34 +08:00
Liu Jicong
ca1c961f9c fix(tmq): set last scan status 2022-06-30 16:40:17 +08:00
wangmm0220
e751e20c76 fix:merge from 3.0 2022-06-30 16:25:43 +08:00
Xiaoyu Wang
1530b33991 feat: support 'select *, expr from ...' syntax 2022-06-30 16:16:05 +08:00
Liu Jicong
4695dc2dae feat(tmq): add snapshot test 2022-06-30 14:41:50 +08:00
dapan1121
c28c77a099 Merge branch '3.0' into feature/queryredirect 2022-06-30 14:35:15 +08:00
dapan1121
a535df7590 feat: query redirect 2022-06-30 11:04:49 +08:00
Liu Jicong
0f0fe6276a merge from 3.0 2022-06-29 21:33:10 +08:00
Liu Jicong
c2955a807b feat(tmq): offset support snapshot 2022-06-29 21:04:51 +08:00
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
Yihao Deng
a081c7c154
Merge branch '3.0' into feat/idxFix 2022-06-25 20:40:16 +08:00
yihaoDeng
5a4b51a968 fix index bug 2022-06-25 20:36:38 +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
Haojun Liao
2d31d3cb43 other: merge 3.0 2022-06-23 10:37:07 +08:00
wangmm0220
a28bfd0804 fix:confilct merge from 3.0 2022-06-23 10:21:04 +08:00
WANG MINGMING
9012834531
Merge branch 'feature/3.0_wxy' into 3.0 2022-06-23 10:16:58 +08:00
Haojun Liao
ce7e7fe23d refactor:remove some debug info. 2022-06-23 10:13:35 +08:00
Haojun Liao
0457fab077 fix(query): adjust the capacity of ssdatablock. 2022-06-23 10:03:43 +08:00
Haojun Liao
673261a1bd fix(query): set correct varchar length. 2022-06-23 09:42:29 +08:00
slzhou
849cb8d1b3 feat: split session and state window on stable 2022-06-23 08:52:47 +08:00
shenglian-zhou
bacd7b6057
Merge pull request #14136 from taosdata/szhou/feature/sort-group-2
feat: add group sort operator
2022-06-23 08:15:25 +08:00
Haojun Liao
a0795fdd10 fix(query): set correct varchar length. 2022-06-23 00:47:28 +08:00
Haojun Liao
d3d258caa9 fix(query): prepare buffer before copying data. 2022-06-22 23:05:34 +08:00
shenglian zhou
faf5424b18 feat: add group sort operator 2022-06-22 23:01:55 +08:00
shenglian-zhou
1047da047a
Merge pull request #14135 from taosdata/szhou/feature/sort-group-2
feat: add multiple group tsdb reads to table merge scan
2022-06-22 23:01:19 +08:00
Liu Jicong
ab01fec5e4
Merge pull request #14134 from taosdata/feature/stream
feat(stream): stream support multiple type input
2022-06-22 22:52:35 +08:00
shenglian zhou
fd79fcc481 feat: add multiple group tsdb reads to table merge scan 2022-06-22 22:32:29 +08:00
shenglian zhou
c99f7cac79 feat: add multiple group tsdb reads to table merge scan 2022-06-22 22:00:52 +08:00
shenglian zhou
df130c1bcb feat: add multiple group tsdb reads to table merge scan 2022-06-22 21:56:55 +08:00
Liu Jicong
14a488c92c feat(stream): stream support multiple type input 2022-06-22 21:21:39 +08:00
shenglian-zhou
d88615f9ad
Merge pull request #14132 from taosdata/szhou/feature/sort-group-2
feat: add multiple group tsdb reads to table merge scan
2022-06-22 21:00:59 +08:00
Haojun Liao
bf0caa2038 Merge branch '3.0' into feature/3_liaohj 2022-06-22 20:32:02 +08:00
shenglian zhou
8a8d3f160b feat: add multiple group tsdb reads to table merge scan 2022-06-22 20:26:44 +08:00
Haojun Liao
0a884d58bb refactor: remove unnecessary code. 2022-06-22 19:41:57 +08:00
Haojun Liao
b097e78708 fix(query): clear buffer before set data. 2022-06-22 19:40:59 +08:00
Haojun Liao
c79eda9f70 fix(query): prepare the buffer before serialize the retrieved data. 2022-06-22 19:34:56 +08:00
shenglian-zhou
cc3543d4e3
Merge pull request #14126 from taosdata/szhou/feature/sort-group-2
feat: prepare for multiple group tsdb reads
2022-06-22 19:20:41 +08:00
shenglian zhou
acb3d121f4 feat: prepare for multiple group tsdb reads 2022-06-22 18:53:00 +08:00
shenglian zhou
c1f5f825b7 feat: prepare for multiple group tsdb reads 2022-06-22 18:51:16 +08:00
wangmm0220
f967cff0fa feat: add table group info if need sort table by group 2022-06-22 18:14:26 +08:00
Haojun Liao
aa4d863598 fix(query): fix syntax error. 2022-06-22 17:36:48 +08:00
Haojun Liao
5c1e7f3114 Merge branch '3.0' into feature/3_liaohj 2022-06-22 17:23:57 +08:00
Haojun Liao
14ddf539e0 refactor(query): do some internal refactor. 2022-06-22 17:21:04 +08:00
dapan1121
66cfe3a3fc feat: show dnode variables 2022-06-22 17:17:18 +08:00
WANG MINGMING
15eb9c485e
Merge pull request #14069 from taosdata/3.0
feat:merge from 3.0
2022-06-22 16:33:15 +08:00
wangmm0220
db34294bed opt: filter by tag 2022-06-22 16:32:10 +08:00
shenglian-zhou
0f67b17f3f
Merge pull request #14106 from taosdata/szhou/feature/merge-interval-2
feat: add merge interval operator
2022-06-22 13:32:38 +08:00
Liu Jicong
45489e7481
Merge pull request #14101 from taosdata/feature/stream
fix(wal): return correct msg for open wal file
2022-06-22 13:28:22 +08:00
shenglian zhou
0941a4640b fix: add merge interval operator for select mode(expr) + interval 2022-06-22 13:08:20 +08:00
shenglian-zhou
17603ba292
Merge pull request #14098 from taosdata/szhou/feature/merge-interval-2
fix: change merge interval to merge aligned interval
2022-06-22 11:27:41 +08:00
Liu Jicong
82a1cc8e41 fix(wal): return correct msg for open wal file 2022-06-22 11:21:33 +08:00
Haojun Liao
ac656dcc46
Merge pull request #14090 from taosdata/feature/3_liaohj
fix(query): reserve correct buffer before loading data
2022-06-22 10:55:47 +08:00
shenglian zhou
84ea04ea2a fix: change merge interval to merge aligned interval 2022-06-22 10:53:22 +08:00
shenglian zhou
580a22d327 fix: reset prefetched datablock after it is used 2022-06-22 10:47:23 +08:00
shenglian zhou
fadc11b685 feat: add compare parameter that enable/disable group id comparision 2022-06-22 10:21:05 +08:00
shenglian zhou
aa46624bc5 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/sort-group-2 2022-06-22 09:46:40 +08:00
Liu Jicong
557d69d14a
Merge pull request #14087 from taosdata/feature/stream
fix(stream): convert datablk to submit blk
2022-06-22 09:43:48 +08:00
shenglian zhou
faebe29ab7 feat: group sort read child input during tsortOpen 2022-06-22 09:42:04 +08:00
Haojun Liao
1568722e8e fix(query): reserve correct buffer size before retrieve datablock from vnode. 2022-06-22 09:31:45 +08:00
Liu Jicong
5005ee3369
Merge branch '3.0' into feature/stream 2022-06-21 21:50:03 +08:00
Zhiqiang Wang
04771a6d82
Merge pull request #14079 from taosdata/fix/ZhiqiangWang/TD-16357-fix-sim-test-error
test: fix sim test error
2022-06-21 21:50:01 +08:00
Liu Jicong
f2b66cc16a fix(stream): convert datablk to submit blk 2022-06-21 21:48:24 +08:00
54liuyao
9f6a4b3ddb feat(stream): add delete type 2022-06-21 20:56:57 +08:00
wangmm0220
e7faf69981 feat:support tagCond & tagIndexCond 2022-06-21 20:53:19 +08:00
afwerar
9dff7b93c6 test: fix sim test error 2022-06-21 20:04:55 +08:00
slzhou
805ce63fdd feat: add sort group operator 2022-06-21 18:47:39 +08:00
54liuyao
038e6fbe66 fix(tmq): tmq assert 2022-06-21 18:46:15 +08:00
Haojun Liao
d8c778e468 feature(query):add lastrow scan operator. 2022-06-21 16:15:17 +08:00
wangmm0220
9883d670c6 opti: patition by tag 2022-06-21 13:52:07 +08:00
shenglian-zhou
0efc892933
Merge pull request #14042 from taosdata/szhou/feature/sort-group
fix: remove groupid comparision from msortCompare
2022-06-21 11:04:02 +08:00
wangmm0220
c79be2dac6 feat: merge from 3.0 2022-06-21 10:58:50 +08:00
wangmm0220
8494bf17be opt:partition by tag 2022-06-21 10:52:09 +08:00
Haojun Liao
e9b0d93907
Merge pull request #14041 from taosdata/feature/3_liaohj
feature(query): support interp function, and do some internal refactor.
2022-06-21 10:45:01 +08:00
slzhou
c17635214e Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/sort-group 2022-06-21 09:45:44 +08:00
slzhou
33ef665989 fix: remove groupid comparision from msortCompare 2022-06-21 09:45:27 +08:00
Haojun Liao
bbe1deaf00 other: merge 3.0 2022-06-21 09:44:37 +08:00
54liuyao
fe653c948e fix(stream): window close 2022-06-21 09:42:48 +08:00
Haojun Liao
e5d25f4634 fix(query): set correct ts column index in interp executor. 2022-06-21 09:41:35 +08:00
Haojun Liao
1bf7fbbc0b feature(query): support interp function, and do some internal refactor. 2022-06-20 23:22:28 +08:00
shenglian-zhou
0f3fc6cff0
Merge pull request #14030 from taosdata/szhou/feature/sort-group
feat: order group by group id generated by partition
2022-06-20 20:55:51 +08:00
Liu Jicong
f5f8100d25
Merge branch '3.0' into feature/stream 2022-06-20 20:19:08 +08:00
Liu Jicong
450675f672 feat(stream): support snode 2022-06-20 20:18:34 +08:00
shenglian zhou
48d22c359f feat: order group by group id generated by partition 2022-06-20 20:17:56 +08:00
shenglian-zhou
e05a6ca7fa
Merge pull request #13973 from taosdata/szhou/feature/project-elimation
feature: eliminate projection optimization
2022-06-20 17:48:27 +08:00
Cary Xu
565a11330d
Merge pull request #14010 from taosdata/feature/TD-14481-3.0
feat: fetch rsma result by timer supported
2022-06-20 17:12:43 +08:00
shenglian zhou
a28a275dff fix: fix eliminate projection bugs 2022-06-20 16:39:19 +08:00
Liu Jicong
1505667897
Merge branch '3.0' into feature/stream 2022-06-20 15:34:04 +08:00
Cary Xu
820cc89c3a Merge branch '3.0' into feature/TD-14481-3.0 2022-06-20 15:21:41 +08:00
Cary Xu
fcfd5c250d feat: fetch rsma result by timer supported 2022-06-20 15:21:30 +08:00
Haojun Liao
a2cec0e488
Merge pull request #14004 from taosdata/feature/3_liaohj
feature(query): support show table block distribution.
2022-06-20 15:13:10 +08:00
Liu Jicong
1daa62e7f7 merge from 3.0 2022-06-20 15:04:50 +08:00
Liu Jicong
53ef66961a feat(stream): support snode 2022-06-20 14:29:18 +08:00
shenglian zhou
056301fb7b fix: disable eliminate projection when repeat proj column name 2022-06-20 14:22:50 +08:00
Haojun Liao
ad0595b9ec Merge branch '3.0' into feature/3_liaohj 2022-06-20 14:08:21 +08:00
Haojun Liao
868185a3b9 refactor(query): do some internal refactor. 2022-06-20 13:47:13 +08:00
Haojun Liao
b66e0e718b fix(query): fix output column in show super table block distribution. 2022-06-20 13:42:59 +08:00
Hongze Cheng
a889ac3edc Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-20 05:13:12 +00:00
Haojun Liao
659e429b87 feature(query): support show table block distribution. 2022-06-20 12:54:46 +08:00
54liuyao
5301dece4e feat(stream): add ci 2022-06-20 11:35:05 +08:00
wangmm0220
742cccba55 feat: merge from 3.0 2022-06-20 10:42:40 +08:00
Hongze Cheng
21ea4e3a0b more work 2022-06-20 02:38:08 +00:00
Hongze Cheng
bdc427dc78 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-20 01:26:31 +00:00
shenglian zhou
8c955ef017 fix: limit/slimit would prevent optimization projection elimination 2022-06-20 07:52:29 +08:00
shenglian zhou
218d455dcc fix: elimate projection error 2022-06-19 22:32:26 +08:00
shenglian zhou
413d26ee30 fix: add column to datablock even no output 2022-06-19 22:00:57 +08:00
shenglian zhou
0e905bb3c1 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/project-elimation 2022-06-19 21:41:08 +08:00
shenglian zhou
8c402d2aa3 fix: column target/output desc match error 2022-06-19 21:39:35 +08:00
Xiaoyu Wang
c963f92dda
Merge pull request #13990 from taosdata/feature/3.0_debug_wxy
feat: sql function 'interp'
2022-06-19 20:09:15 +08:00
Xiaoyu Wang
bac6e27c20 feat: sql command 'interp' 2022-06-19 19:39:12 +08:00
WANG MINGMING
45a247c062
Merge pull request #13933 from taosdata/feature/TD-16524
feat: add ttl/comment function
2022-06-19 11:18:14 +08:00
wangmm0220
082a5de790 fix:merge from 3.0 2022-06-18 20:04:15 +08:00
Haojun Liao
2f4bcd2625 enh(query): add more info about tablescan. 2022-06-18 20:03:27 +08:00
54liuyao
8c47a18dbf feat(stream): semi session operator 2022-06-18 19:57:08 +08:00
wangmm0220
746f4759b0 fix:merge from 3.0 2022-06-18 19:40:36 +08:00
Hongze Cheng
afb5be516f Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-18 10:35:57 +00:00
Haojun Liao
956173e2e1 refactor: do some internal refactor. 2022-06-18 14:49:27 +08:00
Haojun Liao
f2a27f5842 refactor: do some internal refactor. 2022-06-18 12:00:41 +08:00
WANG MINGMING
a64013461f
Merge branch '3.0' into feature/TD-16524 2022-06-18 11:11:54 +08:00
Hongze Cheng
b1410cc52c merge make it compile 2022-06-18 02:09:14 +00:00
Hongze Cheng
2e590c3036 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-18 01:53:01 +00:00
Haojun Liao
2cf8e30241 fix(query): fix syntax error. 2022-06-18 09:35:30 +08:00
Haojun Liao
820d6d1332 refactor: do some internal refactor. 2022-06-17 23:23:37 +08:00
Hongze Cheng
a200ea85db Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-17 12:23:01 +00:00
Haojun Liao
d2f8a330e1 refactor(query): do some internal refactor. 2022-06-17 20:09:49 +08:00
Haojun Liao
0f92fb02f9 enh(query): add new api. 2022-06-17 20:07:55 +08:00
Haojun Liao
45d379473f fix(query): fix syntax error. 2022-06-17 19:49:43 +08:00
Haojun Liao
11267a0032 other: merge 3.0 2022-06-17 19:05:39 +08:00
Haojun Liao
78d1f75c9b refactor(query): do some internal refactor. 2022-06-17 19:01:45 +08:00
wangmm0220
6743b544e9 fix: error in json 2022-06-17 18:32:08 +08:00
dapan1121
211adf20af
Merge pull request #13875 from taosdata/feature/showapps
feat: support show apps command
2022-06-17 18:20:05 +08:00
Hongze Cheng
9bc64e80b5 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-17 09:36:32 +00:00
liuyao
f9fe106a70
Merge pull request #13929 from taosdata/feature/TD-16616
feat(stream): distribute stream session plan
2022-06-17 16:30:01 +08:00
Haojun Liao
1c52b59344 refactor: do some internal refactor. 2022-06-17 15:48:32 +08:00
54liuyao
61153b7637 feat(stream): distribute stream session plan 2022-06-17 15:39:19 +08:00
WANG MINGMING
b3d2daeb72
Merge branch '3.0' into feature/TD-16524 2022-06-17 14:51:33 +08:00
dapan1121
f0c53fb982 Merge branch '3.0' into feature/showapps 2022-06-17 14:44:44 +08:00
Hongze Cheng
189f99eb74 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-17 06:41:12 +00:00
Haojun Liao
9c6a9f1c92 fix(query): set correct source status in merge sort. 2022-06-17 14:25:53 +08:00
Hongze Cheng
6f80993d56 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-17 02:50:34 +00:00
Haojun Liao
1b907e847c other: merge 3.0 2022-06-17 09:26:16 +08:00
Haojun Liao
af7f3e3252 refactor(query): set correct buffer pages. 2022-06-17 09:20:19 +08:00
Haojun Liao
feebe90a1f fix(query): set correct buffer page size. 2022-06-17 09:18:53 +08:00
Haojun Liao
5837c141c9
Merge pull request #13914 from taosdata/feature/3_liaohj
fix(query): set null for null value in groupby
2022-06-16 22:35:10 +08:00
shenglian-zhou
9ebc581b6d
Merge pull request #13910 from taosdata/szhou/fix/table-merge-scan-buf-size
fix: table merge scan sort buf size
2022-06-16 22:11:31 +08:00
Haojun Liao
cc638a2236 fix(query): set null for null value in groupby 2022-06-16 21:13:18 +08:00
Haojun Liao
0fae75ebdd
Merge pull request #13904 from taosdata/feature/3_liaohj
fix(query): adjust group limitation.
2022-06-16 21:12:27 +08:00
dapan1121
b3f9f81b61 support show apps 2022-06-16 21:06:04 +08:00
wangmm0220
2bd2996e74 feat:add comment function 2022-06-16 20:45:00 +08:00
shenglian zhou
67540f2504 fix: table merge scan sort buf size 2022-06-16 19:49:42 +08:00
Hongze Cheng
9d58beb2f4 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-16 11:21:02 +00:00
Hongze Cheng
760905f632 refact 2022-06-16 11:14:56 +00:00
liuyao
39e2a646e9
Merge pull request #13901 from taosdata/feature/TD-16512
feat(stream): stream partition by
2022-06-16 18:39:34 +08:00
Haojun Liao
ab47de1dae fix(query): adjust group limitation. 2022-06-16 18:30:22 +08:00
Hongze Cheng
f3baaf1a60 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-16 10:25:19 +00:00
Hongze Cheng
0bdbf866c0 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-16 10:19:26 +00:00
54liuyao
7b98430906 feat(stream): stream partition by 2022-06-16 18:11:39 +08:00
Hongze Cheng
5bd3732adf refact more code 2022-06-16 09:53:07 +00:00
Haojun Liao
dfce7e7261 other:merge 3.0 2022-06-16 17:49:58 +08:00
Haojun Liao
bd518f3f71 fix(query): remove group info during sort. 2022-06-16 17:39:33 +08:00
Haojun Liao
6e328d42ca
Merge pull request #13897 from taosdata/feature/3_liaohj
fix(query): set correct error code.
2022-06-16 17:33:41 +08:00
Hongze Cheng
3c18269c29 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-16 08:34:43 +00:00
Haojun Liao
87300b2ab0 fix(query): set correct error code. 2022-06-16 16:21:01 +08:00
Haojun Liao
2c746848fc
Merge pull request #13877 from taosdata/feature/3_liaohj
enh(query): partition by supports arithmetic expr
2022-06-16 16:18:50 +08:00
Haojun Liao
5492155009 fix(query): fix syntax error on windows platform. 2022-06-16 14:49:37 +08:00
Hongze Cheng
07792850cb refact code 2022-06-16 06:29:28 +00:00
Haojun Liao
75e0eaa53f fix(query): add null pointer check. 2022-06-16 13:53:02 +08:00
Haojun Liao
102fdf2916 fix(query): fix the syntax error in unit test. 2022-06-16 11:52:58 +08:00
Haojun Liao
2360f072a8 fix(query): add indef process procedure. 2022-06-16 11:43:11 +08:00
Haojun Liao
63884b554b fix(query): set correct sort buffer page size. 2022-06-16 10:51:29 +08:00
Xiaoyu Wang
f6f4f65a56 merge 3.0 2022-06-16 09:55:32 +08:00
Xiaoyu Wang
e52429e31b merge 3.0 2022-06-16 09:31:22 +08:00
Haojun Liao
6b2d4a6aca other: merge 3.0 2022-06-15 23:05:55 +08:00
Haojun Liao
f2de1af904 enh(query): partition by support arithmetic expr, and do some internal refactor. 2022-06-15 23:00:31 +08:00
Haojun Liao
efd28728df
Merge pull request #13779 from taosdata/feature/3_liaohj
enh(query): add derivative function.
2022-06-15 22:35:30 +08:00
shenglian-zhou
39ac85b1f3
Merge pull request #13842 from taosdata/szhou/feature/multi-tb-merge-scan
feat: add table merge scan operator
2022-06-15 21:26:47 +08:00
Haojun Liao
4f8c84cf02 fix(query): remove invalid colId check. 2022-06-15 20:48:12 +08:00
slzhou
8efaa65ade fix: use different datablock for each sort source 2022-06-15 20:12:04 +08:00
Xiaoyu Wang
7f78d4a79b feat: partition by tags optimize 2022-06-15 19:08:25 +08:00
liuyao
6e49b7bbd7
Merge pull request #13862 from taosdata/feature/TD-16512
feat(stream): stream state&session support partition by
2022-06-15 17:21:03 +08:00
slzhou
b6bddd3fb1 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multi-tb-merge-scan 2022-06-15 17:13:09 +08:00
Liu Jicong
fd9bb8db73
Merge pull request #13860 from taosdata/feature/stream
feat(stream): trigger mode add max delay
2022-06-15 17:11:18 +08:00
slzhou
040093bee8 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multi-tb-merge-scan 2022-06-15 16:43:34 +08:00
54liuyao
87bcbe003e feat(stream): stream state&session support partition by 2022-06-15 16:40:45 +08:00
slzhou
562ec27c7b feat: add merge table scan operator 2022-06-15 16:40:43 +08:00
Haojun Liao
771065952e other: merge 3.0 2022-06-15 16:32:28 +08:00
Haojun Liao
ec97183737 fix(query): add refId for exchange operator. 2022-06-15 16:26:43 +08:00
Liu Jicong
8eb08fa0d4 feat(stream): trigger mode add max delay 2022-06-15 16:11:20 +08:00
54liuyao
d8c2a68f27 feat(stream): update data fo partition by 2022-06-15 15:35:51 +08:00
shenglian zhou
9f9a55f4f0 fix: change table scan to table merge scan 2022-06-15 08:56:45 +08:00
shenglian zhou
a38f70ba7c fix: select * from t core dump 2022-06-14 23:34:50 +08:00
Haojun Liao
83ee553615 refactor(query): do some internal refactor. 2022-06-14 21:01:08 +08:00
Haojun Liao
93dfebe071 refactor(query): do some internal refactor. 2022-06-14 19:47:25 +08:00
shenglian zhou
4fa20a1e76 feat: add table merge scan operator 2022-06-14 19:44:48 +08:00
shenglian zhou
1b1d1d1c4a feature: add table merge scan operator 2022-06-14 18:17:18 +08:00
WANG MINGMING
32fbb8aa59
Merge pull request #13801 from taosdata/feature/TD-15956
opt: optimize generating groupid in partition/group by tag
2022-06-14 15:55:38 +08:00
Haojun Liao
c56be8f871 enh(query): add interp function. 2022-06-14 14:45:17 +08:00
wangmm0220
7435221e32 opt: optimize generating groupid in partition/group by tag 2022-06-14 14:40:01 +08:00
wangmm0220
cb85ee6d3c opt: optimize generating groupid in partition/group by tag 2022-06-14 13:36:54 +08:00
liuyao
f218e73ffe
Merge pull request #13793 from taosdata/feature/TD-16512
feat(stream): partition by
2022-06-14 13:12:48 +08:00
Haojun Liao
531b85ce22 enh(query): add interp function. 2022-06-14 11:54:13 +08:00
54liuyao
22f86ee529 feat(stream): partition by 2022-06-14 11:15:10 +08:00
wangmm0220
fc32f71628 opt: optimize group by tag 2022-06-13 19:59:30 +08:00
Xiaoyu Wang
a5ce5192f2 merge 3.0 2022-06-13 18:37:25 +08:00
shenglian-zhou
5507931dee
Merge pull request #13766 from taosdata/szhou/feature/multiwaymerge
feature: explain mulitway merge and merge interval optimization
2022-06-13 16:34:55 +08:00
Haojun Liao
0166d40c68
Merge pull request #13759 from taosdata/feature/3_liaohj
fix(query): add check for data completed.
2022-06-13 15:10:46 +08:00
shenglian zhou
dc56c636ea Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multiwaymerge 2022-06-13 15:08:26 +08:00
shenglian zhou
140e15bc8d fix: merge interval operator optimization and explain analyze multimerge operator 2022-06-13 15:07:54 +08:00
Xiaoyu Wang
1863bbee9a merge 3.0 2022-06-13 15:01:29 +08:00
Xiaoyu Wang
380a071551 fix: handle the memory leak of parser 2022-06-13 14:54:38 +08:00
dapan1121
2eed1d4f2f
Merge pull request #13690 from taosdata/feature/qnode
feat: support mnode/vnode epset update
2022-06-13 14:02:06 +08:00
Haojun Liao
0a414b4934 fix(query): add check for data completed. 2022-06-13 13:32:02 +08:00
Haojun Liao
3e5b18d4b8 fix(query): add null pointer check. 2022-06-13 10:23:16 +08:00
Haojun Liao
eee5408d25 Merge branch 'feature/3_liaohj' of github.com:taosdata/tdengine into feature/3_liaohj 2022-06-11 19:28:44 +08:00
Haojun Liao
0b8dd61f41 fix(query): fix some memory leaks. 2022-06-13 09:33:08 +08:00
Haojun Liao
1ad2b5c92b fix(query): fix memory leak. 2022-06-12 23:37:29 +08:00
dapan1121
0046593d4f
Merge branch '3.0' into feature/qnode 2022-06-11 17:58:53 +08:00
54liuyao
c8af8daa61 feat(stream): state\session max delay 2022-06-11 16:39:59 +08:00
dapan1121
d3a56d87ca
Merge branch '3.0' into feature/qnode 2022-06-11 16:34:21 +08:00
Haojun Liao
4ab97e81cf
Merge pull request #13717 from taosdata/feature/3_liaohj
refactor: do some internal refactor, and add some check before create exchange operator
2022-06-11 15:20:52 +08:00
liuyao
3097bf2af8
Merge pull request #13716 from taosdata/feature/TD-16435
feat(stream): stream max delay
2022-06-11 15:11:39 +08:00
Haojun Liao
a91053300c other: merge 3.0 2022-06-11 14:54:31 +08:00
Haojun Liao
9f4e89a7e2 Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj 2022-06-11 14:52:33 +08:00
Haojun Liao
0fbf30ce6d refactor: do some internal refactor, and add some check before create exchange operator. 2022-06-11 14:51:54 +08:00
Haojun Liao
a80529e810
Merge pull request #13688 from taosdata/feature/3_liaohj
fix(query): fix invalid write.
2022-06-11 14:50:35 +08:00
54liuyao
d210ef1c0e feat(stream): stream max delay 2022-06-11 14:27:45 +08:00
Haojun Liao
94c8ca1e06 fix(query): add null pointer check. 2022-06-11 14:10:00 +08:00
Haojun Liao
514e86ff26 fix(query): clear flag before assign data. 2022-06-11 11:28:59 +08:00
dapan1121
23e26d569b Merge branch '3.0' into feature/qnode 2022-06-11 11:21:27 +08:00
54liuyao
ee5517d5ee feat(stream): combine function spread\elapsed\histogram\hll 2022-06-11 10:28:44 +08:00
Haojun Liao
afe612e369 refactor: remove unnecessary check. 2022-06-11 00:51:59 +08:00
Haojun Liao
516750bd42 refactor: remove unnecessary check. 2022-06-10 23:58:17 +08:00
dapan1121
7923d51f62 Merge branch '3.0' into feature/qnode 2022-06-10 20:04:19 +08:00
shenglian zhou
c038848f72 feature: output results in merge-interval agg buf when exhausted input stream 2022-06-10 18:33:24 +08:00
dapan1121
0e9203ebf6 Merge branch '3.0' into feature/qnode 2022-06-10 17:09:11 +08:00
dapan1121
1b196df8ed update epset 2022-06-10 17:07:24 +08:00
Haojun Liao
63269c19de fix(query): fix invalid write. 2022-06-10 16:45:26 +08:00
shenglian zhou
433286c0f9 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/merge-interval 2022-06-10 16:31:25 +08:00
liuyao
b5f6272bc8
Merge pull request #13682 from taosdata/feature/TD-16285
feat(stream): distribute stream interval
2022-06-10 16:23:06 +08:00
54liuyao
c790ac64d6 feat(stream): distribute stream interval 2022-06-10 15:54:20 +08:00
Liu Jicong
2be81daf2e
Merge pull request #13681 from taosdata/feature/stream
refactor(tsdb): tsdb reader open
2022-06-10 15:53:03 +08:00
Liu Jicong
6fcee0e244 refactor(tsdb): tsdb reader open 2022-06-10 15:20:57 +08:00
shenglian zhou
c0ae56483a Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/merge-interval 2022-06-10 14:04:20 +08:00
shenglian zhou
546c077213 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/merge-interval 2022-06-10 11:28:17 +08:00
Haojun Liao
24cca6cbcd Merge branch '3.0' into feature/3_liaohj 2022-06-10 11:28:10 +08:00
shenglian zhou
7a4534a06a feat: before merge origin 3.0 2022-06-10 11:20:00 +08:00
shenglian zhou
b3ce29dc4a add time window operator 2022-06-10 11:09:31 +08:00
Haojun Liao
7917bfc296 fix(query): set the correct tag filter condition. 2022-06-10 10:49:21 +08:00
Haojun Liao
85d4ee6031 refactor: do some internal refactor. 2022-06-10 10:29:53 +08:00
shenglian zhou
62780bbfb4 feature: add merge interval operator 2022-06-10 10:24:52 +08:00
shenglian zhou
c97dcbcf76 feature: add merge interval operator 2022-06-10 09:55:14 +08:00
Haojun Liao
c55aae2c0c enh(query): block distribution query is supported. 2022-06-10 09:51:57 +08:00
shenglian zhou
25636d6201 feature: add merge interval operator 2022-06-09 19:34:43 +08:00
54liuyao
016a7b698f feat(stream): stream state window support top and bottom 2022-06-09 17:45:40 +08:00
WANG MINGMING
fe6014eaf1
Merge pull request #13632 from taosdata/fix/TD-16289
fix:err in tag scan
2022-06-09 16:43:16 +08:00
Liu Jicong
88313b9068
Merge pull request #13619 from taosdata/feature/stream
fix(query): decode
2022-06-09 13:03:35 +08:00
Liu Jicong
9e4b3adc7c fix(stream): msg dispatch 2022-06-09 11:45:06 +08:00
wangmm0220
ac5f09251d fix:err in tag scan 2022-06-09 11:09:23 +08:00
shenglian-zhou
0b549e9de8
Merge pull request #13629 from taosdata/szhou/feature/multiwaymerge
fix: add group id to sort operator
2022-06-09 10:46:04 +08:00
shenglian zhou
80a29a6a31 fix: add group id to sorted merge operator 2022-06-09 10:09:49 +08:00
shenglian zhou
414b3242a7 fix: add group id to sort operator 2022-06-09 09:51:00 +08:00
shenglian zhou
9afcca0355 fix: add group id to create initial source 2022-06-09 09:36:14 +08:00
shenglian-zhou
9239f6064b
Merge pull request #13626 from taosdata/szhou/feature/multiwaymerge
fix: add  group id to multiway merge operator
2022-06-09 09:33:52 +08:00
shenglian zhou
1783c971e9 fix: add group id to multiway merge operator 2022-06-09 08:47:19 +08:00
Liu Jicong
6733636a1a
Merge pull request #13601 from taosdata/feature/retrievemsg
refactor: do some internal refactor.
2022-06-08 21:27:16 +08:00
shenglian-zhou
a4ac8b1c03
Merge pull request #13613 from taosdata/szhou/feature/multiwaymerge
fix: compare group id first when choose from loser tree
2022-06-08 20:28:15 +08:00
shenglian zhou
eed875268c fix: compare group id first when choose tuple from loser tree 2022-06-08 18:59:26 +08:00
shenglian zhou
6522ff199a Revert "Revert "feat: add group id to multiway-sort-merge operator""
This reverts commit d5a29fc413.
2022-06-08 18:23:03 +08:00
54liuyao
a8da3cfd14 feat(stream): stream state support apercentile 2022-06-08 18:20:43 +08:00
shenglian zhou
e12576ed1c Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multiwaymerge 2022-06-08 18:14:09 +08:00
shenglian zhou
d5a29fc413 Revert "feat: add group id to multiway-sort-merge operator"
This reverts commit b2d066521b.
2022-06-08 18:11:16 +08:00
Yihao Deng
0d665b57d2
Merge pull request #13605 from taosdata/enh/jsonIdx1
Enh/json idx1
2022-06-08 17:21:14 +08:00
yihaoDeng
6b39c690d2 json idx 2022-06-08 16:13:52 +08:00
Haojun Liao
9bee5e2cee refactor: do some internal refactor. 2022-06-08 16:08:26 +08:00
shenglian zhou
b2d066521b feat: add group id to multiway-sort-merge operator 2022-06-08 14:58:50 +08:00
shenglian zhou
3a9b5cc6f4 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multiwaymerge 2022-06-08 13:43:56 +08:00
Xiaoyu Wang
dd38da7982 merge 3.0 2022-06-08 10:46:11 +08:00
54liuyao
262a221c12 distributed interval 2022-06-08 09:33:11 +08:00
Xiaoyu Wang
08209f30ae Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-06-08 09:26:16 +08:00
Xiaoyu Wang
e8e68fab9a feat: physical plan add clone interface 2022-06-07 20:59:44 +08:00
Liu Jicong
931a763ebc
Merge pull request #13578 from taosdata/feature/stream
enh(stream): direct sink if not dispatch
2022-06-07 20:49:20 +08:00
Liu Jicong
46bea47b62 enh(stream): direct sink if not dispatch 2022-06-07 19:58:06 +08:00
shenglian zhou
a9f019f6f2 feat: multi-way merge sort 2022-06-07 18:52:54 +08:00
wangmm0220
9221513d97 fix:memory leak & memory problem & sml params 2022-06-07 18:37:35 +08:00
shenglian zhou
a0d96f9b98 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multiwaymerge 2022-06-07 17:41:27 +08:00
shenglian zhou
eb6250de4f feat: support multiway sort merge 2022-06-07 17:41:11 +08:00
wangmm0220
652035d8b2 Merge branch 'fix/jsonIdx' of github.com:taosdata/TDengine into fix/jsonIdx 2022-06-07 16:29:30 +08:00
wangmm0220
7ab66e5b6b fix:memory leak in doFilter 2022-06-07 16:29:00 +08:00
yihaoDeng
b5c813f259 Merge branch 'nidx' into dev 2022-06-07 16:04:27 +08:00
wangmm0220
324977a981 feat:add filter for tag scan 2022-06-07 14:07:44 +08:00
Hongze Cheng
f6c38f09db Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-07 05:52:19 +00:00
Hongze Cheng
6917ff2685 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-07 01:23:53 +00:00
dapan1121
16b84f575f Merge branch '3.0' into featuer/delete 2022-06-07 09:13:47 +08:00
dapan1121
42d02a7ea6 fix uidlist issue 2022-06-07 09:11:53 +08:00
dapan1121
33a7a83d65 feature delete data 2022-06-06 20:59:36 +08:00
Xiaoyu Wang
6de91932ea
Merge pull request #13472 from taosdata/feature/3.0_bug16060
feat: add physical plannode of indefinite rows func
2022-06-06 20:47:40 +08:00
Hongze Cheng
c28aac66dc more 2022-06-06 12:22:21 +00:00
Xiaoyu Wang
ce3aacf4d7 feat: order by distributed split 2022-06-06 18:07:34 +08:00
shenglian zhou
72c71141b2 feat: support multiway sort merge 2022-06-06 15:16:20 +08:00
shenglian zhou
c438b699c9 feat: support multiway sort merge 2022-06-06 15:12:07 +08:00
shenglian zhou
a8be204254 feat: add multiwaysort merge operator 2022-06-06 14:37:00 +08:00
Xiaoyu Wang
0b5c08edb9 merge 3.0 2022-06-06 11:47:20 +08:00
Yihao Deng
6c57bb2b07
Merge pull request #13480 from taosdata/enh/json_index
Enh/json index
2022-06-05 22:34:30 +08:00
yihaoDeng
0ca6a5ae27 refactor json index 2022-06-05 21:46:07 +08:00
Xiaoyu Wang
1c3e02aa1f
Merge pull request #13476 from taosdata/feature/3.0_wxy
feat: sql command 'delete from'
2022-06-05 19:15:38 +08:00
Xiaoyu Wang
55d41c8f5c feat: sql command 'delete from' 2022-06-05 15:48:06 +08:00
Haojun Liao
52ae8f0efa other: merge 3.0 2022-06-05 15:45:01 +08:00
Haojun Liao
e25560b640 refactor: do some internal refactor. 2022-06-05 15:35:34 +08:00
Haojun Liao
6bd6822637 refactor: remove unused functions. 2022-06-05 15:26:25 +08:00
Haojun Liao
7df1727a7b refactor(query): do some internal refactor. 2022-06-05 15:24:57 +08:00
Haojun Liao
6fcbcabdfc refactor: do some internal refactor. 2022-06-05 14:48:15 +08:00
Haojun Liao
338f6eea71 fix(query): fix invalid free in exchange. 2022-06-05 00:47:03 +08:00
WANG MINGMING
8566917971
Merge pull request #13433 from taosdata/feature/TD-13041
feat:add json test case
2022-06-04 23:18:09 +08:00
Xiaoyu Wang
8ba9496471 feat: add physical plannode of indefinite rows func 2022-06-04 22:57:01 +08:00
54liuyao
5400507245 feat(stream): stream state operator 2022-06-04 20:36:28 +08:00
Xiaoyu Wang
7fa2d3d0d0
Merge pull request #13467 from taosdata/feature/3.0_wxy
feat: sql command 'delete from'
2022-06-04 20:18:18 +08:00
Xiaoyu Wang
74026205a7 feat: sql command 'delete from' 2022-06-04 19:54:55 +08:00
wangmm0220
a2ebeda89c feat: add sort/group logic for json 2022-06-04 19:28:30 +08:00
Haojun Liao
0244c4ff94 enh(query): add a new operator. 2022-06-04 19:19:49 +08:00
Haojun Liao
64c171d7b3
Merge pull request #13465 from taosdata/feature/3_liaohj
fix(query): enable filter in projection operator.
2022-06-04 17:03:01 +08:00
Haojun Liao
01e198231d fix(query): enable filter in projection operator. 2022-06-04 16:30:42 +08:00
wangmm0220
a3033b59e6 fix:fix error in table scan by group 2022-06-04 11:19:38 +08:00
wangmm0220
f1860b7918 fix:fix error in table scan by group 2022-06-04 10:25:55 +08:00
wangmm0220
5ed0c48af0 feat:merge from 3.0 2022-06-02 22:49:53 +08:00
Liu Jicong
77fe6a4ef7
Merge branch '3.0' into feature/3_liaohj 2022-06-02 15:05:49 +08:00
Cary Xu
7fceb5a709 other: code optimization and do more check 2022-06-02 10:22:34 +08:00
wangmm0220
eb82ac04a0 fix:fix error in new tag format 2022-06-01 13:06:25 +08:00
wangmm0220
f99e66df32 fix:fix error in new tag format 2022-06-01 10:29:10 +08:00
wangmm0220
19b0932781 feat:merge from 3.0 2022-05-31 23:46:04 +08:00
dapan1121
d85457833f
Merge pull request #13289 from taosdata/feature/qnode
feat: scheduler based on load
2022-05-31 19:59:41 +08:00
Yihao Deng
a8845fff3b
Merge branch '3.0' into enh/supportTagFlt 2022-05-31 18:53:18 +08:00
yihaoDeng
64ffbc1eea enh: support tag filter 2022-05-31 18:34:17 +08:00
dapan1121
717acef00d
Merge branch '3.0' into feature/qnode 2022-05-31 17:50:50 +08:00
wangmm0220
816cea07f9 feat:add new logic for new tag format 2022-05-31 17:49:33 +08:00
54liuyao
901ff9bf18 feat(sma):files factor 2022-05-31 16:14:56 +08:00
dapan1121
52988b6da6 Merge branch '3.0' into feature/qnode 2022-05-31 14:04:47 +08:00
dapan1121
496ae4ca89 schedule based on qnode's load 2022-05-31 14:03:47 +08:00
Xiaoyu Wang
2dd1771f39 fix: problems of some function parameters with negative numbers 2022-05-30 19:08:14 +08:00
wangmm0220
6c38d716a1 feat:add test for operator encode/decode 2022-05-30 12:00:51 +08:00
wangmm0220
f37388514c feat:add encode/decode for operator 2022-05-29 00:26:50 +08:00
WANG MINGMING
99966e73ae
Merge pull request #13177 from taosdata/3.0
3.0
2022-05-29 00:23:37 +08:00
wangmm0220
650a6a85a7 feat:add encode/decode for operator 2022-05-28 23:48:31 +08:00
wangmm0220
5ebd2ec810 feat:add encode/decode for operator 2022-05-28 23:26:22 +08:00
dapan1121
5da1ead67b
Merge pull request #13174 from taosdata/feature/qnode
fix: fix memory leak
2022-05-28 22:44:00 +08:00
Yihao Deng
910b2b1a50
Merge pull request #13172 from taosdata/enh/rpcRefactor
enh: refactor rpc code
2022-05-28 22:15:47 +08:00
dapan1121
5ce7dd2a4d qnode load 2022-05-28 22:13:26 +08:00
Yihao Deng
e93714226a
Merge branch '3.0' into enh/rpcRefactor 2022-05-28 21:49:15 +08:00
yihaoDeng
1d2e13c985 enh: refactor rpc code 2022-05-28 21:10:09 +08:00
afwerar
7b540d91d9 fix(os): add win ctest 2022-05-28 21:08:50 +08:00
Yihao Deng
465278786a
Merge pull request #13159 from taosdata/enh/tagFlt
Enh/tag flt
2022-05-28 20:03:43 +08:00
Yihao Deng
7710766583
Merge branch '3.0' into enh/tagFlt 2022-05-28 18:40:54 +08:00
54liuyao
aa20cfedcd feat(stream): watermark and trigger 2022-05-28 18:19:36 +08:00
Haojun Liao
4bc5466bbd fix(query): add tags in stream scanner. 2022-05-28 17:28:47 +08:00
Cary Xu
9b4c9e4802 enh: tag refactor for normal tags 2022-05-28 17:16:04 +08:00
yihaoDeng
6acbe7e777 enh: support tag filter 2022-05-28 16:15:24 +08:00
slzhou
94c42b9230 fix: table scan operator change time windows index when reset read handle 2022-05-28 08:45:22 +08:00
wangmm0220
780644c135 feat:add encode/decode for operator 2022-05-27 23:21:41 +08:00
slzhou
ee9c4c6390 fix: table scan operator for reset read handle 2022-05-27 22:22:23 +08:00
wangmm0220
955679276f feat:optimize for group by tag 2022-05-27 22:05:53 +08:00
slzhou
589ecd75ba Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/sma 2022-05-27 21:30:24 +08:00
yihaoDeng
9678b81725 enh: update index interface 2022-05-27 19:54:22 +08:00
slzhou
860f7270fb ehance: table scan operator accepts many time ranges 2022-05-27 19:50:22 +08:00
Haojun Liao
349ef38ce4
Merge pull request #13083 from taosdata/feature/3_liaohj
fix(query): set the gid for stream result.
2022-05-27 18:30:27 +08:00
yihaoDeng
c47371c877 change filter interface 2022-05-27 18:13:22 +08:00
slzhou
7a459a26a8 enhance:modify table scan operator that can accept several scan ranges 2022-05-27 17:59:27 +08:00
Haojun Liao
a78fd74dc6 fix(query): set group id in stream scanner. 2022-05-27 15:46:07 +08:00
Haojun Liao
285bf707e0 fix(query): set the gid for stream result. 2022-05-27 15:00:33 +08:00
Haojun Liao
955c37a483
Merge pull request #13066 from taosdata/feature/3_liaohj
refactor(query): set the block groupId for stream block.
2022-05-27 14:29:37 +08:00
Haojun Liao
d87bb5f3fa refactor(query): set the block groupId for stream block. 2022-05-27 10:03:45 +08:00
wangmm0220
3e94a85629 fix: remove table group code in 2.x 2022-05-26 23:05:06 +08:00
wangmm0220
750b7ccec9 fix: remove table group code in 2.x 2022-05-26 21:45:49 +08:00
WANG MINGMING
dfe0440c5f
Merge pull request #13044 from taosdata/3.0
3.0
2022-05-26 21:42:21 +08:00
Haojun Liao
0e2505936b Merge branch '3.0' into feature/3_liaohj 2022-05-26 17:51:34 +08:00
Haojun Liao
2ced335b04 fix(query): set the proper buffer page size. 2022-05-26 17:48:07 +08:00
54liuyao
e87ba7d526 fix(stream): function error 2022-05-26 17:46:52 +08:00
liuyao
ed31fc754e
Merge branch '3.0' into feature/TD-16011 2022-05-26 17:33:59 +08:00
Haojun Liao
a2a7674021 fix(query): do some internal refactor. 2022-05-26 17:18:56 +08:00
54liuyao
270771e39e feat(stream): stream final session operator 2022-05-26 16:55:54 +08:00
Hongze Cheng
b40e3671a4 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/two_versions 2022-05-26 08:32:35 +00:00
Hongze Cheng
fe22f0f6d3 use two version in server and refact 2022-05-26 08:29:52 +00:00
wangmm0220
051020f932 fix: remove table group code in 2.x 2022-05-26 16:05:27 +08:00
Haojun Liao
f6e8276475 fix(query): free the cursor when all data retrieved immediately. 2022-05-26 11:51:32 +08:00
WANG MINGMING
dfbd780b5b
Merge pull request #13004 from taosdata/3.0
3.0
2022-05-26 09:56:37 +08:00
wangmm0220
8db0315341 feat: add tag condition 2022-05-25 22:35:24 +08:00
wangmm0220
71ec636c3c feat: add tag condition 2022-05-25 22:29:24 +08:00
wangmm0220
eea32f5f0a feat: add tag condition 2022-05-25 22:21:04 +08:00
Haojun Liao
b37ca86866
Merge pull request #12979 from taosdata/feature/3_liaohj
fix(query): set correct expression number in project operator.
2022-05-25 18:31:46 +08:00
Haojun Liao
356c9e9056 fix(query): set correct expression number in project operator. 2022-05-25 17:55:34 +08:00
Haojun Liao
53527cfe59
Merge pull request #12975 from taosdata/feature/3_liaohj
enh(query): add detailed sort exec information in analysis of operator.
2022-05-25 17:08:51 +08:00
Haojun Liao
84f6898fcd enh(query): add detailed sort exec information in analysis of operator. 2022-05-25 15:22:34 +08:00
54liuyao
0778bf8857 stream session operator 2022-05-25 09:05:03 +08:00
Haojun Liao
3ac134adbe enh: free cursor if it is not a null pointer. 2022-05-24 23:10:51 +08:00
Haojun Liao
a4e38ed7ca enh(query): return open/total cost for each operator. 2022-05-24 15:54:39 +08:00
Haojun Liao
e8c03c576a other: merge 3.0 2022-05-24 11:32:48 +08:00
Haojun Liao
60e7e2ae6f enh(query): add more information regarding analyze sql execution. 2022-05-24 11:29:51 +08:00
Xiaoyu Wang
dec850677b Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-05-23 19:50:33 +08:00
Xiaoyu Wang
8da52cbb04 feat: tag index filter plan 2022-05-23 19:50:08 +08:00
yihaoDeng
7da509b2f2 enh: index filter interface 2022-05-23 17:31:36 +08:00
dapan1121
403b2ba1c2
Merge pull request #12731 from taosdata/feature/async
feat: add catalog async api
2022-05-23 12:52:11 +08:00
54liuyao
42fcb433dc fix(stream):adjust bloom filter 2022-05-23 11:30:22 +08:00
dapan1121
9d6475fa09 Merge remote-tracking branch 'origin/3.0' into feature/async 2022-05-23 09:26:48 +08:00
yihaoDeng
fb4982f8ca merge 3.0 2022-05-22 21:41:55 +08:00
Haojun Liao
9cea8dbaf7 fix(query): remove duplicated function call. 2022-05-31 00:21:47 +08:00
Haojun Liao
a7feca23fe other: merge 3.0 2022-05-30 23:32:00 +08:00
Haojun Liao
bb2146cd75 refactor(query): do some internal refactor. 2022-05-30 22:35:01 +08:00
Haojun Liao
70927458e5 refactor(query): do some internal refactor. 2022-05-30 20:10:30 +08:00
Haojun Liao
1652cd0ec2 enh(query): enable twa function in select clause. 2022-05-29 12:35:11 +08:00
afwerar
5acf419019 fix(os): win not close file ctest error 2022-05-21 23:47:39 +08:00
yihaoDeng
4d18fa0875 enh: refator index/transport code 2022-05-21 17:29:50 +08:00
54liuyao
cacc7364d7 fix(stream): avoid check data update for tmq 2022-05-21 15:41:36 +08:00
Haojun Liao
6466187a63
Merge pull request #12788 from taosdata/feature/3_liaohj
fix(query): specify the primary timestamp column in ssdatablock
2022-05-21 14:46:08 +08:00
Haojun Liao
e162d717ff Merge branch '3.0' into feature/3_liaohj 2022-05-21 14:10:04 +08:00
Haojun Liao
c96036a7c4 fix(query): add null value check before update the block window info 2022-05-21 14:08:00 +08:00
Haojun Liao
00821527be fix(query): specify the primary timestamp column in ssdatablock when update the time range of ssdatablock. 2022-05-21 11:02:53 +08:00
Haojun Liao
800aa60588
Merge pull request #12779 from taosdata/feature/3_liaohj
fix(query): set buffer page dirty when place data in it.
2022-05-21 10:33:55 +08:00
Haojun Liao
03c916b436 fix(query): set buffer page dirty when place data in it. 2022-05-20 23:59:17 +08:00
Haojun Liao
25e2a9dd72 refactor: do some internal refactor, and set the correct intermediate buffer size for average function. 2022-05-20 23:58:34 +08:00
Liu Jicong
9ad18b8c2d
Merge pull request #12776 from taosdata/feature/3_liaohj
fix(query): ignore the check of qualified table id.
2022-05-20 23:15:50 +08:00
Haojun Liao
2964542617 fix(query): ignore the check of qualified table id. 2022-05-20 22:45:43 +08:00
dapan1121
d0aa9436e4 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-20 21:05:21 +08:00
dapan1121
a353b1a1fb refresh meta 2022-05-20 18:00:05 +08:00
Haojun Liao
ee470a9427 other: merge 3.0 2022-05-20 17:12:04 +08:00
Haojun Liao
fa84d0585b enh(query): enable remove the candidate table ids in the stream scanner. 2022-05-20 17:07:53 +08:00
Haojun Liao
5e819fbdb3 fix(query): assign the group id in the ssdatablock when generating grouped results. 2022-05-20 16:50:39 +08:00
dapan1121
40a3f02463 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-20 15:38:45 +08:00
WANG MINGMING
c715ee5993
Merge pull request #12719 from taosdata/feature/TD-13041
fea: add select json from table
2022-05-20 13:15:49 +08:00
Haojun Liao
7b55cb0df2 fix(query): set the correct number of expressions. 2022-05-20 12:06:29 +08:00
dapan1121
af429ca64e Merge remote-tracking branch 'origin/3.0' into feature/async 2022-05-20 09:21:40 +08:00
Haojun Liao
c84e666fab fix(query): remove the false alarm in aggregate operator when handling the stream computing. 2022-05-20 00:29:14 +08:00
Haojun Liao
cded09bf79 enh(query): limit the rsp ssdatablock size. 2022-05-19 23:47:27 +08:00
wangmm0220
d48d98f094 fea:add select json logic 2022-05-19 22:10:20 +08:00
dapan1121
d472c28142 update table meta based on query sversion 2022-05-19 22:08:06 +08:00
wangmm0220
6c26b6230f fea:add select json logic 2022-05-19 17:57:14 +08:00
wangmm0220
91dc9e9089 fea:add select json logic 2022-05-19 17:46:28 +08:00
Haojun Liao
f636806c2a other: merge 3.0 2022-05-19 17:07:01 +08:00
Haojun Liao
4c3f6f11eb fix(query): set hasNull flag to be true when initializing columnInfodata by default. 2022-05-19 16:58:30 +08:00
Haojun Liao
e0b9da9c3d refactor: do some internal refactor. 2022-05-19 16:49:43 +08:00
Haojun Liao
14998af2b8
Merge pull request #12669 from taosdata/feature/3_liaohj
enh(query): record and return the schema version and tags version of the queried table.
2022-05-19 16:48:37 +08:00
Haojun Liao
90a6ec0917 fix(query): release meta reader after initializing it. 2022-05-19 16:16:16 +08:00
slzhou
83f4d1286e fix: executor process express tree scalar execution error 2022-05-19 11:20:27 +08:00
wangmm0220
e818e27902 fea:add select json logic 2022-05-18 22:13:38 +08:00
Liu Jicong
f2ee70efb1 merge from 3.0 2022-05-18 21:25:23 +08:00
Liu Jicong
a696ed583a test(stream): _wstartts should be reverse quoted 2022-05-18 21:23:06 +08:00
Haojun Liao
47e6e95866 enh(query): record and return the schema version and tags version of current queried table. 2022-05-18 20:39:00 +08:00
54liuyao
5ca0e81bba stream final interval operator 2022-05-18 19:41:29 +08:00
shenglian-zhou
1fecbd2587
Merge pull request #12657 from taosdata/feature/udf
fix: improve udf function misuse stability
2022-05-18 18:37:57 +08:00
slzhou
36dcc70f0d fix: improve udf function misuse stability 2022-05-18 18:21:32 +08:00
liuyao
f094d32fa3
Merge pull request #12652 from taosdata/feature/TD-15688
fix(stream):set window info
2022-05-18 16:52:22 +08:00
54liuyao
fb0711fa3e fix(stream):set window info 2022-05-18 16:31:52 +08:00
Liu Jicong
4e640b6d67 enh(tmq): update tb list for existing topic 2022-05-18 16:27:50 +08:00
Haojun Liao
5c2c2b378b fix(query): fix the invalid column length value during spill out the group data into disk. 2022-05-18 10:15:29 +08:00
Haojun Liao
a918f19329 Merge branch '3.0' into feature/3.0_liaohj 2022-05-17 22:47:52 +08:00
Haojun Liao
1cc0708d85 fix(query): expand the capacity for aggregate operator. 2022-05-17 22:42:11 +08:00
Shengliang Guan
8b7f0f3a15 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-17 20:35:19 +08:00
Shengliang Guan
00a69a4d57 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-17 19:41:53 +08:00
54liuyao
ae2399cd50 fix(stream):valgrind 2022-05-17 19:37:40 +08:00
Haojun Liao
aefa9bd891 refactor: do some internal refactor. 2022-05-17 16:53:55 +08:00
Shengliang Guan
0623514ed1 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-17 16:12:53 +08:00
Haojun Liao
1d577dbc69 fix(query): free resources after load table meta. 2022-05-17 16:06:57 +08:00
Haojun Liao
c508c89a92 enh(query): filter the child table that are not belongs to current super table when adding into candidate list. 2022-05-17 16:02:03 +08:00
Haojun Liao
c2a918a85e refactor: do some internal refactor. 2022-05-17 12:36:32 +08:00
Haojun Liao
eb6f95c7dd enh(query): reverse scan table to generated interval results. 2022-05-17 12:16:44 +08:00
Shengliang Guan
81e89ec7b6 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-16 20:13:02 +08:00
Haojun Liao
4bac6c4fef fix(query): avoid copy the unassigned column to the destination datablock after filter applied. 2022-05-16 18:29:34 +08:00
Haojun Liao
745f64aff6 refactor(query): do some internal refactor. 2022-05-16 17:16:20 +08:00
Shengliang Guan
fc94b71c80 refactor: adjust SRpcMsg 2022-05-16 15:17:11 +08:00
Haojun Liao
94c8a67e23
Merge pull request #12524 from taosdata/feature/3.0_liaohj
fix(query): extract correct join condition from physical plan.
2022-05-16 11:22:40 +08:00
Haojun Liao
2df67d9133 fix(query): extract correct join condition from physical plan. 2022-05-16 11:10:05 +08:00
slzhou
8ce04a94f9 fix: change function name for tearing down udf handles 2022-05-16 09:06:08 +08:00
slzhou
5b35fcacd6 fix: teardown udf functions handles 2022-05-16 07:47:56 +08:00
Haojun Liao
18fcb33465 refactor: do some internal refactor. 2022-05-15 00:04:51 +08:00
Haojun Liao
a170b3fa9d
Merge pull request #12486 from taosdata/feature/3.0_liaohj
fix(query): set the correct row index during generating join results.
2022-05-14 23:27:52 +08:00
Haojun Liao
5a72ca804b fix(query): set the correct row index during generating join results. 2022-05-14 23:03:02 +08:00
Haojun Liao
0c111d3315
Merge pull request #12482 from taosdata/feature/3.0_liaohj
fix(query): remove expired moving data operation during extract data …
2022-05-14 22:35:10 +08:00
Haojun Liao
b6677e1a5d fix(query): remove expired moving data operation during extract data from in-memory buffer. 2022-05-14 22:13:27 +08:00
Yihao Deng
7f08c25030
Merge pull request #12481 from taosdata/fix/avoid_invalid_rw
enh(index): fix sanitizer error
2022-05-14 21:45:52 +08:00
yihaoDeng
70171a66e0 enh(index): fix sanitizer error 2022-05-14 20:53:40 +08:00
Haojun Liao
8242cac94a fix(query): fill the pseudo column before applying filter in table scanner. 2022-05-14 19:21:12 +08:00
Haojun Liao
46e76fc2ee fix(query): fix a corner case for generating the filtered ssdatablock. 2022-05-14 16:40:51 +08:00
Haojun Liao
234c0cd966 fix(query): ignore the reserved column data when generating filtered result. 2022-05-14 16:28:34 +08:00
Shengliang Guan
1f5941ebde
Merge pull request #12465 from taosdata/fix/mnode
enh: control the memory of the rpc queue
2022-05-14 12:05:18 +08:00
Shengliang Guan
7ad96ac276 enh: control the memory of the rpc queue 2022-05-14 11:53:46 +08:00
Yihao Deng
9dc392d321
Merge pull request #12455 from taosdata/enh/add_more_index_ut
enh(index): add more UT
2022-05-14 10:49:10 +08:00
Haojun Liao
e119b56f55 other: merge 3.0 and do some internal refactor. 2022-05-14 10:39:21 +08:00
Shengliang Guan
1e41ba8c14 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-14 09:30:55 +08:00
yihaoDeng
d003f1b0d7 enh(index): add more UT 2022-05-13 23:30:46 +08:00
shenglian-zhou
095217a204
Merge pull request #12445 from taosdata/feature/udf
feat: fix erros of square int overflow and block capacity set before filling a new column
2022-05-13 21:59:02 +08:00
Haojun Liao
d760f981a3
Merge pull request #12437 from taosdata/feature/3.0_liaohj
fix(query): set the correct state value key index.
2022-05-13 21:58:32 +08:00
slzhou
d54e345dc9 fix: ensure capacity before column merge: select agg1(col/10), agg2(col/2) 2022-05-13 21:00:46 +08:00
Haojun Liao
5dadb26070 fix(query): set the correct state value key index. 2022-05-13 18:18:54 +08:00
54liuyao
4b564b2ebd add stream ci 2022-05-13 15:37:31 +08:00
Haojun Liao
9b2cdcff9d
Merge pull request #12417 from taosdata/feature/3.0_liaohj
fix(query): add the repeat scan flag check in the aggregate executor.
2022-05-13 14:28:05 +08:00
Shengliang Guan
65e9e97252 refactor: control the memory of the rpc queue 2022-05-13 14:23:11 +08:00
yihaoDeng
d0fe68b0e4 fix(rpc): avoid fd leak 2022-05-13 12:18:57 +08:00
Haojun Liao
86031c1985 fix(query): add the repeat scan flag check during aggregate executor. 2022-05-13 12:17:09 +08:00
Haojun Liao
38d52c69dc fix(query): fix syntax errors in executorimpl.c 2022-05-13 10:12:03 +08:00
Haojun Liao
fbc3ca6093 Merge branch '3.0' into feature/3.0_liaohj 2022-05-13 09:57:00 +08:00
Haojun Liao
321c291f4c refactor: do some internal refactor. 2022-05-13 09:53:19 +08:00
liuyao
426200a71b
Merge pull request #12384 from taosdata/feature/TD-15379
feat(stream): stream reprocess window
2022-05-13 09:19:22 +08:00
Haojun Liao
e468363ce1
Merge pull request #12409 from taosdata/feature/3.0_liaohj
fix(query): close read fd when finishing scanning data files.
2022-05-13 01:25:38 +08:00
Haojun Liao
ec808a75c1 Merge branch 'feature/3.0_liaohj' of github.com:taosdata/tdengine into feature/3.0_liaohj 2022-05-13 00:38:21 +08:00
Haojun Liao
aae019d18a fix(query): close read fd when finishing scanning data files. 2022-05-13 00:32:02 +08:00
Haojun Liao
3678aa9094
Merge pull request #12391 from taosdata/feature/3.0_liaohj
fix(query): fix special pseudo column caused taosd crash.
2022-05-12 23:49:21 +08:00
Haojun Liao
bc64bdc179 Merge branch '3.0' into feature/3.0_liaohj 2022-05-12 23:15:35 +08:00
Haojun Liao
2693689285 fix(query): set the ascending scan order for exchange operator. 2022-05-12 23:10:23 +08:00
54liuyao
42f27e99d0 steam reprocess window 2022-05-12 22:15:13 +08:00
Haojun Liao
a41f6a3479 fix(query): fix the bug that special pseudo column tbname, along with other normal columns in select clause, cause taosd crash. 2022-05-12 17:33:36 +08:00
yihaoDeng
7f7b1a423a fix(rpc): avoid fd leak 2022-05-12 12:10:22 +08:00
slzhou@taodata.com
85ee4f7df6 fix finalize function call return value >=0 not error, <0 error 2022-05-12 10:43:54 +08:00
slzhou@taodata.com
ed1a71f1a0 Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-05-12 09:57:55 +08:00
slzhou@taodata.com
d37d4e5b5e error processing of executor when calling aggregate function 2022-05-12 09:57:43 +08:00
yihaoDeng
f3bf12c711 enh(index): update index filter UT 2022-05-11 23:20:01 +08:00
yihaoDeng
19e7f2207b enh(index): update index filter UT 2022-05-11 22:41:03 +08:00
yihaoDeng
b6c637dc64 enh(index): update index filter UT 2022-05-11 22:13:46 +08:00
yihaoDeng
9882ae0a21 enh(index): update index filter UT 2022-05-11 22:11:33 +08:00
yihaoDeng
17bbd59a82 enh(index): update index filter 2022-05-11 18:00:42 +08:00
Haojun Liao
7a4df795f4 refactor: do some internal refactor. 2022-05-11 17:19:35 +08:00
Yihao Deng
9d2ba0a360
Merge pull request #12324 from taosdata/enh/queryIndexInter
enh(query): index inter
2022-05-11 00:01:05 +08:00
yihaoDeng
d4c550db66 enh(query): add executor plan interface 2022-05-10 21:35:43 +08:00
Haojun Liao
119874ac5d refactor:do some internal refactor. 2022-05-10 18:24:52 +08:00
Haojun Liao
8c47b350dc fix(query): Pseudo time window result expands to multiple rows in case of multiple rows aggregates function existing. 2022-05-10 18:21:54 +08:00
Haojun Liao
6c30d170ea refactor: do some internal refactor. 2022-05-10 17:46:45 +08:00
dapan1121
887b1ebf77
Merge pull request #12201 from taosdata/feature/qnode
fix: fix filter issue
2022-05-10 11:08:06 +08:00
Shengliang Guan
fe4c1eed05
Merge pull request #12283 from taosdata/feature/3.0_wxy
fix: problem of parser and planner
2022-05-10 09:35:32 +08:00
Shengliang Guan
1899c4609f
Merge pull request #12220 from taosdata/feature/dnode
refactor: remove rpc client in executor and scanoperator
2022-05-10 09:34:25 +08:00
Xiaoyu Wang
88c767bcdb fix: problem of parser and planner 2022-05-10 08:55:32 +08:00
Haojun Liao
09f07dbbcf enh(query): add error check for scalar function calculation. 2022-05-09 19:16:22 +08:00
Shengliang Guan
2c694a5080 refactor: remove rpc client in executor and scanoperator 2022-05-09 18:14:12 +08:00
Shengliang Guan
00704f9da7 refactor: remove rpc client in executor and scanoperator 2022-05-09 18:07:26 +08:00
Shengliang Guan
0dfac36f5e Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-05-09 16:40:16 +08:00
Haojun Liao
a030a9f32f enh(query):support selectivity function and normal column data query. 2022-05-09 16:06:15 +08:00
dapan
6621ee69a0 fix bug 2022-05-09 11:40:24 +08:00
dapan
71dbed3ede Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-09 08:16:02 +08:00
Haojun Liao
0f9f52e78b fix(query): remove false assert. 2022-05-08 16:37:12 +08:00
Haojun Liao
b329b286ac refactor:do some internal refactor. 2022-05-08 16:09:56 +08:00
Haojun Liao
f6be0f0dfe other: merge with 3.0. 2022-05-08 16:06:47 +08:00
Liu Jicong
d17b478e96 feat(stream): auto create ctb 2022-05-08 02:37:23 +08:00
Haojun Liao
e86bbc1cae
Merge branch '3.0' into feature/3.0_liaohj 2022-05-08 00:53:06 +08:00
Liu Jicong
db3cbbf22d fix(query): column match 2022-05-08 00:21:17 +08:00
Haojun Liao
9025a5d735 Merge branch '3.0' into feature/3.0_liaohj 2022-05-08 00:14:02 +08:00
Haojun Liao
0bdabe6a10 fix(query): fix invalid extraction of column id. 2022-05-07 23:49:29 +08:00
dapan1121
7c535c40ba
Merge branch '3.0' into feature/qnode 2022-05-07 22:03:14 +08:00
Shengliang Guan
963813b5e6 Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-05-07 20:19:54 +08:00
Shengliang Guan
c8865f3a05 refactor: remove rpc client in executor and scanoperator 2022-05-07 20:19:40 +08:00
Hongze Cheng
a06bf6e5ca
Merge pull request #12206 from taosdata/feature/vnode_refact1
refact: vnode
2022-05-07 19:05:25 +08:00
Haojun Liao
6ce36a083e
Merge pull request #12214 from taosdata/feature/3.0_liaohj
fix(query): remove a false assert.
2022-05-07 19:00:29 +08:00
Haojun Liao
cdc2002e70 refactor(query): do some internal refactor. 2022-05-07 18:15:17 +08:00
54liuyao
599ea89a53 stream scan 2022-05-07 18:10:45 +08:00
Hongze Cheng
141ef5afd0 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-07 10:03:16 +00:00
Haojun Liao
f867e8ea91 fix(query): eliminate memory leak. 2022-05-07 17:23:05 +08:00
Haojun Liao
addd65f222 Merge branch '3.0' into feature/3.0_liaohj 2022-05-07 16:51:03 +08:00
Haojun Liao
f508da9e13 fix(query): eliminate memory leak 2022-05-07 16:22:52 +08:00
Hongze Cheng
a194f6458f Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-07 07:30:22 +00:00
Haojun Liao
1d8af5d4cf fix(query): fix memory leak. 2022-05-07 15:11:49 +08:00
Haojun Liao
47eb1fac26
Merge pull request #12187 from taosdata/feature/3.0_liaohj
fix(query): update the column match strategy.
2022-05-07 15:07:40 +08:00
Hongze Cheng
5d150204dd more refact 2022-05-07 06:57:31 +00:00
Haojun Liao
6115d3dbe8 fix(query): update the column match strategy. 2022-05-07 11:04:38 +08:00
dapan1121
8dd7c076d0 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-07 08:48:41 +08:00
dapan1121
20e0d336c7 fix memory leak issue 2022-05-07 08:47:52 +08:00
Yihao Deng
4d99b003d6
Merge pull request #12168 from taosdata/enh/supportIdxFilter
enh(index): support more data type
2022-05-07 08:47:51 +08:00
Haojun Liao
2b803d8b93 enh(query): set uid for the result datablock of stream scanner when handling the submit block. 2022-05-06 23:40:26 +08:00
Haojun Liao
ea3e1a202e fix(query): add some check for null pointer. 2022-05-06 22:12:35 +08:00
dapan1121
1f9b6f14dd fix mem leak 2022-05-06 22:11:33 +08:00
yihaoDeng
e08dd100a4 enh(index): support more data type 2022-05-06 18:39:28 +08:00
Haojun Liao
4e90982c22 fix(query): sort according to the generated column data in order by operator. 2022-05-06 17:23:20 +08:00
Haojun Liao
e4f0a0fc67 fix(query): enable table name query for super table. 2022-05-05 23:47:44 +08:00
Haojun Liao
8954035a2c fix(query): update the unit test cases. 2022-05-05 19:05:55 +08:00
Haojun Liao
02c7fcc228 Merge branch '3.0' into feature/3.0_liaohj 2022-05-05 19:00:07 +08:00
Haojun Liao
c1659805b6 fix(query): do perform arithmetic operator before apply the sort procedure. 2022-05-05 18:54:19 +08:00
Haojun Liao
cb3e10a046
Merge pull request #12116 from taosdata/feature/3.0_liaohj
fix(query): set the correct join on column slot id.
2022-05-05 15:35:03 +08:00
Haojun Liao
96372a7322 fix(query): set the correct join on column slot id. 2022-05-05 14:57:48 +08:00
Yihao Deng
e50e3a17fe
Merge pull request #12103 from taosdata/enh/supportIdxFilter
enh(index): support index filter
2022-05-05 08:37:26 +08:00
Yihao Deng
d2c7b8a0ed
Merge pull request #12101 from taosdata/enh/supportIndexFilter
Enh/support index filter
2022-05-04 17:12:56 +08:00
Haojun Liao
61ca9527b7
Merge pull request #12098 from taosdata/feature/3.0_liaohj
refactor: do some internal refactor.
2022-05-04 15:31:37 +08:00
Haojun Liao
db00d25b9b fix(query): add one more check for null pointer. 2022-05-04 14:34:38 +08:00
yihaoDeng
5ed7b44b16 enh(index): support index filter 2022-05-04 12:35:05 +08:00
Haojun Liao
05bd6a52c2 refactor: do some internal refactor. 2022-05-03 23:52:17 +08:00
Haojun Liao
ad3075db1e refactor: do some internal refactor. 2022-05-03 23:23:49 +08:00
Haojun Liao
d20d78729e
Merge pull request #12097 from taosdata/feature/3.0_liaohj
fix(query): set the correct primary timestamp column for state window operator.
2022-05-03 22:14:28 +08:00
yihaoDeng
dc6bdab4e4 enh(index): add prefix query 2022-05-03 21:56:05 +08:00
yihaoDeng
8e7cf4a661 enh(index): add prefix query 2022-05-03 20:14:53 +08:00
yihaoDeng
6a7630e040 enh(index): add prefix query 2022-05-03 18:18:11 +08:00
Haojun Liao
90202c7221 fix(query): set the timewindow value for the result of partition by operator. 2022-05-03 15:39:46 +08:00
Haojun Liao
231b0c6cb5 fix(query): set the correct primary timestamp column for state window operator. 2022-05-03 15:33:24 +08:00
Haojun Liao
3438ed13f3 refactor: do some internal refactor. 2022-05-03 15:27:13 +08:00
Haojun Liao
9adc1ed8ac refactor: do some internal refactor. 2022-05-03 15:04:34 +08:00
Haojun Liao
0799a5eaf7 refactor: do some internal refactor. 2022-05-03 14:43:53 +08:00
Haojun Liao
6b5ca95d65
Merge pull request #12096 from taosdata/feature/3.0_liaohj
enh(query): time window interpolation is valid for interval query.
2022-05-03 14:37:50 +08:00
Haojun Liao
b2e7a161ab refactor: remove some comments. 2022-05-02 23:59:59 +08:00
Haojun Liao
ffbf455fee enh(query): time window interpolation for interval query. 2022-05-02 23:52:32 +08:00
yihaoDeng
26f2d342b0 enh(index): add prefix query 2022-05-02 22:15:51 +08:00
Yihao Deng
13b42a00fa
Merge pull request #12089 from taosdata/enh/supportIdxFilter
enh(index): support index filter
2022-05-02 10:15:38 +08:00
yihaoDeng
ee5b67a965 enh(index): support index filter 2022-05-01 22:20:24 +08:00
Haojun Liao
f096f27ce8 refactor: do some internal refactor. 2022-05-01 15:22:28 +08:00
Haojun Liao
7cecc3418c
Merge pull request #12077 from taosdata/feature/3.0_liaohj
fix(query): update the capacity for ssdatablock when merge new blocks.
2022-04-30 16:09:04 +08:00
Haojun Liao
498cbc62fc fix(query): update the capacity for ssdatablock when merge new blocks. 2022-04-30 15:13:18 +08:00
Xiaoyu Wang
408929ec4b
Merge pull request #12074 from taosdata/feature/3.0_wxy
feat: fill physical plan
2022-04-30 14:29:27 +08:00
Xiaoyu Wang
cdfe9929c8 feat: fill physical plan 2022-04-30 14:07:44 +08:00
Haojun Liao
0ebd90b549 fix(query): set the correct primary timestamp column for first/last function. 2022-04-30 13:48:07 +08:00
Xiaoyu Wang
913354057e feat: fill physical plan 2022-04-30 11:40:12 +08:00
Haojun Liao
ca786a9251
Merge pull request #12065 from taosdata/feature/3.0_liaohj
enh(query): enable check sma status for each column in query.
2022-04-29 20:49:46 +08:00
Haojun Liao
4b761380b2 Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-29 20:27:09 +08:00
Haojun Liao
c71c88a719 enh(query): enable check sma status for each column in query. 2022-04-29 20:07:33 +08:00
Haojun Liao
210e9cdbd8
Merge pull request #12059 from taosdata/feature/3.0_liaohj
fix(query): avoid to build dummy value column in group by constant value.
2022-04-29 18:48:19 +08:00
Haojun Liao
eecd01dc9a refactor: do some internal refactor. 2022-04-29 16:46:01 +08:00
54liuyao
b2dd293568 stream supports filter 2022-04-29 16:30:43 +08:00
Yihao Deng
39a129aee5
Merge pull request #12035 from taosdata/feat/refactor-index
refactor(index): refactor index code
2022-04-29 11:55:56 +08:00
Haojun Liao
45e8eeb9f8
Merge pull request #12038 from taosdata/feature/3.0_liaohj
refactor(query): remove redundant attributes in some structs.
2022-04-29 10:41:15 +08:00
Cary Xu
0bac6edfd6
Merge pull request #12032 from taosdata/feature/TD-13066-3.0
feat: migrate tsdb read interface to vnode
2022-04-29 09:32:35 +08:00
Haojun Liao
2a696d2790 fix(query): add one more attribute in SSDataBlock. 2022-04-29 08:49:31 +08:00
yihaoDeng
60b05c8a51 refactor(index): refactor index code 2022-04-28 23:32:14 +08:00
Cary Xu
5afaaaf4a9 feat: migrate tsdb read interface to vnode 2022-04-28 21:22:40 +08:00
Haojun Liao
f6fbbdfc5f other: merge 3.0 2022-04-28 18:13:41 +08:00
Haojun Liao
d9aa35ecfe fix(query): revise the output data column info in the exchange operator to be adaptable for the case of extensive datablocks. 2022-04-28 18:08:56 +08:00
Liu Jicong
58ee66a8e8
Merge pull request #12013 from taosdata/feature/tq
fix: memory error
2022-04-28 17:54:10 +08:00
Liu Jicong
3ae3fd65e8 fix: memory error 2022-04-28 16:31:35 +08:00
Haojun Liao
96363c411d other: merge 3.0 2022-04-28 15:40:03 +08:00
Haojun Liao
47a9b26507 fix(query): show tables in information_schema db. 2022-04-28 15:30:18 +08:00
shenglian zhou
00509d0edf udaf integrate into function framework 2022-04-28 14:43:54 +08:00
Haojun Liao
707be3a826
Merge pull request #11965 from taosdata/feature/3.0_liaohj
fix(query): the null value is missing when merging two SColumnInfoData.
2022-04-27 20:50:10 +08:00
Haojun Liao
8c911a34ec Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-27 20:24:49 +08:00
Haojun Liao
878bb18d08 fix(query): the null value is missing when merging two SColumnInfoData. 2022-04-27 19:59:50 +08:00
Haojun Liao
b159b0ff12
Merge pull request #11957 from taosdata/feature/3.0_liaohj
fix(query): enable the limitation on the number of query results
2022-04-27 19:24:27 +08:00
Haojun Liao
d41a9e8bf0 fix(query): enable the limitation on each group by using limit/offset. 2022-04-27 18:43:46 +08:00
Haojun Liao
1c08688da2 fix(query): return object instead of free it when error happens. 2022-04-27 18:12:26 +08:00
Haojun Liao
7c6bc10760 fix(query): enable the limitation on the number of query results within each group. 2022-04-27 17:52:39 +08:00
afwerar
bf9ab440a7 fix(os): fix new compilation errors. 2022-04-27 17:39:54 +08:00
Haojun Liao
3db512e08f refactor(query): do some internal refactor. 2022-04-27 16:37:19 +08:00
Haojun Liao
0444f0835e fix(query): add super table related information in show tables; 2022-04-27 15:31:04 +08:00
Haojun Liao
d62ddcf2db enh(query): add more information for the result of show tables. 2022-04-27 15:17:15 +08:00
Haojun Liao
02cee2ba62 refactor: do some internal refactor. 2022-04-27 10:11:32 +08:00
Haojun Liao
c0b7b1302b refactor: do some internal refactor. 2022-04-27 09:27:12 +08:00
Haojun Liao
09fc0b791d refactor: do some internal refactor. 2022-04-26 20:26:32 +08:00
Haojun Liao
723a6bd909 Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-26 17:52:14 +08:00
Haojun Liao
0f4da0ef57 fix(query): copy the hasNull attribute to destination SColumnInfoData. 2022-04-26 17:34:00 +08:00
Hongze Cheng
15127f3a97 Merge branch '3.0' of https://github.com/taosdata/TDengine into vnode_refact_merge 2022-04-26 09:19:30 +00:00
Haojun Liao
cdbfe53c13
Merge pull request #11884 from taosdata/feature/3.0_liaohj
fix(query): add an null ptr check
2022-04-26 15:59:35 +08:00
Haojun Liao
3461d97b25 fix(query): reset the block id before apply the filter. 2022-04-26 15:24:46 +08:00
Hongze Cheng
9204992516 Merge branch '3.0' of https://github.com/taosdata/TDengine into vnode_refact_merge 2022-04-26 06:54:14 +00:00
afwerar
dce677a72d fix(os): fix window compilation errors. 2022-04-26 14:11:16 +08:00
Haojun Liao
842b75cd9d Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-26 14:10:45 +08:00
Haojun Liao
ab390ecee1 fix(query): add a null ptr check 2022-04-26 14:10:25 +08:00
Hongze Cheng
1c968f0bb0 make mrege compilable 2022-04-26 05:53:18 +00:00
Haojun Liao
13feb7dad9 refactor(query): do some internal refactor. 2022-04-26 13:53:11 +08:00
Hongze Cheng
6fe299cdcd Merge branch '3.0' of https://github.com/taosdata/TDengine into vnode_refact_merge 2022-04-26 05:49:42 +00:00
Haojun Liao
9b40ec72d6 fix(query): handle the optimized order by in tablescan operator. 2022-04-26 13:09:29 +08:00
Haojun Liao
43cdc8d878
Merge pull request #11840 from taosdata/feature/3.0_liaohj
fix(query): get the correct data block column number.
2022-04-25 17:53:31 +08:00
Haojun Liao
56f3c9bf61 fix(query): get the correct data block column number. 2022-04-25 17:12:28 +08:00
Haojun Liao
0468b12d56
Merge pull request #11839 from taosdata/feature/3.0_liaohj
refactor(query): do some internal refactor.
2022-04-25 17:09:14 +08:00
Haojun Liao
57b492624b refactor(query): do some internal refactor. 2022-04-25 16:44:48 +08:00
Cary Xu
d44611e220 feat: block wise sma aggr query 2022-04-25 15:58:44 +08:00
Ganlin Zhao
9122fb077b
Merge pull request #11828 from taosdata/fix/TD-15116
fix(query): count function result on stable inconsistant with normal table
2022-04-25 15:22:56 +08:00
Ganlin Zhao
970f2d788e fix(query): count function result on stable inconsistant with normal
table

TD-15116
2022-04-25 14:47:54 +08:00
Haojun Liao
7968144c5c refactor(query): do some internal refactor. 2022-04-25 10:22:48 +08:00
Haojun Liao
199a3610f7 fix: fix some syntax errors. 2022-04-25 09:44:39 +08:00
Haojun Liao
5eed1159b1 other: merge 3.0 2022-04-25 09:16:37 +08:00
Xiaoyu Wang
6d8566cad8
Merge pull request #11807 from taosdata/feature/3.0_wxy
enh: order by primary key optimize
2022-04-24 20:59:15 +08:00
Haojun Liao
1d681a9e4b enh(query): Add the group id in the serialized block format to support the multi-table(super table) interval query. 2022-04-24 20:48:42 +08:00
Ganlin Zhao
4ea06b37be
Merge pull request #11805 from taosdata/fix/TD-15107
fix(query): fix sum,count,max,min function no output when input is constant value
2022-04-24 20:39:51 +08:00
Xiaoyu Wang
755e0a6456 merge 3.0 2022-04-24 20:14:00 +08:00
Ganlin Zhao
8181ef84db fix(query): fix sum,count,max,min function no output when input is constant value
TD-15107
2022-04-24 19:21:09 +08:00
Xiaoyu Wang
809a78b06e enh: order by primary key optimize 2022-04-24 18:05:28 +08:00
Hongze Cheng
588fd84853 refact meta 2022-04-24 06:19:12 +00:00
yihaoDeng
b384167087 enh(rpc): fix hb problem 2022-04-23 18:29:45 +08:00
Haojun Liao
4b36763429 refactor(query): do some internal refactor. 2022-04-22 22:43:07 +08:00
Haojun Liao
978b369e8b fix(query): set timestamp window for the returned datablock. 2022-04-22 22:40:19 +08:00
Haojun Liao
d83ce4044a
Merge pull request #11754 from taosdata/feature/3.0_liaohj
fix(driver): the user specified port that is in taos_connect API isn't active.
2022-04-22 19:33:23 +08:00
Haojun Liao
e28b75b8d4 refactor(query): do some internal refactor. 2022-04-22 15:07:20 +08:00
Liu Jicong
af1b5138e6
Merge pull request #11736 from taosdata/feature/tq
feat(tmq): add db subscribe
2022-04-22 11:29:46 +08:00
Liu Jicong
9a3365e1f1 fix pointer type 2022-04-22 10:59:09 +08:00
Liu Jicong
d51336384f feat(tmq): add db subscribe 2022-04-22 10:55:17 +08:00
afwerar
fc24521621 fix(os): windows compile 3.0. 2022-04-22 09:54:27 +08:00
Haojun Liao
20111df8e3 fix(query): comment unused codes. 2022-04-21 18:04:30 +08:00
Haojun Liao
fc799fa115 other: merge 3.0 2022-04-21 17:51:00 +08:00
Haojun Liao
9a038322b6 refactor(query): do some internal refactor. 2022-04-21 17:44:08 +08:00
Haojun Liao
a6e8ad6e4a fix(query): if one vgroup has no tables, query against this vgroup will receive unexpected error. 2022-04-21 17:43:46 +08:00
Liu Jicong
3dd3ad1e05 refactor(tmq): rewrite tq read function 2022-04-21 14:30:37 +08:00
Haojun Liao
43b5bf8333 refactor(query): refactor stream scanner to be adaptive to be involved schema. 2022-04-21 14:09:00 +08:00
Haojun Liao
e14142d114 refactor(query): do some internal refactor. 2022-04-21 13:57:32 +08:00
Haojun Liao
46a3a58fac refactor:do some internal refactor. 2022-04-20 20:41:53 +08:00
Haojun Liao
490f7f3b14
Merge pull request #11664 from taosdata/feature/3.0_liaohj
fix(query): fix invalid write in distinct query.
2022-04-20 16:15:22 +08:00
Haojun Liao
343988beeb refactor: do some internal refactor. 2022-04-20 14:59:06 +08:00
Haojun Liao
1f92000c48 fix(query): fix invalid write in distinct query. 2022-04-20 14:58:32 +08:00
Shengliang Guan
76883aa42f refactor: check db options 2022-04-20 10:25:03 +08:00
Haojun Liao
f25a72e5c3 fix(query): fix the crash caused by the complex having clause in which an scalar function is nested with an aggregate function in group by query. 2022-04-19 18:45:28 +08:00
Haojun Liao
1c94bbb5e4 enh(query): set the status of stream scan operator. 2022-04-19 16:11:16 +08:00
Haojun Liao
a036d2f3ff fix(query): fix the bug caused by refactor in first/last function implementation. 2022-04-19 13:07:23 +08:00
Haojun Liao
2305b05869 refactor(query): do some internal refactor for executor. 2022-04-19 10:12:30 +08:00
Haojun Liao
9d1a9d9510 fix(query): avoid the output result overlap within the project operator buffer. 2022-04-18 19:27:41 +08:00
Haojun Liao
9864e367bb refactor(query): do some internal refactor in executor. 2022-04-18 18:47:59 +08:00
Haojun Liao
dc76f2e91a refactor: refactor hash module to invoke the freeFp when destroying the hash node. 2022-04-18 17:32:50 +08:00
Haojun Liao
ea8832baa5 Merge branch 'fix/valgrind' into feature/3.0_liaohj 2022-04-18 14:30:10 +08:00
Haojun Liao
781fbce942 fix(query): fix bug caused by new completed query function. 2022-04-18 12:07:04 +08:00
Haojun Liao
e91233f5eb fix(query): set the correct flag to denote the initialization status. 2022-04-18 11:01:07 +08:00
Haojun Liao
7429f37c0c fix(query): fix bug in calculating the aggregate function with constant numeric value as input parameter. 2022-04-18 10:46:07 +08:00
Zhiqiang Wang
d8feae98b2
Merge pull request #11571 from taosdata/fix/ZhiqiangWang/TD-13877-fix-use-static-taos-lib
fix(build): use static taos lib.
2022-04-17 20:20:01 +08:00
Yihao Deng
487d45c0de
Merge pull request #11561 from taosdata/feature/tag_filter_oper
enh: add tag index filter impl
2022-04-17 14:16:34 +08:00
Haojun Liao
f0463a6a58 test: temporarily disable some invalid cases. 2022-04-16 22:50:08 +08:00
afwerar
dea51ba364 fix(build): use static taos lib. 2022-04-16 20:46:51 +08:00
yihaoDeng
25837faf28 enh: add multi filter merge 2022-04-16 20:35:18 +08:00
Haojun Liao
902fcb0c0b refactor(query): refactor code. 2022-04-16 19:10:21 +08:00
Haojun Liao
30602b8cfb Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-16 19:02:08 +08:00
yihaoDeng
fe367b5ef4 enh: add tag index filter impl 2022-04-16 17:56:06 +08:00
Xiaoyu Wang
c40b590ad8 enh: window clause validity check 2022-04-16 17:27:54 +08:00
yihaoDeng
9fae339710 enh: add tag index filter impl 2022-04-16 16:35:24 +08:00
Haojun Liao
d40f830b77 enh(query): optimize the data block load algorithm in table scan operator. 2022-04-16 16:06:48 +08:00
Haojun Liao
be4d72bf80 refactor(query): refactor executor module to optimization the block load filter routine. 2022-04-16 15:15:28 +08:00
Haojun Liao
34c125e1bb fix(query): fix bug in employing sma data during aggregate process. 2022-04-16 11:47:50 +08:00
Haojun Liao
fd9e520865 other: merge 3.0 branch to resolve conflict. 2022-04-16 10:07:28 +08:00
Haojun Liao
53ff8c113e fix(query): add a little bit more check when build SqlFunctionCtx. 2022-04-16 10:04:33 +08:00
Haojun Liao
597cba3aff fix(query): enable to employ the scalar function as the parameter of the aggregate function. 2022-04-16 10:00:25 +08:00
Haojun Liao
e6a4af8ed8 refactor(query): refactor the executor module of query. 2022-04-15 23:02:26 +08:00
yihaoDeng
acc12943b8 validate tag filter status 2022-04-15 22:17:22 +08:00
Yihao Deng
4b729ada42
Merge branch '3.0' into feature/tag_filter_oper 2022-04-15 21:42:46 +08:00
yihaoDeng
a172f11e24 add tag index filter 2022-04-15 21:38:56 +08:00
Haojun Liao
774e4ad62c enh(query): add more load conditions check before load data block from file. 2022-04-15 20:06:27 +08:00
Haojun Liao
078c48a50a other:fix syntax error. 2022-04-15 18:25:24 +08:00
Haojun Liao
5029cd67b2 ehn(query): add the file data block load optimization check. 2022-04-15 18:06:49 +08:00
Haojun Liao
684db8eba8 refactor(query): refactor some variable name and macro definitions. 2022-04-15 14:01:43 +08:00
Haojun Liao
d2761b4114 ehn(query): refactor c driver codes. 2022-04-15 12:09:27 +08:00
Haojun Liao
2b2c2ad5c1 Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-15 09:07:36 +08:00
yihaoDeng
46ec8300d9 enh: add tag filter operator 2022-04-14 22:32:49 +08:00
Haojun Liao
c490820b09 feat(query): add the merge join operator for child table inner join. 2022-04-14 22:12:10 +08:00
Shengliang Guan
83a824a14d Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-14 20:56:57 +08:00
Shengliang Guan
2635df084d refact<cluster>: adjust show types 2022-04-14 20:54:43 +08:00
Haojun Liao
79596698ab other: resolve conflict with 3.0 branch. 2022-04-14 16:51:46 +08:00
Haojun Liao
928a977354 ehn(query): enhance the api of ssdatablock to support copy data while clone a new ssdatablock. 2022-04-14 15:33:37 +08:00
Ganlin Zhao
4eb20bda19
Merge pull request #11478 from taosdata/feature/TD-14243
feat(query): add today()/today() + duration in insert clause
2022-04-14 15:01:26 +08:00
Haojun Liao
0252fa49db ehn(query): remove some redundant codes in executor. 2022-04-14 14:39:28 +08:00
Haojun Liao
33e51fda3e ehn(query): refactor the executor module. 2022-04-14 14:34:02 +08:00
Haojun Liao
3457a5e5af other: merge 3.0 2022-04-14 13:23:09 +08:00
Ganlin Zhao
b355e2b3c8 feat(query): add today()/today() + duration in insert clause
TD-14243
2022-04-14 12:53:59 +08:00
afwerar
332b5504a2 fix(grant): change the way taosd calls grant. 2022-04-14 11:53:02 +08:00
Haojun Liao
e0654bac73 Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-14 11:43:36 +08:00
Haojun Liao
9c9e980ec0 test(query): update tsim test scripts. 2022-04-14 11:36:06 +08:00
Xiaoyu Wang
ac1673fc71
Merge pull request #11463 from taosdata/feature/3.0_wxy
feat(query): distributed splitting of child/normal table JOIN
2022-04-13 19:43:01 +08:00
Haojun Liao
5a0a036770 other: merge 3.0 2022-04-13 19:32:49 +08:00
Haojun Liao
bcbc8618d2 ehn(query): refactor show module in mnode. 2022-04-13 19:27:47 +08:00
Xiaoyu Wang
13735d7257 feat(query): distributed splitting of child/normal table JOIN 2022-04-13 19:04:25 +08:00
Liu Jicong
1a13affb13 Merge branch '3.0' into feature/tq 2022-04-13 16:05:02 +08:00
Liu Jicong
03d7201d47 feat: support tmq msg parse 2022-04-13 16:00:30 +08:00
Haojun Liao
739c4e3815 enh(query): Get the precise size of SSDatablock when allocating memory buffer. 2022-04-12 18:28:43 +08:00
Haojun Liao
684a1f23ad
Merge pull request #11424 from taosdata/feature/3.0_liaohj
fix(query): handle crash of taosd caused by a complex expression in GROUP BY clauses.
2022-04-12 18:20:28 +08:00
Haojun Liao
e10794169e Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-12 18:19:40 +08:00
Haojun Liao
b9bf2515f5 fix(query): handle crash of taosd caused by a complex expression in GROUP BY clauses. 2022-04-12 17:55:17 +08:00
Haojun Liao
fac649403a Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-12 14:28:55 +08:00
Haojun Liao
ec0637df8d
Merge pull request #11412 from taosdata/feature/3.0_liaohj
fix(query): load the null data in nchar/binary columns.
2022-04-12 14:26:01 +08:00
Haojun Liao
9899a5e6b0 fix(query): load the null data in nchar/binary columns. 2022-04-12 13:16:36 +08:00
Liu Jicong
db796f9e7f merge from 3.0 2022-04-12 10:59:13 +08:00
Liu Jicong
bc6a466b36 refactor TAOS_RES process 2022-04-12 10:45:34 +08:00
WANG MINGMING
bc9157a6a2
Merge pull request #11387 from taosdata/feature/TD-14222-new
refactor: add encode/decode logic for operator result info
2022-04-11 18:17:32 +08:00
Xiaoyu Wang
147675c71f
Merge pull request #11385 from taosdata/feature/3.0_wxy
enh: set datablock desc timestamp precision, and fix the bug of constant calculation
2022-04-11 18:05:43 +08:00
wangmm0220
bc4e73a3dd feat: optimize encode/decode resultRow 2022-04-11 17:55:53 +08:00
wangmm0220
45b766cd35 feat: optimize encode/decode resultRow 2022-04-11 17:35:17 +08:00
wangmm0220
78fd2d3a3e feat: optimize encode/decode resultRow 2022-04-11 17:30:27 +08:00
wangmm0220
4961b6ab8e feat: optimize encode/decode resultRow 2022-04-11 17:08:13 +08:00
Xiaoyu Wang
e30d114c7b set datablock desc timestamp precision 2022-04-11 16:27:42 +08:00
Haojun Liao
c18810402c
Merge pull request #11376 from taosdata/feature/3.0_liaohj
fix[query]:fix memory invalid write in group by nchar data.
2022-04-11 15:24:25 +08:00
Haojun Liao
b223010bdd fix[query]:fix memory invalid write in group by nchar data. 2022-04-11 14:54:16 +08:00
wangmm0220
8e42ce1d27 fix:fix conflict merge from 3.0 2022-04-11 14:12:53 +08:00
wangmm0220
9a543fb331 feat:fix error in result row 2022-04-11 14:09:47 +08:00
Haojun Liao
c828ed3793
Merge pull request #11369 from taosdata/feature/3.0_liaohj
test[query]:update the script.
2022-04-11 11:10:02 +08:00
Haojun Liao
ca5d5ca7bb test[query]:update the script. 2022-04-11 10:44:37 +08:00
afwerar
2662a3b69d [TD-13254]<fix>: make 3.0 grant. 2022-04-10 19:08:16 +08:00
Haojun Liao
1df069814a feat[query]:add time slice operator. 2022-04-10 15:35:09 +08:00
Haojun Liao
08f0b05721 <fix>[query]:fix bug in filter, and update a query related test script. 2022-04-09 23:28:16 +08:00
Haojun Liao
20b36401ac fix[query]:fix limit/offset bug. 2022-04-09 19:03:31 +08:00
Haojun Liao
d6338ca773
Merge branch '3.0' into feature/3.0_liaohj 2022-04-09 18:30:05 +08:00
Shengliang Guan
2a88060067 feat[cluster]: create and drop snode bnode 2022-04-09 17:52:29 +08:00
dapan1121
ac60b0408a
Merge pull request #11342 from taosdata/feature/qnode
feature/qnode
2022-04-09 17:13:07 +08:00
Liu Jicong
59945477ab merge from 3.0 2022-04-09 16:47:10 +08:00
Liu Jicong
5189643909 extract compressed col data format 2022-04-09 16:44:31 +08:00
Haojun Liao
6a245710c9 other: merge 3.0 branch. 2022-04-09 16:24:44 +08:00
Haojun Liao
208f639806 feature[query]:refactor show query processing in mnode. 2022-04-09 16:19:08 +08:00
dapan1121
3295507835 feature/qnode 2022-04-09 16:14:01 +08:00
wangmm0220
80d5c856ea <feature>:merge from 3.0 2022-04-09 16:08:10 +08:00
Haojun Liao
bece2cbd35 <feat>[query]: add the state window operator implementation. 2022-04-09 15:01:28 +08:00
dapan1121
f207646a64
Merge pull request #11338 from taosdata/feature/qnode
feature/qnode
2022-04-09 14:38:58 +08:00
dapan1121
257b729757 feature/qnode 2022-04-09 13:36:36 +08:00
Haojun Liao
1d51e42b0e <fix>[query]:fix some syntax errors. 2022-04-09 13:10:55 +08:00
Haojun Liao
6af7e1810f Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-09 11:56:45 +08:00
Haojun Liao
2523445452 <fix>[query]: refactor. 2022-04-09 11:55:59 +08:00
wangmm0220
388ab2f50d <fix>:fix compile error 2022-04-09 10:31:15 +08:00
WANG MINGMING
41392e9e4a
Merge branch '3.0' into feature/TD-14422 2022-04-09 10:18:52 +08:00
Haojun Liao
94e19cc32a <fix>[query]: fix scalar function calculate bug in scalar module. td-14576 2022-04-09 10:10:56 +08:00
Haojun Liao
8a62f5fa73 <fix>[query]: fix filter caused taosd crash.td-14566. 2022-04-08 19:41:55 +08:00
Haojun Liao
126658bf80
Merge pull request #11313 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-04-08 19:33:58 +08:00
Haojun Liao
cf9e0be1c9 [td-14493] support slimit/soffset 2022-04-08 17:37:57 +08:00
WANG MINGMING
bcbba6d0ae
Merge branch '3.0' into feature/TD-14422 2022-04-08 17:28:03 +08:00
dapan1121
519b6ca0f3
Merge pull request #11305 from taosdata/feature/qnode
Feature/qnode
2022-04-08 17:21:33 +08:00
wangmm0220
bd3a7838c0 Merge branch '3.0' into feature/TD-14422 2022-04-08 16:53:56 +08:00
wangmm0220
460d43f22c <fix>: fix index map error from table scan to sort output 2022-04-08 16:53:09 +08:00
Haojun Liao
e77ecba753 [td-14493] fix bug in partition by. 2022-04-08 15:31:03 +08:00
wangmm0220
65a2131493 <fix>: fix index map error from table scan to sort output 2022-04-08 14:40:02 +08:00
wangmm0220
1f8d2ea446 <fix>: fix index map error from table scan to sort output 2022-04-08 14:17:32 +08:00
Hongze Cheng
6faaafb7a2 remove tsdb.h and meta.h 2022-04-08 06:09:15 +00:00
Haojun Liao
28456a034c Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-08 13:13:38 +08:00
Haojun Liao
f700e4746c [td-14393] fix bug. 2022-04-08 13:09:44 +08:00
wangmm0220
8df8c60f60 merge from 3.0 2022-04-08 10:58:39 +08:00
dapan1121
b0184c201f feature/qnode 2022-04-08 10:27:27 +08:00
Haojun Liao
b984e12e4c [td-14493] support partition by 2022-04-08 10:24:35 +08:00
Ganlin Zhao
aa2396acca
Merge pull request #11295 from taosdata/fix/TD-14572
[TD-14572]<fix>: fix char_length result when nchar column has chinese characters
2022-04-07 19:45:08 +08:00
Ganlin Zhao
f22574262a [TD-14572]<fix>: fix char_length result when nchar column has chinese characters 2022-04-07 18:53:34 +08:00
Ganlin Zhao
bb847e87bd [TD-14572]<fix>: fix char_length result when nchar column has chinese characters 2022-04-07 18:49:33 +08:00
wangmm0220
bb18e3c485 fix error in sort logic 2022-04-07 17:50:06 +08:00
Cary Xu
c3b5f435b0 tsma integration with stream computing 2022-04-07 17:13:55 +08:00
Ganlin Zhao
c0b2e2caa0 fix taosd crash issue 2022-04-07 16:13:34 +08:00
Haojun Liao
628096b3dd
Merge pull request #11285 from taosdata/feature/3.0_liaohj
[td-14493] add new api.
2022-04-07 15:24:59 +08:00
Haojun Liao
945de54b68 [td-14493] add new api. 2022-04-07 14:51:52 +08:00
Haojun Liao
52ada128d8
Merge pull request #11280 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-04-07 14:41:23 +08:00
Haojun Liao
c84afedce0 [td-14493] refactor. 2022-04-07 13:57:47 +08:00
wangmm0220
225cf61845 merge from 3.0 2022-04-07 11:31:50 +08:00
Ganlin Zhao
264ebbd495
Merge pull request #11274 from taosdata/fix/TD-14525
[TD-14525]<fix>: fix taosd crash if scalar function has constant param
2022-04-07 10:50:12 +08:00
Haojun Liao
ba29bc21f4
Merge pull request #11268 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-04-07 10:48:45 +08:00
Ganlin Zhao
772a5d114a [TD-14525]<fix>: fix taosd crash if scalar function has constant param 2022-04-07 10:30:41 +08:00
Ganlin Zhao
cd972fdb00 [TD-14525]<fix>: fix taosd crash if scalar function has constant param 2022-04-07 10:26:18 +08:00
Haojun Liao
94b7081e97 [td-14493] fix bug found by regression test. 2022-04-07 10:24:22 +08:00
Haojun Liao
50f0ab05ff [td-14493] support distinct. 2022-04-06 23:00:32 +08:00
Hongze Cheng
f739e7c32a
Merge pull request #11258 from taosdata/feature/meta
Feature/meta
2022-04-06 20:02:48 +08:00
wangmm0220
288b50aef2 fix error in sort logic 2022-04-06 19:53:17 +08:00
wangmm0220
4cc93f9984 fix error in sort logic 2022-04-06 19:51:28 +08:00
wangmm0220
c9de8b3b15 fix error in sort logic 2022-04-06 19:50:24 +08:00
Haojun Liao
d4d210af5b [td-14493] support distinct. 2022-04-06 19:46:38 +08:00
wangmm0220
83eacf8d07 merge from 3.0 2022-04-06 18:38:19 +08:00
wangmm0220
aced34c438 fix error in sort operation 2022-04-06 18:30:25 +08:00
Haojun Liao
6f26d1771c Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-06 18:30:12 +08:00
Haojun Liao
21b94f4caf [td-14393] refactor. 2022-04-06 18:29:08 +08:00
Haojun Liao
09824c4934 [td-14493] set correct primary timestamp column index. 2022-04-06 18:26:35 +08:00
Haojun Liao
af32cfcaef
Merge pull request #11262 from taosdata/feature/3.0_liaohj
[td-14493] support having in group by
2022-04-06 18:25:52 +08:00
Haojun Liao
6863999ec5 [td-14493] support having in group by 2022-04-06 17:59:08 +08:00
wangmm0220
4bc0e507da modify test case 2022-04-06 17:10:51 +08:00
wangmm0220
f72c983792 modify test case 2022-04-06 16:56:13 +08:00
wangmm0220
865a13c1c2 fix error in sort logic 2022-04-06 16:46:26 +08:00
Hongze Cheng
0cfbca6284 Merge branch 'feature/tdb' of https://github.com/taosdata/TDengine into feature/meta 2022-04-06 08:44:38 +00:00
Hongze Cheng
cf727c9db3 fix show tables problem 2022-04-06 07:54:52 +00:00
wangmm0220
78acaed84e fix error in sort logic 2022-04-06 15:44:14 +08:00
dapan1121
2b5c4788d1 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-04-06 15:28:36 +08:00
dapan1121
398a41d09b feature/qnode 2022-04-06 15:20:38 +08:00
wangmm0220
9b66bb1682 optimize sort logic & fix memory leak 2022-04-06 14:32:07 +08:00
wangmm0220
ff21ecd364 optimize sort logic & fix memory leak 2022-04-06 11:43:17 +08:00
dapan1121
21542194c6 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-04-06 11:32:46 +08:00
dapan1121
2c6dec89d2 feature/qnode 2022-04-06 11:32:21 +08:00
Haojun Liao
a4c7e78d5f [td-14393] refactor. 2022-04-06 11:01:09 +08:00
Haojun Liao
78b1bf27b6 [td-14393] refactor. 2022-04-06 10:09:14 +08:00
Haojun Liao
ddc63b9f27 [td-14393] fix error. 2022-04-04 15:45:32 +08:00
Haojun Liao
f7ba0c31d8 [td-14393] refactor. 2022-04-04 14:54:39 +08:00
wangmm0220
411086c811 fix error in sort operation 2022-04-03 10:42:55 +08:00
Haojun Liao
e7e5fd4345 [td-14393] support percentile function. 2022-04-02 23:42:00 +08:00
Xiaoyu Wang
aaf35118f6
Merge pull request #11222 from taosdata/feature/3.0_wxy
integrate constant calculate
2022-04-02 20:35:10 +08:00
Haojun Liao
b0310c90eb [td-14393] support percentile. 2022-04-02 20:13:48 +08:00
Xiaoyu Wang
469cd23f43 integrate constant calculate 2022-04-02 07:57:44 -04:00
dapan1121
27a3a1d782 feature/qnode 2022-04-02 19:31:52 +08:00
wangmm0220
5aa3467e2b merge from 3.0 2022-04-02 19:02:45 +08:00
wangmm0220
9f959e17f8 fix error in order by logic 2022-04-02 18:53:13 +08:00
wangmm0220
e7585db216 fix error in order by logic 2022-04-02 18:52:41 +08:00
wangmm0220
eba69fdb91 fix error in order by logic 2022-04-02 16:03:48 +08:00
Haojun Liao
29fd5ec11e [td-14393] fix bug. 2022-04-02 15:42:45 +08:00
Haojun Liao
cf25aca809 [td-13039] refactor. 2022-04-02 15:08:48 +08:00
wangmm0220
12c3a10a9b fix error in order by logic & fix no return error 2022-04-02 14:29:43 +08:00
Haojun Liao
9a5123c64f [td-13039] add times for session window 2022-04-02 13:32:26 +08:00
Haojun Liao
55f93d2179 [td-14393] refactor and support filter condition in where clause. 2022-04-02 10:43:28 +08:00
Haojun Liao
751cad9c2a [td-14393] fix bug. 2022-04-01 20:19:40 +08:00
dapan1121
7602f91612 feature/qnode 2022-04-01 19:45:45 +08:00
Haojun Liao
9d16e86277 [td-13039] refactor. 2022-04-01 19:11:14 +08:00
Haojun Liao
7b3e488173 [td-13039] fix bug. 2022-04-01 18:08:36 +08:00
Haojun Liao
60c472df19 [td-13039] refactor. 2022-04-01 17:22:34 +08:00
Haojun Liao
7b0dfc6c4e [td-13039] support limit/offset 2022-04-01 17:21:24 +08:00
Haojun Liao
3846250454 [td-13039] fix query crash. 2022-04-01 16:09:00 +08:00
Haojun Liao
14d8c5f7f1 [td-14440] fix bug. 2022-04-01 10:44:34 +08:00
wangmm0220
69a5e55a24 [TD-14422]<fix> fix error in sort logic & add test case 2022-04-01 10:05:16 +08:00
wangmm0220
878e54f143 fix test error 2022-03-31 22:23:12 +08:00
Haojun Liao
869b0b99a9 [td-13039] fix bug. 2022-03-31 17:59:41 +08:00
Haojun Liao
02e097dc5c [td-14426] fix bug. 2022-03-31 17:36:51 +08:00
Haojun Liao
810cfefddc [td-13039] fix bug found by compiling. 2022-03-31 16:28:59 +08:00
Haojun Liao
847775c48d [td-13039] refactor. 2022-03-31 16:10:32 +08:00
wangmm0220
7d4775ddd3 merge from 3.0 2022-03-31 11:48:58 +08:00
Haojun Liao
387cfe8d45 [td-13039] fix bug in stream interval query. 2022-03-30 19:38:30 +08:00
Haojun Liao
c39595639c [td-14392] fix show bug. 2022-03-30 17:09:06 +08:00
Haojun Liao
416952ddf8 [td-13039] fix error found by the compiler. 2022-03-30 15:31:20 +08:00
Haojun Liao
e8f0d4df0b [td-13039] support stream execution interval query. 2022-03-30 14:54:00 +08:00
Haojun Liao
39036ea512 [td-13039] support pseudo column in interval query. 2022-03-30 13:41:15 +08:00
wangmm0220
5b2d664dbf fix conflicts 2022-03-30 10:09:17 +08:00
wangmm0220
bceb557809 rm useless code 2022-03-30 10:05:20 +08:00
Haojun Liao
dba4a72dac [td-13039] support stream execution interval query. 2022-03-29 20:07:38 +08:00
Haojun Liao
dd66affd0a [td-13039] merge 3.0. 2022-03-29 20:05:04 +08:00
Haojun Liao
f659130551 [td-13039] merge 3.0. 2022-03-29 19:12:34 +08:00
Ganlin Zhao
370218220a [TD-14388]<feature>: Support value type parameter processing in scalar function 2022-03-29 18:58:36 +08:00
wangmm0220
c941a2c710 add test for encode/decode ResultRow in group by and interval 2022-03-29 18:16:40 +08:00
Ganlin Zhao
ab831ee814 Merge branch 'feature/3.0_liaohj' of github.com:taosdata/TDengine into feature/3.0_liaohj 2022-03-29 17:31:37 +08:00
Ganlin Zhao
0c243e658e math functions working with shell 2022-03-29 17:30:44 +08:00
Liu Jicong
58352b76e3
Merge pull request #11091 from taosdata/feature/tq
stream set multi input
2022-03-29 16:55:25 +08:00
wangmm0220
226743967a fix conflict 2022-03-29 16:04:14 +08:00
Liu Jicong
4fd6f59092 stream set multi input 2022-03-29 15:24:25 +08:00
Xiaoyu Wang
58149dc47e merge 3.0 2022-03-29 02:56:24 -04:00
Xiaoyu Wang
0f60e644e9 TD-14383 limit/slimit plan implement, and sort plan bugfix 2022-03-29 02:52:40 -04:00
Haojun Liao
14e690348a [td-13039] fix bug in session window agg. 2022-03-29 14:36:08 +08:00
Haojun Liao
0ae4bab0ab [td-13039] refactor. 2022-03-29 13:37:14 +08:00
Haojun Liao
bdbb984894 [td-13039] add new api. 2022-03-29 13:31:17 +08:00
Haojun Liao
b771748eb2 [td-13039] fix bug in sort. 2022-03-29 10:08:21 +08:00
Haojun Liao
6c332af1ae [td-13039] support sort. 2022-03-28 20:11:02 +08:00
Haojun Liao
4b041a8bd4 [td-13039] support order by. 2022-03-28 19:08:07 +08:00
wangmm0220
6a28b750e7 Merge branch '3.0' into feature/TD-14222-new 2022-03-28 11:15:48 +08:00
wangmm0220
b9471b8115 [TD-14222]<feature> add test for encode/decode ResultRow 2022-03-28 11:13:59 +08:00
Haojun Liao
0daa0de073 [td-13039] support scalar function. 2022-03-27 22:43:07 +08:00
Haojun Liao
b9c33dade2 [td-13039] merge 3.0. 2022-03-27 15:30:46 +08:00
Xiaoyu Wang
bef5d75dac bugfix 2022-03-26 21:31:27 -04:00
Haojun Liao
df7c801ef7 [td-13039] refactor. 2022-03-26 22:17:26 +08:00
Haojun Liao
23db83f5f4 [td-13039] support arithmetic query. 2022-03-26 22:13:14 +08:00
Xiaoyu Wang
6c6295bdae merge 3.0 2022-03-26 05:55:01 -04:00
dapan1121
96eee80063 feature/qnode 2022-03-26 15:03:22 +08:00
Haojun Liao
1d52dd9d43 [td-13039] fix bug. 2022-03-26 15:02:29 +08:00
Xiaoyu Wang
f6bcae1913 sort scan cols 2022-03-26 01:39:10 -04:00
dapan1121
9484d25a59 Merge remote-tracking branch 'origin/feature/scheduler' into feature/qnode 2022-03-26 09:17:05 +08:00
dapan1121
4188934040 feature/qnode 2022-03-26 09:12:47 +08:00
afwerar
222db126bc [TD-13758]<fix>: redefine memory api. 2022-03-26 00:29:53 +08:00
Xiaoyu Wang
75d77eb126 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-03-25 05:15:52 -04:00
Xiaoyu Wang
4e5df8e3c3 bugfix 2022-03-25 05:15:45 -04:00
Xiaoyu Wang
cc0dfeb19a bugfix 2022-03-25 05:00:06 -04:00
Haojun Liao
21a0ee9284 [td-13039] fix bug. 2022-03-25 15:25:09 +08:00
Haojun Liao
693e8784cb
Merge pull request #10992 from taosdata/feature/3.0_liaohj
[td-14285] fix the taosd crash when both interval and sliding exist.
2022-03-25 14:54:57 +08:00
Haojun Liao
67dde1620f [td-14285] fix the taosd crash when both interval and sliding exist. 2022-03-25 14:28:01 +08:00
Haojun Liao
bf124afb7a
Merge pull request #10990 from taosdata/feature/3.0_liaohj
[td-13039]add api for stream computing.
2022-03-25 14:08:59 +08:00
Haojun Liao
b5d011901e [td-14288] fix bug in first query. 2022-03-25 13:45:57 +08:00
Xiaoyu Wang
9765678e75 scan cols sort 2022-03-25 01:41:28 -04:00
Haojun Liao
e4d3f1ad26
Merge pull request #10982 from taosdata/feature/3.0_liaohj
[td-14266] fix interval bug.
2022-03-24 20:07:40 +08:00
Haojun Liao
fb94d2da92 [td-14266] fix bug. 2022-03-24 19:50:54 +08:00
Haojun Liao
afe99b1fdf
Merge pull request #10980 from taosdata/feature/TD-14222-new
add encode/decode resultRow function
2022-03-24 18:16:59 +08:00
Haojun Liao
ba1dd2ca45 [td-13039] merge 3.0. 2022-03-24 17:31:22 +08:00
Haojun Liao
45fec96567 [td-13039] support nchar data type. 2022-03-24 17:26:04 +08:00
wangmm0220
0649e662d3 add encode/decode resultRow function 2022-03-24 17:24:01 +08:00
Xiaoyu Wang
22e3605526 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-03-24 02:40:51 -04:00
Haojun Liao
503300a2bd [td-13039] update test. 2022-03-24 14:21:14 +08:00
Xiaoyu Wang
8e9647a8ab Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-03-24 01:56:20 -04:00
Haojun Liao
e5d7cd15ab Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-03-24 11:16:15 +08:00
Haojun Liao
2b4edcf683 [td-13039] support fill. 2022-03-24 11:15:05 +08:00
Haojun Liao
8204984d0b
Merge pull request #10954 from taosdata/feature/3.0_liaohj
[td-13039] support add group by keys.
2022-03-24 10:28:13 +08:00
Haojun Liao
311e65daa7 [td-13039] support add group by keys. 2022-03-23 22:53:49 +08:00
Xiaoyu Wang
ec5eeea762 reorganize physical plan code 2022-03-23 06:44:02 -04:00
Liu Jicong
f65e297412
Merge pull request #10941 from taosdata/feature/tq
Feature/tq
2022-03-23 17:15:19 +08:00
Liu Jicong
58122d07d7 add stream trigger 2022-03-23 17:00:21 +08:00
Haojun Liao
47d3255190 [td-14192] fix bug 2022-03-23 16:26:18 +08:00
Haojun Liao
6f11fd217e [td-13039] support group by multi-columns. 2022-03-23 15:56:49 +08:00
Haojun Liao
33d5f1ac22
Merge branch '3.0' into feature/3.0_liaohj 2022-03-23 10:02:47 +08:00
Haojun Liao
d82e66b7c2 [td-13039] merge 3.0 and fix bug. 2022-03-22 23:29:38 +08:00
Liu Jicong
7fce1e4c93 Merge branch 'feature/tq' of github.com:taosdata/TDengine into feature/tq 2022-03-22 19:48:59 +08:00
Liu Jicong
c74b88afbb put tq header input vnd 2022-03-22 19:47:57 +08:00
Liu Jicong
af67c49f0e
Merge branch '3.0' into feature/tq 2022-03-22 19:25:55 +08:00
Liu Jicong
afe8439095 fix typo 2022-03-22 19:00:05 +08:00
Liu Jicong
d3104e78ec stream task exec 2022-03-22 18:00:03 +08:00
Xiaoyu Wang
953412238d Merge branch '3.0_query_integrate' of github.com:taosdata/TDengine into 3.0_query_integrate 2022-03-22 04:30:44 -04:00
Xiaoyu Wang
ef125eaa40 merge 3.0 2022-03-22 04:29:54 -04:00
Haojun Liao
5533875326 [td-13039] support group by. 2022-03-22 16:03:42 +08:00
Zhiqiang Wang
29c5e63d85
Merge pull request #10882 from taosdata/fix/ZhiqiangWang/TD-13762-redefine-atomic-api
[TD-13762]<fix>: redefine atomic api.
2022-03-22 01:06:55 +08:00
afwerar
a263f72d58 [TD-13762]<fix>: redefine atomic api. 2022-03-22 00:54:21 +08:00
Haojun Liao
d6af555905 [td-13039] refactor. 2022-03-21 22:49:47 +08:00
Haojun Liao
1c1c95edee [td-13039] merge 3.0 2022-03-21 18:34:42 +08:00
Haojun Liao
7137bf9d3c [td-13039] fix bug. 2022-03-21 18:31:31 +08:00
Xiaoyu Wang
dce38817be merge 3.0 2022-03-21 05:39:28 -04:00
Haojun Liao
fcb058cee4 [td-13039] support scan ssdatablock. 2022-03-21 16:15:51 +08:00
Haojun Liao
84818987b3 [td-13039] fix bug in show tables; 2022-03-21 15:25:13 +08:00
Xiaoyu Wang
22a26d3d43 merge 3.0 2022-03-21 03:14:00 -04:00
Xiaoyu Wang
9ca80596e4 merge 3.0 2022-03-21 02:00:30 -04:00
afwerar
79057240bd [TD-13759]<fix>: redefine thread api. 2022-03-20 00:47:45 +08:00
Haojun Liao
3e1b750312 [td-13039] fix bug in show tables; 2022-03-19 23:52:28 +08:00
Haojun Liao
3aab21c0fa [td-13039] fix bug in show tables/stables. 2022-03-19 00:13:07 +08:00
Haojun Liao
46242e8a43 [td-13039] refactor. 2022-03-18 18:02:00 +08:00
Haojun Liao
0354ac2f33 [td-13039] refactor. 2022-03-18 11:12:49 +08:00
dapan1121
4c7c1b5abb Merge remote-tracking branch 'origin/3.0_query_integrate' into feature/scheduler 2022-03-17 15:08:09 +08:00
Haojun Liao
c503c00ff8 [td-13039] fix compiler error. 2022-03-17 13:52:35 +08:00
Haojun Liao
554f12db50 [td-13039] fix bugs. 2022-03-17 13:42:49 +08:00
Haojun Liao
2144b9f283 [td-13039] add null support. 2022-03-17 13:25:29 +08:00
Haojun Liao
ddaae71391 [td-13039] support write in and retrieve from vnode. 2022-03-17 13:11:06 +08:00
Haojun Liao
e3a1f7be63 [td-13039] add the show command. 2022-03-16 17:52:44 +08:00
dapan1121
0de5f9b98a feature/scheduler 2022-03-16 16:57:56 +08:00
Shuduo Sang
3c6c518470
[TD-13063]<feature>: 3.0 on windows (#10765)
* [TD-13063]<feature>: 3.0 on Windows

* add pthread in contrib

* fix linux compile

* fix osSemaphore

* add gnu regex for Windows

* fix compile error for Windows

* support arm platform

* port more OS files

* fix for Windows compile

* port more files

* fix macOS on x86_64

* port osFile

* port osSemaphone.h

* port osSocket.c

* port tconfig.c

* port ttimer.c

* add couple files

* merge with 3.0
2022-03-16 11:37:31 +08:00
Haojun Liao
f9997a122b [td-13039] refactor and fix bug. 2022-03-15 16:51:50 +08:00
dapan1121
43d7912987 feature/scheduler 2022-03-15 15:34:17 +08:00
Haojun Liao
ec1b600176 [td-13039] fix compiler error. 2022-03-15 14:56:40 +08:00
Haojun Liao
e06cdb0872 [td-13039] enable interval query on ordinary table. 2022-03-15 14:37:26 +08:00
dapan1121
bfe1a13640 feature/scheduler 2022-03-14 19:42:16 +08:00
dapan1121
8f1cc6ee91 Merge remote-tracking branch 'origin/3.0_query_integrate' into feature/scheduler 2022-03-14 18:17:02 +08:00
dapan1121
d9cde31b6f feature/scheduler 2022-03-14 17:31:08 +08:00
Haojun Liao
a853c6ddf5 [td-13039] refactor. 2022-03-14 16:09:26 +08:00
Haojun Liao
dc27021f01 Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-03-14 14:19:50 +08:00
Haojun Liao
7778f9a7fd [td-13039] refactor. 2022-03-14 14:15:26 +08:00
dapan1121
9b0f5df93a Merge remote-tracking branch 'origin/3.0' into feature/scheduler 2022-03-14 09:26:15 +08:00
Haojun Liao
e30eb2e433 [td-13039] refactor. 2022-03-12 23:40:04 +08:00
Haojun Liao
0271413aff [td-13039] refactor. 2022-03-12 22:59:12 +08:00
Haojun Liao
61b351a14f [td-13039] refactor. 2022-03-12 18:02:56 +08:00
dapan
dad8b812a7 feature/scheduler 2022-03-12 17:19:50 +08:00
Haojun Liao
02981347e4
Merge pull request #10569 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-03-12 15:47:52 +08:00
Haojun Liao
5f376274be [td-13039] fix bug in project query. 2022-03-12 15:28:15 +08:00
Haojun Liao
d6af35adb8 [td-13039] fix bug in show db. 2022-03-11 23:28:43 +08:00
Xiaoyu Wang
4b2ab16e52 Merge remote-tracking branch 'origin/3.0_query_integrate' into feature/3.0_query_integrate_wxy 2022-03-11 06:31:02 -05:00
Haojun Liao
fbf664e273 [td-13039] fix bug in show. 2022-03-11 19:29:43 +08:00
dapan1121
7db189251d feature/scheduler 2022-03-11 19:18:05 +08:00
afwerar
e04ef027ab [TD-13768]<fix>: redefine time api. 2022-03-11 16:49:07 +08:00
Haojun Liao
c62dfe6460 [td-13039] merge 3.0. 2022-03-11 14:59:42 +08:00
Haojun Liao
7273746467 Merge branch '3.0' into feature/3.0_liaohj 2022-03-11 14:24:34 +08:00
Haojun Liao
d2bda549d0 [td-13039] refactor. 2022-03-11 14:23:04 +08:00
dapan1121
397dfe1e18 Merge remote-tracking branch 'origin/3.0' into feature/scheduler 2022-03-11 10:53:56 +08:00
Haojun Liao
cc53df1a01 [td-13039] fix bug in creating streamscanner. 2022-03-10 23:12:34 +08:00
dapan1121
f17d4fb94e Merge remote-tracking branch 'origin/3.0_query_integrate' into feature/scheduler 2022-03-10 19:36:58 +08:00
dapan1121
9359d738eb feature/scheduler 2022-03-10 19:36:30 +08:00
Haojun Liao
56f38425a9 [td-13039] fix bug. 2022-03-10 19:14:36 +08:00
dapan1121
9f140ceca4 Merge remote-tracking branch 'origin/3.0_query_integrate' into feature/scheduler 2022-03-10 19:11:14 +08:00
dapan1121
763eccf8aa feature/scheduler 2022-03-10 19:05:58 +08:00
Haojun Liao
8196b6ee9a [td-13039] refactor. 2022-03-10 18:07:07 +08:00
Haojun Liao
b57f7414e2 [td-13039] refactor. 2022-03-10 16:18:35 +08:00
Haojun Liao
ddbe4095ed [td-13039] fix bug in agg query of ordinary table. 2022-03-10 15:24:05 +08:00
Haojun Liao
e56e55f34e Merge remote-tracking branch 'origin/3.0_query_integrate' into 3.0_query_integrate 2022-03-10 11:13:08 +08:00
Haojun Liao
8345a5429b [td-13039] add min/max/systable-scanner. 2022-03-10 11:12:44 +08:00
Xiaoyu Wang
066c39d571 TD-13747 merge 3.0 2022-03-09 21:35:24 -05:00
afwerar
c6de196769 [TD-13765]<fix>: redefine rand api. 2022-03-10 00:36:30 +08:00
Xiaoyu Wang
921500dbec
Merge pull request #10658 from taosdata/feature/3.0_query_integrate_wxy
TD-13704 super table plan split
2022-03-09 19:57:45 +08:00
Xiaoyu Wang
b91899e757 TD-13704 super table plan split 2022-03-09 04:32:12 -05:00
Haojun Liao
cbc3b52db5 [td-13039] add system table scanner. 2022-03-09 14:58:15 +08:00
Haojun Liao
459b0ef442 [td-13039] refactor. 2022-03-09 10:22:53 +08:00
Liu Jicong
255d795442 add tq push 2022-03-08 17:22:21 +08:00
Haojun Liao
eb573b7fa3 Merge remote-tracking branch 'origin/3.0_query_integrate' into 3.0_query_integrate 2022-03-07 16:54:52 +08:00
Haojun Liao
e75fc9a301 [td-13039] fix bug in select query. 2022-03-07 16:52:45 +08:00
Xiaoyu Wang
b3d0283048 TD-13747 merge 3.0 2022-03-06 22:31:34 -05:00
Haojun Liao
9c610369e2 [td-13039] refactor. 2022-03-05 15:58:28 +08:00
Haojun Liao
b0a4cc81bf [td-13039] refactor and fix bugs. 2022-03-04 22:48:15 +08:00
Haojun Liao
024dd9966f [td-13039] refactor. 2022-03-04 19:21:30 +08:00
Liu Jicong
01cac6b06e fix multiple polling 2022-03-04 17:14:26 +08:00
Haojun Liao
fa3fce9c9d [td-13039] refactor. 2022-03-04 15:53:30 +08:00
Xiaoyu Wang
f8bde07340 TD-13037 datasink code 2022-03-04 02:17:04 -05:00
Haojun Liao
cde3e97061 [td-13039] merge 3.0. 2022-03-04 14:31:21 +08:00
Haojun Liao
92da01a8ba [td-13039] refactor. 2022-03-04 13:25:39 +08:00
Xiaoyu Wang
0a9675e454 TD-13037 merge 3.0 2022-03-03 22:44:45 -05:00
Haojun Liao
0900a492d7
Merge pull request #10536 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-03-04 10:28:28 +08:00
afwerar
35b3edaea5 [TD-13756]<fix>: file system stat access func. 2022-03-04 00:04:57 +08:00
Haojun Liao
4bfece6ee1 [td-13039] update test. 2022-03-03 19:23:11 +08:00
Haojun Liao
f0e392ae86 [td-13039] merge 3.0. 2022-03-03 19:13:29 +08:00
Haojun Liao
9b5b74b8e1 [td-13039] fix bug and memory leak in the unit test. 2022-03-02 23:30:02 +08:00
Liu Jicong
b7788aca04 fix 2022-03-02 16:22:43 +08:00
Xiaoyu Wang
523855bec5 TD-13747 planner integrate 2022-03-01 21:50:51 -05:00
Haojun Liao
1bb958732d [td-13039] refactor. 2022-03-02 10:48:07 +08:00
Haojun Liao
3d12401119 [td-13039] refactor. 2022-03-02 10:34:29 +08:00
Haojun Liao
804e525697 [td-13039] add new hash. 2022-03-02 10:18:42 +08:00
Haojun Liao
03629aabaf [td-13039] refactor. 2022-03-01 17:31:05 +08:00
Haojun Liao
da48a6522b Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-03-01 14:14:33 +08:00
Haojun Liao
3a6eecbabf [td-13039] refactor. 2022-03-01 13:25:24 +08:00
Xiaoyu Wang
db8669a3ce TD-13037 merge 3.0 2022-02-28 21:40:50 -05:00
Haojun Liao
beae099a2d [td-13039] update the unit test. 2022-03-01 14:10:42 +08:00
Shengliang Guan
5891779fe1 common 2022-02-28 17:55:07 +08:00
Xiaoyu Wang
768e05939c TD-13747 New SQL model integration 2022-02-28 04:02:43 -05:00
Shengliang Guan
758aef4c66 minor changes 2022-02-28 16:38:41 +08:00
Shengliang Guan
e5606ccf38 Merge remote-tracking branch 'origin/3.0' into feature/config 2022-02-28 16:35:36 +08:00
Haojun Liao
c4ace1885e [td-13039] remove assert. 2022-02-28 13:38:02 +08:00
Haojun Liao
6afebf9a1c [td-13039] merge 3.0 2022-02-28 10:16:59 +08:00
Shengliang Guan
39bf54bba5 rename files 2022-02-28 09:52:30 +08:00
Shengliang Guan
612dd71918 os env 2022-02-24 21:27:13 +08:00
Shengliang Guan
5d07ef4e43 Merge branch 'feature/config' into feature/3.0_liaohj 2022-02-24 20:58:04 +08:00
Shengliang Guan
da1351e317 client config 2022-02-24 18:35:25 +08:00
Haojun Liao
90d231eb7e [td-13039] merge 3.0 2022-02-24 17:58:16 +08:00
Haojun Liao
84fedfba09 Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-02-24 17:56:58 +08:00
Haojun Liao
2a7e0171d0 [td-13039] support interval query. 2022-02-24 17:18:56 +08:00
Shengliang Guan
beae4899f2 os env 2022-02-24 11:35:22 +08:00
Haojun Liao
c440e55395 [td-13039] add page compression. 2022-02-23 19:39:43 +08:00
Shengliang Guan
76d69529c8 remove global variables 2022-02-23 18:38:48 +08:00
Shengliang Guan
e9a5ee3a5f remove global variables 2022-02-23 18:31:22 +08:00
Haojun Liao
d3228cf958 [td-13039] udpate test case. 2022-02-23 16:39:21 +08:00
Liu Jicong
48283e42e9 new offset management 2022-02-23 16:04:06 +08:00
Haojun Liao
1d46e0a70a [td-13039]Add api to close file when flushing data out of buffer. 2022-02-23 15:54:59 +08:00
Haojun Liao
fb77bb1a0b [td-13039]fix compiling error. 2022-02-23 15:40:50 +08:00
Haojun Liao
73b9bf6498 [td-13039] add unit test. 2022-02-23 15:13:00 +08:00
Haojun Liao
af0180f216 [td-13039] add linear hash. 2022-02-23 15:10:15 +08:00
Haojun Liao
0c5a8dc3ff [td-13039] refactor. 2022-02-22 13:16:46 +08:00
Haojun Liao
b95e95dc0a [td-13039] fix bug in sorted merge operator. 2022-02-22 13:12:03 +08:00
dapan1121
ac4c61004b
Merge pull request #10333 from taosdata/feature/qnode
Feature/qnode
2022-02-21 15:18:04 +08:00
Haojun Liao
6c1f75fe6e [td-11818] refactor tsort. 2022-02-21 13:28:20 +08:00
Liu Jicong
7ee6657cf7 extract convert to set msg 2022-02-21 10:48:23 +08:00
Haojun Liao
17ead5eda4 [td-11818] refactor. 2022-02-19 23:11:23 +08:00
Haojun Liao
eb017b8d57 [td-11818]add test case. 2022-02-19 16:16:30 +08:00
Haojun Liao
6d37b663ed [td-11818] refactor sortedmerge operator. 2022-02-19 16:15:09 +08:00
Haojun Liao
bbc03a1764 [td-11818] refactor code. 2022-02-19 15:36:05 +08:00
Haojun Liao
39c06f13f6 [td-11818] refactor sort, and sort operator. 2022-02-19 15:20:20 +08:00
dapan1121
8f199e0eb8 feature/qnode 2022-02-17 19:30:43 +08:00
Haojun Liao
d11c44fc18 [td-11818] refactor. 2022-02-17 18:38:55 +08:00
Haojun Liao
c15c88dff7 [td-11818] add table id for streamscan operator. 2022-02-17 18:37:43 +08:00
Haojun Liao
d6fa853b88 [td-11818] refactor. 2022-02-17 18:16:50 +08:00
Haojun Liao
36aedfbb7c [td-11818] create streamscan operator when no tables created. 2022-02-17 15:24:00 +08:00
dapan1121
bffdb7a821 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-02-17 09:36:40 +08:00
dapan1121
75ede63c8a feature/qnode 2022-02-17 09:34:55 +08:00
Haojun Liao
63f3da0383 [td-11818] refactor and fix bug. 2022-02-15 14:40:29 +08:00
Haojun Liao
07a8f98bdd [td-11818] Refactor. 2022-02-14 15:09:32 +08:00
Haojun Liao
3a23a30a9c [td-11818] Refactor. 2022-02-14 14:39:42 +08:00
Haojun Liao
ec99edc532 [td-11818] refactor. 2022-02-14 13:20:46 +08:00
Haojun Liao
9800c8d552 [td-13043]refactor operator of multitable aggregate. 2022-02-14 10:58:58 +08:00
Haojun Liao
896b269fab [td-11818] refactor. 2022-02-13 14:35:11 +08:00
Haojun Liao
1ae36227e4 [td-11818] refactor. 2022-02-13 14:34:00 +08:00
Haojun Liao
c48fd11157 [td-11818] merge 3.0 2022-02-12 23:09:22 +08:00
Haojun Liao
3be59e4e24 [td-11818] merge 3.0 2022-02-11 15:50:20 +08:00
Haojun Liao
d47950f514 [td-11818]Multiway send and retrieve for exchange operator. 2022-02-11 14:33:57 +08:00
Haojun Liao
699a94cced [td-11818] opt perf 2022-02-11 10:14:56 +08:00
Haojun Liao
b17b493221 [td-11818]Refactor. 2022-02-10 16:31:23 +08:00
Haojun Liao
0296c3415e [td-11818] refactor code. 2022-02-10 13:55:53 +08:00
Haojun Liao
3a2d723537 [td-11818]Fix bug and refactor code. 2022-02-10 13:49:17 +08:00
Haojun Liao
233079ec51 [td-11818] fix bug in paged buffer. 2022-02-10 13:38:40 +08:00
Haojun Liao
c5d33d3171 [td-11818] fix bug in paged file. 2022-02-09 19:03:47 +08:00
Haojun Liao
8b4b14f524 [td-11818] opt. 2022-02-09 18:23:51 +08:00
Haojun Liao
4a5d765023 [td-11818] Opt. 2022-02-09 17:13:39 +08:00
Haojun Liao
f8fe0c6f88 [td-11818]opt 2022-02-09 13:46:42 +08:00
Haojun Liao
86e230cf8a [td-11818] opt perf. 2022-02-09 13:44:16 +08:00
Haojun Liao
ec4e6fe79d [td-11818] fix bug in topic . 2022-02-09 13:19:23 +08:00
Haojun Liao
b4c898197b [td-11818] opt 2022-02-09 13:16:23 +08:00
Haojun Liao
53fe1e4f72 [td-11818] opt performance. 2022-02-09 12:45:27 +08:00
Haojun Liao
3d156255c8 [td-11818] opt performance 2022-02-09 10:40:11 +08:00
Haojun Liao
1172e66808 [td-11818] for performance profile. 2022-02-08 19:01:47 +08:00
Haojun Liao
2b8463763e [td-11818] fix memory leak. 2022-02-08 18:07:03 +08:00
Haojun Liao
b0ecf20975 [td-11818] fix memory leak. 2022-02-08 18:01:21 +08:00
Haojun Liao
0b4d01227b [td-11818] Refactor and add error check. 2022-02-08 15:40:13 +08:00
Haojun Liao
c57e99e4c7 [td-11818] 1. Add orderby unit test; 2. refactor API; 2022-02-08 10:21:00 +08:00
Haojun Liao
47c88a85d4 [td-11818] fix compiler error. 2022-02-04 22:44:46 +08:00
Haojun Liao
ab45cd6611 [td-11818]refactor sort operator. 2022-02-04 22:41:54 +08:00
Liu Jicong
610c812ed7 mq support stable subscribe 2022-01-28 14:33:17 +08:00
Liu Jicong
60a1ae8ce4 merge from 3.0 2022-01-28 13:31:46 +08:00
Haojun Liao
afd1ce63db [td-11818] Refactor API. 2022-01-28 10:44:02 +08:00
Liu Jicong
fd44bdbf57 implement get vg info 2022-01-28 10:36:31 +08:00
Liu Jicong
39ad804246 Merge branch 'feature/3.0_liaohj' into feature/tq 2022-01-27 19:04:43 +08:00
Haojun Liao
699b37cc18 [td-11818] fix bug in topic . 2022-01-27 19:03:58 +08:00
Liu Jicong
16a68619e5 Merge branch 'feature/3.0_liaohj' into feature/tq 2022-01-27 18:49:17 +08:00
Haojun Liao
d1dce49f14 [td-11818] fix bug in topic . 2022-01-27 18:48:12 +08:00
Liu Jicong
add5ff5bdf Merge branch 'feature/3.0_liaohj' into feature/tq 2022-01-27 18:42:50 +08:00
Haojun Liao
cfc83751bb [td-11818] fix compiler error. 2022-01-27 18:38:56 +08:00
Haojun Liao
02a50b50e0 [td-11818] Update the API in topic-related function. 2022-01-27 18:27:26 +08:00
dapan1121
3fdbfae4c1 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-01-27 10:28:17 +08:00
dapan1121
78e49d6b08 feature/qnode 2022-01-26 17:42:31 +08:00
Liu Jicong
782fb854bc
Merge pull request #10044 from taosdata/feature/tq
fix query crash
2022-01-26 17:12:10 +08:00
Liu Jicong
5ea4eba3f1 fix query crash 2022-01-26 17:03:29 +08:00
Haojun Liao
21ecacf40e [td-13288]fix crash when querying empty child table. 2022-01-26 15:53:08 +08:00
Haojun Liao
ac567bac9b [td-11818] Refactor. 2022-01-26 14:51:57 +08:00
Haojun Liao
2d0b84c8d1 [td-11818] merge 3.0 2022-01-26 14:04:12 +08:00
Haojun Liao
859c74a4e5 [td-11818] refactor sepset struct. 2022-01-26 14:00:15 +08:00
Liu Jicong
4fda9f98cb Merge branch 'feature/3.0_liaohj' into feature/tq 2022-01-26 10:17:53 +08:00
Haojun Liao
9648fe4025 [td-11818] fix a bug in query topic. 2022-01-26 10:16:59 +08:00
Shengliang Guan
3edc534d87 Merge remote-tracking branch 'origin/3.0' into feature/fetch 2022-01-26 01:20:53 +00:00
Shengliang Guan
423d06dce3 minor changes 2022-01-26 01:20:48 +00:00
Haojun Liao
36cbe6ad34
Merge pull request #10020 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-01-25 23:24:02 +08:00
Haojun Liao
8ee8785dd6 [td-11818] refactor, fix bug in select 2022-01-25 23:08:22 +08:00
Haojun Liao
b97ab5db3f [td-11818]Update log and remove unused code. 2022-01-25 19:11:22 +08:00
Haojun Liao
fdf97248da
Merge pull request #10008 from taosdata/feature/3.0_liaohj
[td-11818] update log.
2022-01-25 16:58:46 +08:00
Liu Jicong
3834aefa82
Merge pull request #10014 from taosdata/feature/tq
fix query crash
2022-01-25 15:37:18 +08:00
Haojun Liao
f5fb2faf44 [td-11818]Update log. 2022-01-25 15:34:52 +08:00
Shengliang
c37fbd1a53 for fetch rpc client 2022-01-25 15:18:56 +08:00
Liu Jicong
ca84e47a97 fix query crash 2022-01-25 15:17:02 +08:00
Haojun Liao
16cd734b72 [td-11818]update log. 2022-01-25 14:13:11 +08:00
Haojun Liao
ac2609594d [td-11818] update log. 2022-01-25 13:42:33 +08:00
Haojun Liao
de7e24b4fc
Merge pull request #10006 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-01-25 11:04:55 +08:00
Haojun Liao
550d276df5 [td-11818] Fix bug in select * 2022-01-25 10:41:35 +08:00
Liu Jicong
b152a2467b merge from 3.0 2022-01-24 21:42:50 +08:00
Liu Jicong
fd90848ec3 add mq msg type 2022-01-24 21:39:00 +08:00
Yihao Deng
13d2c8ffea
Merge pull request #9987 from taosdata/feature/rename_macro
rename MAX/MIN/POW2/SWAP name
2022-01-24 13:23:27 +08:00
yihaoDeng
92bef71ec7 rename MAX/MIN/POW2/SWAP name 2022-01-24 12:53:17 +08:00
Shengliang Guan
09062a9ce7 check user password 2022-01-23 19:50:18 +08:00
Haojun Liao
f5916bcf47 [td-11818] fix bug in query. 2022-01-22 22:51:48 +08:00
Haojun Liao
eb712702b9 [td-11818]fix bug in select * from super_table. 2022-01-22 15:42:37 +08:00
Haojun Liao
a4aa98dafe [td-11818] add table filter uid. 2022-01-22 11:19:31 +08:00
Shengliang Guan
fab317226f Merge remote-tracking branch 'origin/3.0' into feature/warning 2022-01-21 02:20:01 -08:00
Shengliang Guan
2e14f63453 Remove warnings 2022-01-21 02:19:40 -08:00
Liu Jicong
95b96c3672
Merge pull request #9957 from taosdata/feature/tq
fix dependency for vnode
2022-01-21 16:37:35 +08:00
Liu Jicong
99984adb45 fix dependency for vnode 2022-01-21 16:15:01 +08:00
Liu Jicong
35749cb374 fix dependency for vnode 2022-01-21 16:12:02 +08:00
Haojun Liao
ecdd6784f6 [td-11818] refactor. 2022-01-21 15:36:24 +08:00
Haojun Liao
e1d9fa73b0 [td-11818] Support create topic. 2022-01-21 15:16:17 +08:00
Liu Jicong
4c4be3c575 put createStreamExecTaskInfo into right place 2022-01-21 14:21:13 +08:00
Liu Jicong
7361019e94 put createStreamExecTaskInfo into right place 2022-01-21 13:45:24 +08:00
Haojun Liao
03ee26ed90 [td-11818] fix error. 2022-01-21 11:55:13 +08:00
Haojun Liao
9da06b5240 [td-11818] merge 3.0 2022-01-21 11:26:59 +08:00
Haojun Liao
09ba6a611d [td-11818] refactor. 2022-01-21 11:19:24 +08:00
Shengliang Guan
5ebc377965
Merge pull request #9940 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-01-21 09:38:52 +08:00
Haojun Liao
41fb517f0b [td-11818] merge 3.0 2022-01-20 23:01:59 +08:00
Haojun Liao
5a3a0f3d6c [td-11818]fix bug in creating table. 2022-01-20 22:57:29 +08:00
dapan1121
e4bda74da4 Merge branch 'feature/qnode' of github.com:taosdata/TDengine into feature/qnode 2022-01-20 19:35:25 +08:00
dapan1121
36bfc3763b feature/qnode 2022-01-20 19:34:46 +08:00
dapan1121
a818c130b1 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-01-20 19:05:01 +08:00
Haojun Liao
bdf03d8fa9 [td-11818] refactor. 2022-01-20 17:10:28 +08:00
Haojun Liao
b45da2b208 [td-11818] refactor. 2022-01-20 16:02:09 +08:00
Haojun Liao
1a1cd55111 [td-11818] refactor. 2022-01-20 13:52:46 +08:00
dapan1121
c3bf03cc15 Merge remote-tracking branch 'origin/feature/3.0_liaohj' into feature/qnode 2022-01-20 09:14:57 +08:00
dapan1121
b14ce58ba5 feature/qnode 2022-01-19 19:42:44 +08:00
Haojun Liao
0330ab12ad [td-11818] Refactor. 2022-01-19 17:03:29 +08:00
Haojun Liao
1145d1a0ea [td-11818] select * 2022-01-19 16:20:13 +08:00
Haojun Liao
1832a50932 [td-11818] select * 2022-01-19 14:47:53 +08:00
Haojun Liao
6d9ae1af99 [td-11818]Support select * from super_table. 2022-01-18 19:08:07 +08:00
dapan1121
913455684f feature/qnode 2022-01-18 14:12:25 +08:00
Haojun Liao
7ee4403d84 [td-11818] Return result to query worker 2022-01-18 11:21:13 +08:00
dapan1121
e10c66d8a0 Merge remote-tracking branch 'origin/3.0' into feature/qnode2 2022-01-17 18:30:14 +08:00