Commit Graph

32489 Commits

Author SHA1 Message Date
Ganlin Zhao a46abd974b fix(query): fix leastsquares function random result when input is
tinyint

TD-16394
2022-06-21 19:22:38 +08:00
jiajingbin 7517d3aa72
Merge pull request #14039 from taosdata/cpwu/3.0
fix: fix the the case
2022-06-21 14:42:37 +08:00
Xuefeng Tan 9c615cc894
fix(taosAdapter): fix cmake variable (#14054) 2022-06-21 14:39:05 +08:00
wenzhouwww 5bd6947046
Merge pull request #13981 from taosdata/test/distribute_avg
test: add test case for distribute plan of avg and stddev
2022-06-21 14:13:44 +08:00
Xuefeng Tan 5198254faf
enh(taosAdapter): update taosAdapter (#14050) 2022-06-21 13:37:34 +08:00
Zhengmao Zhu 157fd55b69 docs: CURL add -L parameters and "" in REST page 2022-06-21 12:56:27 +08:00
Zhengmao Zhu 80c0d8e91a docs: CURL add -L parameters and "" in docker page 2022-06-21 12:56:27 +08:00
Zhengmao Zhu 5dba0918f6 docs: Update 03-docker.md
增加使用 win 宿主机时,curl 的正确姿势。
2022-06-21 12:56:27 +08:00
Zhengmao Zhu a24b0358e4 docs: Update en 03-docker.md 2022-06-21 12:55:26 +08:00
Zhengmao Zhu 561315cc3a docs: Update en 03-docker.md
CURL add -L parameters and "" in docker\REST page
2022-06-21 12:55:26 +08:00
Shengliang Guan 0e084d1d79
Merge pull request #14047 from taosdata/fix/mnode
fix: deadlock while set standby
2022-06-21 12:38:25 +08:00
gccgdb1234 c3c98edf0d fix: remove useless script from makepkg.sh 2022-06-21 12:22:37 +08:00
gccgdb1234 35a8a3ec8d fix: remove useless script 2022-06-21 12:21:49 +08:00
gccgdb1234 8778d11d11 docs: remove useless script 2022-06-21 12:21:19 +08:00
Shengliang Guan e87baa8df7 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-06-21 11:42:11 +08:00
Li Minghao 22f0ae45ac
Merge pull request #14044 from taosdata/feature/3.0_mhli
refactor(sync): set ranmdom seed by ns
2022-06-21 11:41:15 +08:00
Shengliang Guan 714c599fd7 fix: deadlock while set standby 2022-06-21 11:40:27 +08:00
Minghao Li 50e3527f2b refactor(sync): set ranmdom seed by ns 2022-06-21 11:11:16 +08:00
shenglian-zhou 0efc892933
Merge pull request #14042 from taosdata/szhou/feature/sort-group
fix: remove groupid comparision from msortCompare
2022-06-21 11:04:02 +08:00
Haojun Liao e9b0d93907
Merge pull request #14041 from taosdata/feature/3_liaohj
feature(query): support interp function, and do some internal refactor.
2022-06-21 10:45:01 +08:00
Shengliang Guan 7571d9d91e
Merge pull request #14024 from taosdata/fix/mnode
refactor: get sdb snapshot in atomic way
2022-06-21 10:32:46 +08:00
Xiaoyu Wang aca91eb831
Merge pull request #14033 from taosdata/feature/3.0_debug_wxy
feat: sql command 'show local variables' and 'show dnode variables'
2022-06-21 10:31:13 +08:00
liuyao 424b6b8473
Merge pull request #14040 from taosdata/feature/TD-16728
fix(stream): window close
2022-06-21 10:19:49 +08:00
Ganlin Zhao 0bab2091b7
Merge pull request #14034 from taosdata/fix/TD-16546
fix(query): change numOfRes from uint8_t to uint16_t to accomadate sample function max 1000 results.
2022-06-21 09:57:16 +08:00
Xiaoyu Wang 0f97c36acb feat: group by tags optimize 2022-06-21 09:54:06 +08:00
Shengliang Guan 964ce011b5 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-06-21 09:52:00 +08:00
Shengliang Guan 53198f58bb refactor: add post process for query msg 2022-06-21 09:48:31 +08:00
slzhou c17635214e Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/sort-group 2022-06-21 09:45:44 +08:00
slzhou 33ef665989 fix: remove groupid comparision from msortCompare 2022-06-21 09:45:27 +08:00
Haojun Liao bbe1deaf00 other: merge 3.0 2022-06-21 09:44:37 +08:00
54liuyao fe653c948e fix(stream): window close 2022-06-21 09:42:48 +08:00
Haojun Liao e5d25f4634 fix(query): set correct ts column index in interp executor. 2022-06-21 09:41:35 +08:00
Li Minghao 4cacb51efa
Merge pull request #14037 from taosdata/feature/3.0_mhli
fix(sync): set standby when not follower
2022-06-21 09:41:32 +08:00
Hui Li 3b9de239ce
Merge pull request #14036 from taosdata/test3.0/lihui
test: add notify between main script and comsume processor
2022-06-21 09:31:24 +08:00
Liu Jicong 119f0b3e94
Merge pull request #14038 from taosdata/feature/stream
test(stream): window close not work for stb
2022-06-21 09:30:20 +08:00
cpwu 57de6806ce Merge branch '3.0' into cpwu/3.0 2022-06-21 09:27:59 +08:00
cpwu e0f4ce59b6 fix case 2022-06-21 09:25:37 +08:00
cpwu a1f74aaba7 fix case 2022-06-21 09:22:10 +08:00
Haojun Liao 1bf7fbbc0b feature(query): support interp function, and do some internal refactor. 2022-06-20 23:22:28 +08:00
Liu Jicong 212144a3e6 test(stream): window close not work for stb 2022-06-20 21:50:13 +08:00
Minghao Li 057c502815 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-06-20 20:55:56 +08:00
shenglian-zhou 0f3fc6cff0
Merge pull request #14030 from taosdata/szhou/feature/sort-group
feat: order group by group id generated by partition
2022-06-20 20:55:51 +08:00
Minghao Li 3b7e0bfdcc fix(sync): set standby when not follower 2022-06-20 20:55:40 +08:00
plum-lihui 286b9e4071 test: add notify between main script and comsume processor 2022-06-20 20:54:43 +08:00
Liu Jicong 57e6846dae
Merge pull request #14028 from taosdata/feature/stream
feat(stream): support snode
2022-06-20 20:49:56 +08:00
Li Minghao 55a79f25a2
Merge pull request #14031 from taosdata/feature/3.0_mhli
refactor(sync): propose fail when changing
2022-06-20 20:45:57 +08:00
Ganlin Zhao 65b6c487d5 fix(query): change numOfRes from uint8_t to uint16_t to accomandate
sample function max 1000 results.

TD-16546
2022-06-20 20:41:21 +08:00
Xiaoyu Wang 33d7551cd4 merge 3.0 2022-06-20 20:38:08 +08:00
Xiaoyu Wang 5c185b909a feat: sql command 'show local variables' and 'show dnode variables' 2022-06-20 20:36:15 +08:00
Shengliang Guan 4a4d5cbd07 test: minor changes 2022-06-20 20:22:01 +08:00