Commit Graph

6925 Commits

Author SHA1 Message Date
Liu Jicong 1d939a82db
Merge pull request #12328 from taosdata/feature/tq
fix(tmq): show
2022-05-11 03:36:49 +08:00
Liu Jicong 15dd272154 enh(tmq): do not show closed consumer 2022-05-11 02:58:17 +08:00
afwerar 42204611ba fix(os): add print trace func. 2022-05-11 02:00:09 +08:00
afwerar 32e6557353 fix(os): add print trace func. 2022-05-11 01:53:30 +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
Liu Jicong 3b56457f68 Merge branch '3.0' into feature/tq 2022-05-10 23:58:16 +08:00
Liu Jicong ac460915d6 fix(tmq): show 2022-05-10 23:47:44 +08:00
Haojun Liao a4015fdb2c
Merge pull request #12315 from taosdata/feature/3.0_liaohj
refactor: do some internal refactor.
2022-05-10 22:07:02 +08:00
shenglian-zhou f718be6ec1
Merge pull request #12320 from taosdata/feature/udf
feature(udf): disable udfd starting
2022-05-10 22:04:20 +08:00
yihaoDeng 2403f5294c enh(query): add executor plan interface 2022-05-10 21:37:18 +08:00
yihaoDeng d4c550db66 enh(query): add executor plan interface 2022-05-10 21:35:43 +08:00
Xiaoyu Wang b3300a03b1 fix: some problems of parser 2022-05-10 21:03:31 +08:00
Xiaoyu Wang 8975c6e042 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-05-10 21:00:18 +08:00
Xiaoyu Wang 2745113a77 fix: some problems of parser 2022-05-10 20:59:10 +08:00
slzhou fe99a19687 feature(udf):start udfd can be disabled 2022-05-10 20:24:01 +08:00
slzhou adceacd59b feature(udf):start udfd can be disabled 2022-05-10 20:07:46 +08:00
afwerar c8fe82a2c8 fix(os): centos timezone error. 2022-05-10 19:20:47 +08:00
Zhiqiang Wang d608e6ec55
Merge pull request #12316 from taosdata/fix/ZhiqiangWang/fix-15435-centos-thread-error
fix(os): entos thread error.
2022-05-10 19:17:55 +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
Liu Jicong 951d102a99
Merge pull request #12313 from taosdata/feature/tq
feat(tmq): change default config
2022-05-10 18:09:37 +08:00
afwerar d3db69f889 fix(os): entos thread error. 2022-05-10 17:55:05 +08:00
Haojun Liao 6c30d170ea refactor: do some internal refactor. 2022-05-10 17:46:45 +08:00
Hongze Cheng 24f8aebb7a
Merge pull request #12312 from taosdata/fix/hz_mem_leak
fix: memory leak
2022-05-10 17:38:34 +08:00
Shengliang Guan ac862c5e33
Merge pull request #12310 from taosdata/feature/dnode
fix: make the grant statement support *
2022-05-10 17:22:19 +08:00
Liu Jicong a6b258a45f feat(tmq): change default config 2022-05-10 17:12:11 +08:00
Hongze Cheng 6a0e89c487 fix: memory leak 2022-05-10 09:06:20 +00:00
Shengliang Guan ecf73625a7 fix: the single_stable field of the show database statement is wrong 2022-05-10 16:49:42 +08:00
Cary Xu 4059d93c38
Merge pull request #12303 from taosdata/feature/TD-14481-3.0
fix: commit during add sub block
2022-05-10 15:21:35 +08:00
shenglian-zhou 004f6d9513
Merge pull request #12297 from taosdata/feature/udf
fix: block extraction null set error
2022-05-10 14:50:56 +08:00
Cary Xu ba2783919b fix: commit during add sub block 2022-05-10 13:44:21 +08:00
Cary Xu 1df5468f79
Merge pull request #12292 from taosdata/feature/TD-14481-3.0
feat: code refactor for rollup
2022-05-10 13:28:26 +08:00
Shengliang Guan 69a37cd4aa fix: make the grant statement support * 2022-05-10 13:03:03 +08:00
shenglian zhou 8dda49ac17 Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-05-10 13:01:06 +08:00
Minghao Li 503de649cb enh(sync): add error log 2022-05-10 12:22:57 +08:00
Minghao Li 8c0d600cdf enh(sync): add error log 2022-05-10 12:20:13 +08:00
shenglian zhou 2ba5fdc36f fix: block extraction null set error 2022-05-10 11:22:31 +08:00
Ganlin Zhao 65fe36ffb4
Merge pull request #12295 from taosdata/feature/3.0_glzhao
fix(query): fix histogram normalized result incorrect for super table
2022-05-10 11:11:25 +08:00
dapan1121 887b1ebf77
Merge pull request #12201 from taosdata/feature/qnode
fix: fix filter issue
2022-05-10 11:08:06 +08:00
Hongze Cheng 61ac61c6be
Merge pull request #12286 from taosdata/feature/vnode_refact1
refact: vnode
2022-05-10 10:48:10 +08:00
Ganlin Zhao 7213548847 fix(query): fix histogram normalized result incorrect for super table
TD-15407
2022-05-10 10:15:33 +08:00
Ganlin Zhao 15055fe9e3
Merge pull request #12281 from taosdata/feature/3.0_glzhao
feat(query): add leastsquares function
2022-05-10 10:13:51 +08:00
Yihao Deng 5de1a22656
Merge pull request #12291 from taosdata/enh/supportIdxFilter
enh(index): support numberic and json filter
2022-05-10 10:00:30 +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
Hongze Cheng ca7263be27 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-10 01:23:43 +00:00
WANG MINGMING 74b125924b
Merge pull request #12285 from taosdata/feature/TD-14761
feat: schemaless write
2022-05-10 09:23:04 +08:00
Xiaoyu Wang 88c767bcdb fix: problem of parser and planner 2022-05-10 08:55:32 +08:00
Li Minghao 305d92f7e8
Merge pull request #12282 from taosdata/feature/3.0_mhli
fix(sync): fix memory leak, RespMgr
2022-05-10 07:47:08 +08:00
Cary Xu 20ce1b7936 feat: code refactor for rollup 2022-05-10 00:03:44 +08:00