Commit Graph

6537 Commits

Author SHA1 Message Date
Haojun Liao be02907302
Merge pull request #14271 from taosdata/feature/3_liaohj
fix(query): support scalar function before applying interval aggregate.
2022-06-27 11:55:28 +08:00
Haojun Liao 02e450c590 fix(query): fix invalid object type. 2022-06-27 11:34:06 +08:00
Li Minghao 486f268353
Merge pull request #14272 from taosdata/feature/3.0_mhli
refactor(sync): optimized only one replica
2022-06-27 11:05:39 +08:00
Minghao Li a22814a5a7 refactor(sync): optimized one replica 2022-06-27 10:36:28 +08:00
Haojun Liao 2e5d563ec0 other: merge 3.0. 2022-06-27 10:11:11 +08:00
Haojun Liao ff72e66dba fix(query): support scalar function before applying interval aggregate. 2022-06-27 10:07:48 +08:00
Cary Xu 0597f3b9cd refactor: rsma resource release 2022-06-26 18:44:49 +08:00
Minghao Li 6eecbcd1a6 refactor(sync): optimized one replica 2022-06-26 01:16:11 +08:00
shenglian-zhou ef84dcbead
Merge pull request #14252 from taosdata/szhou/feature/set-op-optimization
feat: add set operator optimization
2022-06-25 21:04:40 +08:00
Minghao Li a6f33ba01c refactor(sync): optimized one replica 2022-06-25 20:31:42 +08:00
Liu Jicong 0c1a51bad6 enh(stream): refine tqRetrieveDataBlock api 2022-06-25 20:03:29 +08:00
slzhou 1bc2f81b20 feat: add set op elimination 2022-06-25 18:46:54 +08:00
Liu Jicong 996f995644 fix(sma): drop stream when drop sma 2022-06-25 18:14:42 +08:00
Liu Jicong bdd4134fc1
Revert "fix(sma): drop stream when drop sma" 2022-06-25 18:11:11 +08:00
slzhou 297c848e61 feat: add set operator optimization 2022-06-25 17:50:42 +08:00
Liu Jicong 3210fdc367 merge from 3.0 2022-06-25 17:49:25 +08:00
Liu Jicong 47ae534c0f fix(sma): drop stream when drop sma 2022-06-25 17:44:54 +08:00
Li Minghao 2946a5e83c
Merge pull request #14245 from taosdata/feature/3.0_mhli
refactor(sync): do not replicate when one replica
2022-06-25 17:21:29 +08:00
liuyao 76596b0c17
Merge pull request #14243 from taosdata/feature/TD-16728
feat(stream): auto pull data
2022-06-25 17:08:14 +08:00
shenglian-zhou 6c7aaecbe0
Merge pull request #14237 from taosdata/szhou/feature/table-merge-scan-operator
fix: restore table merge scan operator
2022-06-25 17:07:33 +08:00
54liuyao 10e90ce973 feat(stream): auto pull data 2022-06-25 16:44:14 +08:00
Minghao Li 77b365f0cc refactor(sync): do not replicate when one replica 2022-06-25 16:27:05 +08:00
shenglian-zhou 8e2b93f0e1
Merge pull request #14240 from taosdata/szhou/feature/merge-interval-2
fix: overlapping intervals problem
2022-06-25 16:13:28 +08:00
Liu Jicong 3e754d157f
Merge pull request #14241 from taosdata/feature/stream
fix(tmq): check stb existence when subscribing stb
2022-06-25 15:51:24 +08:00
Liu Jicong 90121ae439 fix(tmq): check stb existence when subscribing stb 2022-06-25 15:26:29 +08:00
slzhou 6adc19d443 fix: overlapping intervals problem 2022-06-25 15:20:11 +08:00
Ganlin Zhao 570b36cb9b
Merge pull request #14232 from taosdata/enh/cast_function
enh(query): enhance cast function to support more types
2022-06-25 14:57:58 +08:00
WANG MINGMING 0e8319f70a
Merge pull request #14236 from taosdata/feature/TD-16524
fix:memory error
2022-06-25 14:48:04 +08:00
Yihao Deng 6e4e10ad41
Merge pull request #14214 from taosdata/feat/rpcRefactor1
feat: rpc refactor
2022-06-25 14:47:37 +08:00
Liu Jicong 930613db8b
Merge pull request #14235 from taosdata/feature/stream
fix(stream): stream rsp to retrieve msg if data is empty
2022-06-25 14:36:59 +08:00
yihaoDeng 25a12d96b0 handle rpc retry 2022-06-25 14:06:33 +08:00
Liu Jicong 81ed902d7f fix(stream): stream rsp to retrieve msg if data is empty 2022-06-25 14:03:06 +08:00
slzhou a9f094613a fix: restore table merge scan operator 2022-06-25 13:52:52 +08:00
wangmm0220 7acf012253 fix:memory error 2022-06-25 13:51:43 +08:00
Li Minghao a5c44a8b92
Merge pull request #14229 from taosdata/feature/3.0_mhli
refactor(sync): add trace log
2022-06-25 13:32:44 +08:00
Ganlin Zhao b139daf08b add cast function support ->bool 2022-06-25 13:32:14 +08:00
Haojun Liao dc13130168
Merge pull request #14221 from taosdata/feature/3_liaohj
fix(query): fix memory leak
2022-06-25 13:26:03 +08:00
Xiaoyu Wang 9c85131d22
Merge pull request #14219 from taosdata/feature/3.0_debug_wxy
feat: support partition by expression and aggregate function output together
2022-06-25 12:42:09 +08:00
yihaoDeng 7c57b03de7 handle rpc retry 2022-06-25 12:19:52 +08:00
Ganlin Zhao 3b9953f483 cast function support ->float, ->double 2022-06-25 12:15:17 +08:00
Haojun Liao 916adb82c6 enh(query): add user name when retrieving meta-data from mnode. 2022-06-25 12:10:34 +08:00
Xiaoyu Wang cf4fcb7398 feat: support partition by expression and aggregate function output together 2022-06-25 12:06:50 +08:00
Ganlin Zhao 4a7938e9ff cast support nchar->binary, binary/nchar->timestamp 2022-06-25 12:05:17 +08:00
Haojun Liao 377bed853a Merge branch '3.0' into feature/3_liaohj 2022-06-25 11:44:24 +08:00
Liu Jicong e6f88b6286
Merge pull request #14225 from taosdata/feature/stream
enh(query): window included in serialized retrieve table rsp
2022-06-25 11:35:18 +08:00
Minghao Li 0df1415caf refactor(sync): add trace log 2022-06-25 11:30:34 +08:00
yihaoDeng 1b339c9ccd Merge branch 'DN' into ndev 2022-06-25 11:04:39 +08:00
yihaoDeng aa8957bcc5 handle redirect 2022-06-25 11:02:49 +08:00
Ganlin Zhao b1f16fca4e Merge branch '3.0' into enh/cast_function 2022-06-25 10:48:16 +08:00
Ganlin Zhao 086d6f39aa Merge branch '3.0' into feat/groupkey_function 2022-06-25 10:46:02 +08:00