Commit graph

2135 commits

Author SHA1 Message Date
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
Liu Jicong
82e0f77715 Merge branch '3.0' into feature/stream 2022-07-07 10:48:09 +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
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