Commit Graph

8176 Commits

Author SHA1 Message Date
Hongze Cheng be79253d0f Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-07-28 09:19:26 +00:00
shenglian-zhou c402a18aa1
Merge pull request #15515 from taosdata/szhou/fix/udf
fix: modify nodesEqualNode to include tableAlias when it is column node
2022-07-28 17:17:41 +08:00
slzhou@taodata.com c184803c8c fix: modify nodesEqualNode to include tableAlias when it is column node 2022-07-28 16:13:21 +08:00
shenglian-zhou d6193655f5
Merge pull request #15489 from taosdata/szhou/fix/udf
feat: add multi-row equal timestamp for join operator
2022-07-28 16:12:10 +08:00
Hongze Cheng fdba84b3a2 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-07-28 06:36:10 +00:00
Liu Jicong d45c7bb346
Merge pull request #15496 from taosdata/feature/stream
enh(wal): remove file failure handling
2022-07-28 14:15:08 +08:00
Yihao Deng aa13362512
Merge pull request #15485 from taosdata/opt/rpcOpt
fix: index mem leak
2022-07-28 14:05:48 +08:00
Yihao Deng 18683db815
Merge pull request #15491 from taosdata/opt/fixMultiRead
fix: rpc multi read
2022-07-28 14:05:34 +08:00
Liu Jicong 0c942e622a enh(wal): remove file failure handling 2022-07-28 13:37:57 +08:00
Ganlin Zhao 34f97e44ae
Merge pull request #15497 from taosdata/enh/TD-17659
fix(query): fix max/min/sum null input output behavior to 0 rows
2022-07-28 13:09:43 +08:00
slzhou@taodata.com 9cbd8c7bea fix: fix bugs related to join and nested query 2022-07-28 12:02:36 +08:00
Ganlin Zhao b4a8408030 fix(query): fix max/min/sum null input output behavior to 0 rows 2022-07-28 11:41:05 +08:00
yihaoDeng db6911001a Merge branch '3.0' of https://github.com/taosdata/TDengine into multiRead 2022-07-28 11:07:27 +08:00
yihaoDeng 1a3a822183 fix multi read 2022-07-28 10:54:04 +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
Hongze Cheng 1be190531e Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-07-28 01:44:32 +00:00
yihaoDeng 549f5983c0 fix invalid free 2022-07-28 09:22:36 +08:00
dapan1121 e836437e19 Merge branch '3.0' into feature/catalogBatchFetch 2022-07-28 08:41:34 +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
yihaoDeng 6838574c8f fix mem leak 2022-07-27 21:26:08 +08:00
yihaoDeng 293a96d959 fix mem leak 2022-07-27 21:06:40 +08:00
Liu Jicong 904ec81bf9 fix(stream): concurrency dispatch 2022-07-27 21:02:21 +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
Minglei Jin 5c6de97378
Merge pull request #15474 from taosdata/fix/TD-17825
fix: free ovfl cells when destroying page
2022-07-27 19:23:34 +08:00
Xiaoyu Wang b12fa7494e enh: add interface for dynamic control data scan 2022-07-27 18:28:54 +08:00
Ganlin Zhao c74c52d10c
Merge pull request #15443 from taosdata/enh/TD-17659
fix(query): fix sum/max/min null input
2022-07-27 17:13:09 +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
Liu Jicong 00acf4520c refactor(stream): remove option 2022-07-27 16:49:03 +08:00
Yihao Deng e987607743
Merge pull request #15469 from taosdata/enh/rpcBUf
fix: read buf
2022-07-27 16:43:36 +08:00
Minglei Jin 1584dd0ac0 fix: free ovfl cells when destroying page 2022-07-27 16:42:09 +08:00
dapan1121 75974255c7 fix: fix mnd meta issue 2022-07-27 16:26:41 +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
Hongze Cheng db6c660b83 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-07-27 07:57:00 +00: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
Hongze Cheng cace6bfca7 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-07-27 07:30:26 +00:00
Xiaoyu Wang 58514862e6 feat: delete sink node add ts column name attribute 2022-07-27 15:25:57 +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
yihaoDeng 5ed23e7912 fix read buf 2022-07-27 14:52:44 +08:00
dapan1121 2956422239
Merge pull request #15461 from taosdata/fix/stbmetadelete
fix: fix stb meta removed issue
2022-07-27 14:51:13 +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
dapan1121 648a7a12b0 feat: support mnd meta batch fetching 2022-07-27 14:02:05 +08:00
Minglei Jin 51b367a32c fix: filter not exist child tables 2022-07-27 13:55:04 +08:00