Commit Graph

12737 Commits

Author SHA1 Message Date
54liuyao f5a326dbf4 feat(stream): optimize update data check 2022-07-21 15:16:57 +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
Xiaoyu Wang ec522a92b0
Merge pull request #15201 from taosdata/feature/3.0_debug_wxy
fix: memory leak problems of parser and planner
2022-07-21 12:51:34 +08:00
Li Minghao 5e9aeaead8
Merge pull request #15228 from taosdata/feature/3.0_mhli
refactor(sync): add trace log
2022-07-21 11:44:27 +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
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
Minghao Li 3eff1f03e0 refactor(sync): add trace log 2022-07-21 10:57:14 +08:00
Minglei Jin 359622761a fix: error case handle when table was dropped 2022-07-21 10:39:32 +08:00
Xiaoyu Wang f9bc29d149 fix: memory leak problems of parser and planner 2022-07-21 10:19:48 +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
54liuyao b620609608 feat(stream): adjust project operator 2022-07-21 09:23:16 +08:00
shenglian-zhou dec0f7b359
Merge pull request #15217 from taosdata/szhou/fix/td-17603
fix: fix error in indef operator filter processing
2022-07-21 09:22:30 +08:00
Cary Xu deb9f5f345
Merge pull request #15216 from taosdata/feature/grant-3.0
fix: the calculation of max row length
2022-07-21 07:53:01 +08:00
shenglian zhou 4211db2ec4 fix: fix error in indef operator filter processing 2022-07-20 21:58:03 +08:00
Cary Xu e39f2e5ce9 fix: the calculation of max row length 2022-07-20 21:32:28 +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
Li Minghao f391570f02
Merge pull request #15211 from taosdata/feature/3.0_mhli
refactor(sync): add trace log
2022-07-20 20:57:59 +08:00
Minghao Li 540f519ad7 refactor(sync): add trace log 2022-07-20 20:24:49 +08:00
Yihao Deng 9ce366f032
Merge pull request #15210 from taosdata/fix/delInvalidFile
fix: rm invalid file
2022-07-20 20:23:10 +08:00
yihaoDeng 987597917a fix: rm invalid file 2022-07-20 20:22:08 +08:00
Minghao Li 8363cde84a Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-07-20 20:20:00 +08:00
Minghao Li b77e0a6750 refactor(sync): add trace log 2022-07-20 19:58:26 +08:00
Minglei Jin 37bb5caf29
Merge pull request #15205 from taosdata/fix/TD-17582
fix: use suid from pReader
2022-07-20 19:44:40 +08:00
Liu Jicong fb52cfa816 fix(stream): memory error 2022-07-20 19:31:56 +08:00
Zhiqiang Wang 35b4673a58
Merge pull request #15198 from taosdata/fix/ZhiqiangWang/TD-13063-fix-win-timestamp-convert-error
os: fix win timestamp convert error
2022-07-20 19:31:27 +08:00
Haojun Liao 40f5234959 fix(query):update the log. 2022-07-20 19:25:21 +08:00
Haojun Liao abfa6d9162 refactor(query): do some internal refactor and add some logs. 2022-07-20 22:38:19 +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
Minghao Li 3491896b7a refactor(sync): add trace log 2022-07-20 19:12:02 +08:00
Minghao Li 94b3e9d2f0 refactor(sync): add trace log 2022-07-20 19:00:55 +08:00
Minglei Jin 5cc829e45f fix: use suid from pReader 2022-07-20 18:47:46 +08:00
Liu Jicong 8a9e729db2
Merge pull request #15195 from taosdata/feature/stream
feat(wal): remove wal log size limitation
2022-07-20 17:59:30 +08:00
liuyao 6ab71fd8b0
Merge pull request #15191 from taosdata/feature/TD-17357
feat(stream): add log
2022-07-20 17:34:13 +08:00
Haojun Liao fc7887e6b7 fix(query): update the sim. 2022-07-20 17:24:49 +08:00
Xiaoyu Wang 37ec05a715 fix: memory leak problems of parser and planner 2022-07-20 17:20:29 +08:00
Minghao Li 7808fdfccb refactor(sync): add trace log 2022-07-20 17:19:42 +08:00
Liu Jicong 5d20804e76 fix(wal): use after free 2022-07-20 17:10:41 +08:00
Ganlin Zhao 97d8f64d84
Merge pull request #15193 from taosdata/fix/TD-17511
fix(query): fix memory leak in histogram param validation
2022-07-20 17:03:02 +08:00
Minglei Jin 982b11f6eb
Merge pull request #15184 from taosdata/fix/TD-17582
fix: use Ex version of metaGetTbTSchema to retrieve schema
2022-07-20 16:51:10 +08:00
Liu Jicong b74560537c fix(stream): check task exist 2022-07-20 16:25:20 +08:00
afwerar 9bff316f12 os: fix win timestamp convert error 2022-07-20 16:19:25 +08:00
Liu Jicong bf37f3fa68 feat(wal): remove wal log size limitation 2022-07-20 16:15:53 +08:00
54liuyao 736960e1d2 feat(stream): add log 2022-07-20 16:04:52 +08:00
Ganlin Zhao 9fc22fbf76 Merge branch '3.0' into fix/TD-17511 2022-07-20 15:57:42 +08:00
Ganlin Zhao 5a0668dadd
Merge pull request #15181 from taosdata/fix/TD-17511
fix(query): twa function handling null constant or all null column
2022-07-20 15:54:18 +08:00
Minghao Li c2b348bec5 refactor(sync): add trace log 2022-07-20 15:34:09 +08:00
Haojun Liao df58a9bb30 fix(query): handle fraction of ts in add ts offset. 2022-07-20 15:30:52 +08:00
Minglei Jin 527aa3584d fix: get suid from uid to be used to retrieve schema 2022-07-20 15:26:47 +08:00
Ganlin Zhao 4dbb2debc0 fix(query): fix memory leak in histogram param validation
TD-17598
2022-07-20 14:54:40 +08:00