Commit Graph

33017 Commits

Author SHA1 Message Date
yihaoDeng 5a4b51a968 fix index bug 2022-06-25 20:36:38 +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
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
Ganlin Zhao 52bfe2e74c modify test cases for cast.py 2022-06-25 14:19:17 +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
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
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
Zhiqiang Wang 8171e3264c
Merge pull request #14227 from taosdata/fix/ZhiqiangWang/TD-16357-add-alloca-func
os: add alloca func
2022-06-25 11:40:42 +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
Ganlin Zhao a52ee47ee4
Merge pull request #14226 from taosdata/feat/groupkey_function
refactor(query): refactor _group_key function
2022-06-25 11:23:30 +08:00
afwerar 925276e449 os: add alloca func 2022-06-25 11:14:10 +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
Shengliang Guan aa8faeba49
Merge pull request #14224 from taosdata/fix/mnode
refactor: rename auth to privilege
2022-06-25 11:02:17 +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
Liu Jicong 5040cb9541 enh(query): window included in serialized retrieve table rsp 2022-06-25 10:43:19 +08:00
Ganlin Zhao 37d1cc28a6 refactor(query): refactor _group_key function 2022-06-25 10:43:06 +08:00
Xiaoyu Wang 16ee8eeb28 feat: support partition by expression and aggregate function output together 2022-06-25 10:29:44 +08:00
Shengliang Guan 09ce47ae9f refactor: rename auth to privilege 2022-06-25 10:27:27 +08:00
Xiaoyu Wang e187f42902 feat: support partition by expression and aggregate function output together 2022-06-25 09:42:50 +08:00
WANG MINGMING f0b50add27
Merge pull request #14184 from taosdata/feature/TD-13041
feat:sort table group if needed & optimize partition by tag
2022-06-25 09:41:30 +08:00
Shengliang Guan 31e53a2d9c
Merge pull request #14212 from taosdata/fix/mnode
fix: no redirect resp
2022-06-25 09:41:16 +08:00
Shengliang Guan 4fb79dd0c3 fix: compile errors 2022-06-25 09:01:16 +08:00
Shengliang Guan 12f9a3f34d Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-06-25 08:58:33 +08:00
Shengliang Guan cdfb47cb55 feat: check oper privilege 2022-06-25 08:56:47 +08:00
Shengliang Guan c70a930dea
Merge pull request #14222 from taosdata/fix/tsim
fix: no redirect resp
2022-06-25 08:56:21 +08:00
Xiaoyu Wang fb1e845256 feat: support partition by expression and aggregate function output together 2022-06-25 08:44:45 +08:00
Shengliang Guan 0cc28d6ee2 test: minor changes 2022-06-25 08:27:11 +08:00
Haojun Liao 54283f8726 fix(query): fix memory leak. 2022-06-24 23:02:48 +08:00
Haojun Liao 6c49aecb70 fix(query): fix memory leak. 2022-06-24 22:54:06 +08:00
Liu Jicong 91d714e69b
Merge pull request #14220 from taosdata/feature/stream
fix(stream): support none type in submit msg
2022-06-24 22:10:16 +08:00