Commit Graph

34126 Commits

Author SHA1 Message Date
Liu Jicong 47ae534c0f fix(sma): drop stream when drop sma 2022-06-25 17:44:54 +08:00
plum-lihui 40a21701f9 test: add test case into CI 2022-06-25 17:44:43 +08:00
cpwu eca49c56a0 fix case 2022-06-25 17:43:57 +08:00
plum-lihui 8526b2ff89 test: add test case for tmq 2022-06-25 17:43:26 +08:00
wenzhouwww@live.cn 00482e9c2c update case for tag compute 2022-06-25 17:38:23 +08:00
Liu Jicong c8cca3568a
Merge pull request #14246 from taosdata/feature/stream
enh(stream): generate schema only once
2022-06-25 17:36:18 +08:00
tangfangzhi 35336d7964 ci: keep change branch in log 2022-06-25 17:33:24 +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
Liu Jicong 814b3caabf enh(stream): generate schema only once 2022-06-25 17:14:50 +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
Hongze Cheng 7d1574feca fix map data encode bug 2022-06-25 08:52:24 +00:00
54liuyao 10e90ce973 feat(stream): auto pull data 2022-06-25 16:44:14 +08:00
Zhiqiang Wang 368336c171
Merge pull request #14244 from taosdata/fix/ZhiqiangWang/TD-16357-add-sim-full-test
test: add sim full test
2022-06-25 16:36:14 +08:00
Minghao Li 77b365f0cc refactor(sync): do not replicate when one replica 2022-06-25 16:27:05 +08:00
afwerar 592d8e488f test: add sim full test 2022-06-25 16:14:54 +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
“happyguoxy” 1ba41e03ff test: refine query cases 2022-06-25 15:48:25 +08:00
jiacy-jcy ee672bee6c Merge branch '3.0' into 3.0test/jcy 2022-06-25 15:28:29 +08:00
Shengliang Guan 1fb2c664a4
Merge pull request #14223 from taosdata/fix/tsim
refactor: rename auth to privilege
2022-06-25 15:26:59 +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
jiacy-jcy 91735042b7 update bottom.py 2022-06-25 15:17:25 +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
Hui Li 54fb69ba6c
Merge pull request #14230 from taosdata/ci/TD-16808
ci: drop sync windows test with linux
2022-06-25 14:55:07 +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
jiacy-jcy e70ec32c11 update 2022-06-25 14:41:25 +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
Shuduo Sang b0f16e1055
feat: taos-tools update for3.0 (#14163)
* feat: update taos-tools for 3.0

prepare for 3.0

[TD-13052]

* feat: update taos-tools

fix -I -s

[TD-13052]
2022-06-25 14:27:19 +08:00
jiacy-jcy 4eae779c85 update test case 2022-06-25 14:24:57 +08:00
jiacy-jcy fa84d68f98 add case into ci 2022-06-25 14:20:57 +08:00
Ganlin Zhao 52bfe2e74c modify test cases for cast.py 2022-06-25 14:19:17 +08:00
jiacy-jcy c0564bd639 update 2022-06-25 14:16:07 +08:00
jiacy-jcy 7752a7e4fd add test case for param ttl 2022-06-25 14:14:01 +08:00
tangfangzhi d05ef64507 enh: skip install package 2022-06-25 14:10:34 +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
tangfangzhi 27a6765282 fix: add a default parameter to windows python test script 2022-06-25 13:46:53 +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
tangfangzhi f7b1960725 ci: drop sync windows test with linux 2022-06-25 12:18:47 +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