Commit Graph

32807 Commits

Author SHA1 Message Date
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
Ganlin Zhao b1b7974e07
Merge pull request #14152 from taosdata/fix/TD-16762
fix(query): avg/stddev divide 0 handling
2022-06-23 20:23:37 +08:00
Shengliang Guan bec17d10a9
Merge pull request #14180 from taosdata/fix/mnode
enh: add stbs/tbs/dbs to monitor info
2022-06-23 20:21:21 +08:00
Liu Jicong 5cdef06f8c
Merge pull request #14119 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor.
2022-06-23 20:08:15 +08:00
Yihao Deng 62653a7727
Merge pull request #14177 from taosdata/feat/rpcQuit
feat: refactor rpc quit
2022-06-23 20:07:15 +08:00
Ganlin Zhao 19dc2e4eb2
Merge pull request #14176 from taosdata/fix/TD-15211
fix(query): fix to_ISO8601 function crash when processing constant
2022-06-23 20:06:57 +08:00
wangmm0220 26cceaf172 feat:sort table group if needed 2022-06-23 19:58:12 +08:00
Shengliang Guan 44a3faafa8 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-06-23 19:55:08 +08:00
Shengliang Guan 92c958809e
Merge pull request #14156 from taosdata/fix/dnode
feat: make config dnode work
2022-06-23 19:53:58 +08:00
Ganlin Zhao df1f4cc53f fix compilation error 2022-06-23 19:34:10 +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
Haojun Liao 800098a795 fix(query): fix syntax error on windows platform. 2022-06-23 18:54:07 +08:00
yihaoDeng 02c6af78b0 Merge branch '3.0' of https://github.com/taosdata/TDengine into dvvv 2022-06-23 18:45:00 +08:00
Shengliang Guan c93d93e2d5 enh: add stbs/tbs/dbs to monitor info 2022-06-23 18:23:51 +08:00
Shengliang Guan eb86ecfa78 Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-06-23 17:57:34 +08:00
Ganlin Zhao 83bdcf8dcd Merge branch '3.0' into fix/TD-16762 2022-06-23 17:57:19 +08:00
Ganlin Zhao 82c4065f9d Merge branch '3.0' into fix/TD-15211 2022-06-23 17:56:41 +08:00
shenglian zhou 9278de28b4 fix: improve udfd exist speed 2022-06-23 17:45:16 +08:00
Haojun Liao 9c6057caa3 fix(query): fix syntax error. 2022-06-23 17:44:58 +08:00
Haojun Liao e3c4215ac9 Merge branch '3.0' into feature/3_liaohj 2022-06-23 17:39:58 +08:00
yihaoDeng 58836d2ddf feat: refactor rpc quit 2022-06-23 17:35:55 +08:00
Ganlin Zhao 7fda5a861e fix(query): fix to_ISO8601 function crash when processing constant
illegal inputs

TD-15211
2022-06-23 17:32:15 +08:00
Liu Jicong 89fe5df623
Merge pull request #14175 from taosdata/feature/stream
enh(tmq): add demo for tmq_get_raw_meta
2022-06-23 17:27:17 +08:00
Liu Jicong 323ee6b1b0 enh(tmq): add demo for tmq_get_raw_meta 2022-06-23 17:26:52 +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 fe167cd396
Merge pull request #14174 from taosdata/feature/stream
fix(tmq): read repeat data after reading snapshot
2022-06-23 17:10:44 +08:00
Liu Jicong 14048a5e4c fix(tmq): read repeat data after reading snapshot 2022-06-23 17:09:06 +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
Ganlin Zhao b556d1fa62 fix(query): fix to_ISO8601 function crash when processing constant
illegal inputs

TD-15211
2022-06-23 16:37:36 +08:00
Shengliang Guan ef00464f9c fix: retry 12 seconds if lock file failed 2022-06-23 16:35:05 +08:00
Haojun Liao 7b75a8e441 Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj 2022-06-23 16:35:05 +08:00
Haojun Liao e071649619 test: update the unit test. 2022-06-23 16:34:43 +08:00
54liuyao d6ccf5720d fix(stream): valgrind memory error 2022-06-23 16:33:52 +08:00
Liu Jicong c018a14e56 Merge branch '3.0' into feature/stream 2022-06-23 16:09:41 +08:00
Ganlin Zhao 1ddd3e92b9
Merge pull request #14148 from taosdata/fix/revert_parse_time
refactor(query): refactor taosParseTime to support ISO8601 date-time format and timestamp shortcut format
2022-06-23 16:04:34 +08:00
Liu Jicong bd64bebb63
Merge branch '3.0' into feature/3_liaohj 2022-06-23 16:00:17 +08:00
Cary Xu e76af269e6
Merge pull request #14032 from taosdata/feature/TD-14481-3.0
refactor: rsma code optimization
2022-06-23 15:57:48 +08:00
Liu Jicong 71bda7e658 feat(tmq): add with meta config 2022-06-23 15:56:54 +08:00
Shengliang Guan 725baf4a7c Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-06-23 15:35:56 +08:00
Shengliang Guan 0811e5fc93 feat: make config dnode work 2022-06-23 15:35:22 +08:00
shenglian zhou cbacd1fd45 fix: fix empty downstream input for group sort operator 2022-06-23 15:35:19 +08:00
Cary Xu b2f81331a5 other: code optimization for rsma 2022-06-23 15:28:02 +08:00
Shengliang Guan 147a984c17 feat: make config dnode work 2022-06-23 15:11:23 +08:00
Shengliang Guan 6241799b29
Merge pull request #14149 from taosdata/fix/dnode
feat: let drop dnode support ep
2022-06-23 15:00:36 +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
Shengliang Guan b2525de791 Merge remote-tracking branch 'origin/enh/delete' into fix/dnode 2022-06-23 14:31:28 +08:00