Commit Graph

7124 Commits

Author SHA1 Message Date
Haojun Liao 9b2cdcff9d
Merge pull request #12417 from taosdata/feature/3.0_liaohj
fix(query): add the repeat scan flag check in the aggregate executor.
2022-05-13 14:28:05 +08:00
yihaoDeng fee540c1fa fix(rpc): avoid fd leak 2022-05-13 13:09:34 +08:00
yihaoDeng c56b0e0b15 fix(rpc): avoid fd leak 2022-05-13 12:24:57 +08:00
yihaoDeng d0fe68b0e4 fix(rpc): avoid fd leak 2022-05-13 12:18:57 +08:00
Haojun Liao 86031c1985 fix(query): add the repeat scan flag check during aggregate executor. 2022-05-13 12:17:09 +08:00
yihaoDeng ddee7344d5 fix(rpc): avoid fd leak 2022-05-13 11:25:35 +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
liuyao 426200a71b
Merge pull request #12384 from taosdata/feature/TD-15379
feat(stream): stream reprocess window
2022-05-13 09:19:22 +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
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
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
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
Hongze Cheng a3eaf53bf5
Merge pull request #12397 from taosdata/feat/TD-15280
feat: tag read
2022-05-12 20:25:07 +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
Hongze Cheng 7ed7e1de40 feat: tag read 2022-05-12 11:21:44 +00: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
Cary Xu 910436a564 feat(tsdb): comp use cfg from params 2022-05-12 18:46:20 +08:00