Commit Graph

27986 Commits

Author SHA1 Message Date
cpwu 9038df4232 fix case 2022-05-13 11:47:49 +08:00
cpwu 2704e48ba6 fix case 2022-05-13 11:40:33 +08:00
yihaoDeng ddee7344d5 fix(rpc): avoid fd leak 2022-05-13 11:25:35 +08:00
cpwu e04616d70e fix case 2022-05-13 11:25:27 +08:00
Shengliang Guan 992a64e7c8 Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-05-13 11:09:02 +08:00
Shengliang Guan d10684a389 fix: invalid write while send recv 2022-05-13 10:59:47 +08:00
Yihao Deng a129a52974
Merge pull request #12412 from taosdata/feature/3.0_liaohj
fix(query): fix syntax errors in executorimpl.c
2022-05-13 10:51:59 +08:00
Shengliang Guan 095f6938b7 refactor: node mgmt 2022-05-13 10:30:36 +08:00
Haojun Liao 38d52c69dc fix(query): fix syntax errors in executorimpl.c 2022-05-13 10:12:03 +08:00
Haojun Liao fbc3ca6093 Merge branch '3.0' into feature/3.0_liaohj 2022-05-13 09:57:00 +08:00
Haojun Liao 321c291f4c refactor: do some internal refactor. 2022-05-13 09:53:19 +08:00
shenglian-zhou c5faaca906
Merge pull request #12407 from taosdata/feature/udf
fix: udf2 support int and double data type
2022-05-13 09:49:13 +08:00
Shengliang Guan 65da2ea014 refactor: node mgmt 2022-05-13 09:44:46 +08:00
Hui Li f6a6d4d4c9
Merge pull request #12411 from taosdata/test-v3.0/lihui
[test: add case into ci after fix bug]
2022-05-13 09:31:47 +08:00
liuyao 426200a71b
Merge pull request #12384 from taosdata/feature/TD-15379
feat(stream): stream reprocess window
2022-05-13 09:19:22 +08:00
plum-lihui 5fe13e6791 [test: add case into ci after fix bug] 2022-05-13 08:39:40 +08:00
Hui Li d4de00f54f
Merge pull request #12402 from taosdata/test-v3.0/lihui
[test: modify test process for tmq]
2022-05-13 08:34:42 +08:00
Hui Li 44e4d1baba
Merge pull request #12404 from taosdata/cpwu/3.0
test: add user control case
2022-05-13 08:34:33 +08:00
WANG MINGMING 00b17f8655
Merge pull request #12406 from taosdata/feature/TD-14761
feat: schemaless add telnet and json protocol
2022-05-13 02:04:33 +08:00
Liu Jicong a65dae85b1
Merge pull request #12410 from taosdata/feature/tq
fix(wal): wal read error
2022-05-13 01:59:30 +08:00
Haojun Liao e468363ce1
Merge pull request #12409 from taosdata/feature/3.0_liaohj
fix(query): close read fd when finishing scanning data files.
2022-05-13 01:25:38 +08:00
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
Liu Jicong 6fccdc5b70
Merge pull request #12408 from taosdata/feature/tq
enh: print_row str ends with 0
2022-05-12 23:54:51 +08:00
Shengliang Guan 8fc5ce2edb refactor: node mgmt 2022-05-12 23:50:36 +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 e1e571c7a9 enh: print_row str ends with 0 2022-05-12 23:18:00 +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
Shengliang Guan 5257e812d9 fix: invalid read in mbnode test 2022-05-12 23:04:25 +08:00
slzhou 0f22b96f4a fix: change config param name from startUdfd to udf 2022-05-12 23:02:53 +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
wangmm0220 5d89e7fada refactor: add telnet and json protocol for schemaless 2022-05-12 22:48:27 +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
cpwu a60dc99773 Merge branch '3.0' into cpwu/3.0 2022-05-12 22:03:10 +08:00
cpwu f7b2793030 fix case 2022-05-12 22:02:15 +08:00
plum-lihui 7bc5bb081f [test: modify test process for tmq] 2022-05-12 21:53:59 +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
Shengliang Guan 823691b6b2 refactor: node mgmt 2022-05-12 21:25:32 +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