Commit Graph

4369 Commits

Author SHA1 Message Date
Liu Jicong acea83e535 fix(wal): wal read error 2022-05-13 01:22:29 +08:00
Haojun Liao ec808a75c1 Merge branch 'feature/3.0_liaohj' of github.com:taosdata/tdengine into feature/3.0_liaohj 2022-05-13 00:38:21 +08:00
Haojun Liao aae019d18a fix(query): close read fd when finishing scanning data files. 2022-05-13 00:32:02 +08:00
Haojun Liao 3678aa9094
Merge pull request #12391 from taosdata/feature/3.0_liaohj
fix(query): fix special pseudo column caused taosd crash.
2022-05-12 23:49:21 +08:00
Liu Jicong e04151d22e
Merge pull request #12405 from taosdata/feature/tq
fix(wal): int overflow
2022-05-12 23:17:05 +08:00
Haojun Liao bc64bdc179 Merge branch '3.0' into feature/3.0_liaohj 2022-05-12 23:15:35 +08:00
Haojun Liao 2693689285 fix(query): set the ascending scan order for exchange operator. 2022-05-12 23:10:23 +08:00
slzhou 73d55e7c6b fix: udf2 support int and double data type 2022-05-12 22:58:49 +08:00
wangmm0220 d3d4ac9b3f refactor: merge from 3.0 2022-05-12 22:53:43 +08:00
Ganlin Zhao 8b9dd500bd
Merge pull request #12401 from taosdata/feature/3.0_glzhao
feat(query): add mavg function
2022-05-12 22:53:36 +08:00
dapan1121 58d3ac9dd9
Merge pull request #12403 from taosdata/feature/qnode
feat: stmt query test
2022-05-12 22:41:14 +08:00
Liu Jicong a8831af513 fix(wal): int overflow 2022-05-12 22:40:32 +08:00
54liuyao 42f27e99d0 steam reprocess window 2022-05-12 22:15:13 +08:00
Xiaoyu Wang 3967f79b38
Merge pull request #12399 from taosdata/feature/3.0_wxy
feat: adjust query stmt APIs
2022-05-12 21:34:00 +08:00
Liu Jicong 2cc8ff312d
Merge pull request #12400 from taosdata/feature/tq
fix(wal): int overflow
2022-05-12 21:33:25 +08:00
Ganlin Zhao 1e503061ed feat(query): add mavg function 2022-05-12 21:25:53 +08:00
Ganlin Zhao 8d21c662aa feat(query): add mavg function 2022-05-12 21:16:34 +08:00
Xiaoyu Wang 04a2368f6d feat: adjust query stmt APIs 2022-05-12 20:57:34 +08:00
Liu Jicong af2d2db5d3 fix(wal): int overflow 2022-05-12 20:56:29 +08:00
Liu Jicong 1c98d780a0 fix(wal): int overflow 2022-05-12 20:51:08 +08:00
dapan1121 9de1d2218e Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-12 20:43:50 +08:00
Ganlin Zhao 818e3636d6 feat(query): add mavg function 2022-05-12 20:40:17 +08:00
Xiaoyu Wang b57f62f139 feat: adjust query stmt APIs 2022-05-12 20:33:52 +08:00
wangmm0220 167f40811d refactor: add telnet and json protocol for schemaless 2022-05-12 19:59:53 +08:00
dapan1121 64a54c1541 fix bug 2022-05-12 19:57:17 +08:00
Xiaoyu Wang 73b96a6e98
Merge pull request #12396 from taosdata/feature/3.0_wxy
fix: some problems of parser
2022-05-12 19:39:42 +08:00
dapan1121 43311f07b4 Merge branch 'feature/qnode' of github.com:taosdata/TDengine into feature/qnode 2022-05-12 19:20:51 +08:00
dapan1121 33bd196ff0 stmt query 2022-05-12 19:20:25 +08:00
dapan 314c15d366 Merge branch 'feature/qnode' of https://github.com/taosdata/TDengine into feature/qnode 2022-05-12 19:19:28 +08:00
Xiaoyu Wang d6f03eb7da fix: some problems of parser 2022-05-12 18:59:02 +08:00
Yihao Deng 0f3ff49b6d
Merge pull request #12392 from taosdata/rpc/fd_leak
fix(rpc): avoid fd leak
2022-05-12 18:17:33 +08:00
dapan 7771023d7b string to timestamp 2022-05-12 18:02:57 +08:00
shenglian-zhou 62918348e1
Merge pull request #12387 from taosdata/feature/udf
feat: add udf dedicated error
2022-05-12 18:02:39 +08:00
Haojun Liao 69e9f6972c other: add some missing modification files to git. 2022-05-12 17:47:01 +08:00
Liu Jicong ad4a63d3bb
Merge pull request #12388 from taosdata/feature/tq
enh(wal): add log
2022-05-12 17:43:19 +08:00
yihaoDeng 2d89555b72 fix(rpc): avoid fd leak 2022-05-12 17:38:16 +08:00
Haojun Liao 4eaf1f5bb6 refactor: do some internal refactor. 2022-05-12 17:34:07 +08:00
Haojun Liao a41f6a3479 fix(query): fix the bug that special pseudo column tbname, along with other normal columns in select clause, cause taosd crash. 2022-05-12 17:33:36 +08:00
Shengliang Guan 47970ff8a4 refactor: node mgmt 2022-05-12 17:30:57 +08:00
Xiaoyu Wang 50ad5a096f Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-05-12 17:18:48 +08:00
Xiaoyu Wang f19272909c fix: some problems of parser 2022-05-12 17:17:02 +08:00
Shengliang Guan dd87e8f7b9 refactor: node mgmt 2022-05-12 17:12:40 +08:00
Liu Jicong 2218213134 enh(wal): add log 2022-05-12 17:01:33 +08:00
Liu Jicong 88d1ea6222
Merge pull request #12378 from taosdata/feature/tq
feat(tmq): add config msg.with.table.name
2022-05-12 17:00:13 +08:00
Li Minghao b03b517d88
Merge pull request #12380 from taosdata/feature/3.0_mhli
enh(sync): raft config change
2022-05-12 16:55:05 +08:00
slzhou@taodata.com 278f5262ce Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-05-12 16:50:26 +08:00
shenglian-zhou 3516696a66
Merge pull request #12382 from taosdata/feature/udf
feature(udf): follow tsdb_code error convention
2022-05-12 16:50:03 +08:00
slzhou@taodata.com 8927155013 feat:add udf dedicated errors 2022-05-12 16:49:31 +08:00
slzhou@taodata.com c95d3cdb36 feature(udf):error follows tsdb_code standard 2022-05-12 15:43:32 +08:00
shenglian-zhou 7357c80720
Merge pull request #12377 from taosdata/feature/udf
feature(udf): column has member hasNull
2022-05-12 15:39:21 +08:00
yihaoDeng 4f7886d208 fix(rpc): avoid fd leak 2022-05-12 15:29:19 +08:00
Minghao Li 346f9007db Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-05-12 15:24:15 +08:00
Minghao Li b69a26678c enh(sync): raft config change 2022-05-12 15:23:41 +08:00
Ganlin Zhao aba7e4a6f6
Merge pull request #12376 from taosdata/feature/3.0_glzhao
feat(query): add csum function
2022-05-12 15:18:49 +08:00
slzhou@taodata.com 5dcca22611 Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-05-12 15:13:02 +08:00
Liu Jicong 06853043bd feat(tmq): add config msg.with.table.name 2022-05-12 14:57:58 +08:00
Liu Jicong 78e7433232
Merge pull request #12375 from taosdata/feature/tq
enh(wal): set errno code
2022-05-12 14:57:27 +08:00
slzhou@taodata.com 77c12bcbaa Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-05-12 14:44:38 +08:00
slzhou@taodata.com d7bd682237 column has member hasNull 2022-05-12 14:42:57 +08:00
Ganlin Zhao 71e43677f7 feat(query): add csum function 2022-05-12 14:38:56 +08:00
Liu Jicong 1dbe0650e0 enh(wal): set errno code 2022-05-12 14:20:50 +08:00
Hongze Cheng 4505fa3351 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-12 06:14:10 +00:00
Hongze Cheng c32a340055 fix memory leak 2022-05-12 06:13:59 +00:00
yihaoDeng dd8e642f37 fix(rpc): avoid fd leak 2022-05-12 13:35:42 +08:00
shenglian-zhou c8dea1b2aa
Merge pull request #12361 from taosdata/feature/udf
feature(udf): error return when executor call aggregate function
2022-05-12 13:34:22 +08:00
yihaoDeng 7f7b1a423a fix(rpc): avoid fd leak 2022-05-12 12:10:22 +08:00
Hongze Cheng 72f9a1c4a4 fix 2022-05-12 03:34:38 +00:00
dapan1121 0a1e3f144c fix taosd crash issue 2022-05-12 11:09:05 +08:00
slzhou@taodata.com 85ee4f7df6 fix finalize function call return value >=0 not error, <0 error 2022-05-12 10:43:54 +08:00
slzhou@taodata.com ed1a71f1a0 Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-05-12 09:57:55 +08:00
slzhou@taodata.com d37d4e5b5e error processing of executor when calling aggregate function 2022-05-12 09:57:43 +08:00
Yihao Deng 17fe1d44da
Merge pull request #12353 from taosdata/enh/updateIndexF
enh(index): update index filter UT
2022-05-12 09:13:14 +08:00
Li Minghao 4738f72c60
Merge pull request #12357 from taosdata/feature/3.0_mhli
enh(sync): add error log, linux api error, %X
2022-05-12 08:43:12 +08:00
Minghao Li 453d105a08 enh(sync): add error log, linux api error, %X 2022-05-12 07:54:45 +08:00
yihaoDeng f3bf12c711 enh(index): update index filter UT 2022-05-11 23:20:01 +08:00
yihaoDeng 19e7f2207b enh(index): update index filter UT 2022-05-11 22:41:03 +08:00
yihaoDeng b6c637dc64 enh(index): update index filter UT 2022-05-11 22:13:46 +08:00
yihaoDeng 9882ae0a21 enh(index): update index filter UT 2022-05-11 22:11:33 +08:00
dapan1121 aa93f39307 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-11 21:40:56 +08:00
dapan1121 cc9983ab91 fix bug 2022-05-11 21:35:00 +08:00
Xiaoyu Wang 385068caf9
Merge pull request #12350 from taosdata/feature/3.0_wxy
fix: some problems of parser
2022-05-11 20:33:42 +08:00
Xiaoyu Wang 510283290d fix: some problems of parser 2022-05-11 19:49:04 +08:00
dapan1121 be118fdefe Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-11 19:10:13 +08:00
Xiaoyu Wang 41e36dddb7 fix: some problems of parser 2022-05-11 19:03:59 +08:00
dapan1121 327b5cdae9 stmt auto create table 2022-05-11 19:02:39 +08:00
Yihao Deng c8b0503077
Merge pull request #12346 from taosdata/enh/updateIndexF
enh(index): update index filter
2022-05-11 18:58:59 +08:00
yihaoDeng 17bbd59a82 enh(index): update index filter 2022-05-11 18:00:42 +08:00
Haojun Liao 7a4df795f4 refactor: do some internal refactor. 2022-05-11 17:19:35 +08:00
Ganlin Zhao 93b0cd8047
Merge pull request #12343 from taosdata/feature/3.0_glzhao
feat(query): add state_duration function
2022-05-11 17:02:24 +08:00
Hongze Cheng 97e74a811f
Merge pull request #12338 from taosdata/feature/data_format
fix: database options
2022-05-11 16:57:33 +08:00
Li Minghao 0fab39a8ef
Merge pull request #12344 from taosdata/feature/3.0_mhli
enh(sync): add error log, linux api error
2022-05-11 16:39:16 +08:00
dapan1121 9fcc676e3f stmt auto create table 2022-05-11 16:04:33 +08:00
Minghao Li 7c41d52967 enh(sync): add error log, linux api error 2022-05-11 15:52:31 +08:00
Ganlin Zhao 977c3fe400 feat(query): add state_duration function 2022-05-11 15:42:31 +08:00
Liu Jicong 4a7910973e
Merge pull request #12339 from taosdata/feature/tq
enh(tmq): only read committed log
2022-05-11 15:18:59 +08:00
Liu Jicong 714dd4f497 enh(tmq): only read committed log 2022-05-11 14:42:20 +08:00
dapan f506604d65 stmt auto create table 2022-05-11 14:41:39 +08:00
dapan 68f1ede8eb Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-11 11:45:53 +08:00
dapan 66bcbbba47 stmt auto create table 2022-05-11 11:44:09 +08:00
Hongze Cheng ac27d62f33 refact data code 2022-05-11 02:29:53 +00:00
Ganlin Zhao 6a94ad7346
Merge pull request #12321 from taosdata/feature/3.0_glzhao
feat(query): add state_count function
2022-05-11 09:50:56 +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
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
Ganlin Zhao 46c9e0f1c2 refactor code format 2022-05-10 20:51:31 +08:00
Ganlin Zhao 57cd462000 Merge branch '3.0' into feature/3.0_glzhao 2022-05-10 20:44:57 +08:00
Ganlin Zhao 3c7b971841 feat(query): add state_count function 2022-05-10 20:35:54 +08:00
Ganlin Zhao 85adb8611c feat(query): add state_count function 2022-05-10 20:32:03 +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
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
Haojun Liao 6c30d170ea refactor: do some internal refactor. 2022-05-10 17:46:45 +08:00
Hongze Cheng 6a0e89c487 fix: memory leak 2022-05-10 09:06:20 +00:00
dapan 97f64a58ee Merge remote-tracking branch 'origin/feature/vnode_refact1' into feature/qnode 2022-05-10 16:00:08 +08:00
dapan 005ff0eda9 stmt auto create table 2022-05-10 15:50:41 +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
Hongze Cheng faa37667b7 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-10 05:57:42 +00:00
Hongze Cheng 0058775309 feat: TD-15433 2022-05-10 05:57:31 +00: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
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
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
Haojun Liao f872ef975f
Merge pull request #12274 from taosdata/feature/3.0_liaohj
enh(query):support selectivity function and normal column data query.
2022-05-09 23:36:51 +08:00
yihaoDeng 6c844c7567 enh(index): support numberic and json filter 2022-05-09 23:34:48 +08:00
Shengliang Guan 87aca17f29 Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-05-09 23:27:12 +08:00
slzhou 623a71d34c feature(udf):move start/stop udfd out of dnode management preparation 2022-05-09 21:39:41 +08:00
Xiaoyu Wang 6804c6a47f fix: problem of parser and planner 2022-05-09 20:30:26 +08:00
Shengliang Guan 75c47794c9 Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-05-09 20:26:07 +08:00
Xiaoyu Wang 4c914c2960 fix: problem of parser and planner 2022-05-09 20:20:05 +08:00
Minghao Li 589048e96b fix(sync): fix memory leak, RespMgr 2022-05-09 20:14:31 +08:00
Ganlin Zhao cfa77a2d39 feat(query): add leastsquares function 2022-05-09 20:04:03 +08:00
dapan af2ba729b0 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-09 20:04:00 +08:00
dapan 1157154d1e stmt test 2022-05-09 20:03:09 +08:00
Ganlin Zhao 79570c93a3 feat(query): add leastsquares function 2022-05-09 19:37:16 +08:00
Haojun Liao 09f07dbbcf enh(query): add error check for scalar function calculation. 2022-05-09 19:16:22 +08:00