Commit Graph

25051 Commits

Author SHA1 Message Date
Cary Xu dbbd320667
Merge pull request #11386 from taosdata/feature/TD-11463-3.0
feat: update time series data
2022-04-11 17:33:14 +08:00
Cary Xu 6a9834f541 Merge branch '3.0' into feature/TD-11463-3.0 2022-04-11 17:05:51 +08:00
Cary Xu 72e39b2bf5 adaption for update function 2022-04-11 17:05:24 +08:00
plum-lihui 0f83fd7c59 test: add session cases into CI 2022-04-11 16:32:44 +08:00
plum-lihui 3ff5d91d31 test:add session windows cases 2022-04-11 16:12:34 +08:00
Haojun Liao 115ac26c8e
Merge pull request #11379 from taosdata/feature/3.0_liaohj
fix[query]:enable sum function to be applied to bool data type.
2022-04-11 15:49:50 +08:00
Haojun Liao 6b681d79d4 fix[query]:enable sum function to be applied to bool data type. 2022-04-11 15:25:19 +08:00
Haojun Liao c18810402c
Merge pull request #11376 from taosdata/feature/3.0_liaohj
fix[query]:fix memory invalid write in group by nchar data.
2022-04-11 15:24:25 +08:00
Haojun Liao b223010bdd fix[query]:fix memory invalid write in group by nchar data. 2022-04-11 14:54:16 +08:00
cpwu 2fb3e0d193
Merge pull request #11372 from taosdata/cpwu/3.0
test: add GROUP BY/ WHERE / LIMIT operator sim case
2022-04-11 12:51:28 +08:00
cpwu f17bead78e add complex case 2022-04-11 12:48:09 +08:00
cpwu 984a508774 add group by case 2022-04-11 11:51:03 +08:00
cpwu 02b31dd01d Merge branch '3.0' into cpwu/3.0 2022-04-11 11:43:46 +08:00
Haojun Liao c828ed3793
Merge pull request #11369 from taosdata/feature/3.0_liaohj
test[query]:update the script.
2022-04-11 11:10:02 +08:00
Haojun Liao ca5d5ca7bb test[query]:update the script. 2022-04-11 10:44:37 +08:00
Shengliang Guan a6be63e2ec
Merge pull request #11363 from taosdata/feature/node
fix(cluster): redirect msg when mnode not deployed
2022-04-11 10:07:29 +08:00
Shengliang Guan e846ac560f Merge remote-tracking branch 'origin/3.0' into feature/node 2022-04-10 22:34:31 +08:00
Shengliang Guan c4ee7142b9 fix[cluster]: manage mnode in multi-process mode 2022-04-10 22:34:18 +08:00
Ganlin Zhao 6a734a74ac
Merge pull request #11365 from taosdata/feature/TD-14242
<feat>[query]: add cast function SQL syntax
2022-04-10 19:55:03 +08:00
Ganlin Zhao 5fb7a7955f Merge branch '3.0' into feature/TD-14242 2022-04-10 19:33:04 +08:00
Zhiqiang Wang fb87872daf
Merge pull request #11364 from taosdata/fix/ZhiqiangWang/TD-13254-make-3.0-grant
[TD-13254]<fix>: make 3.0 grant.
2022-04-10 19:31:23 +08:00
Ganlin Zhao 03cce69b75 <feat>[query]: add cast function SQL syntax
TD-14242
2022-04-10 19:13:44 +08:00
afwerar 2662a3b69d [TD-13254]<fix>: make 3.0 grant. 2022-04-10 19:08:16 +08:00
Shengliang Guan 3feca9402c Merge remote-tracking branch 'origin/3.0' into feature/node 2022-04-10 18:25:13 +08:00
Shengliang Guan 14ec5b672a fix[cluster]: redirect msg when mnode not deployed 2022-04-10 18:24:16 +08:00
Shengliang Guan 4188f3fa9c
Merge pull request #11360 from taosdata/feature/node
fix[cluster]: redirect msg when node not deployed
2022-04-10 17:55:48 +08:00
Haojun Liao 1df069814a feat[query]:add time slice operator. 2022-04-10 15:35:09 +08:00
Shengliang Guan a3ac72079e fix[cluster]: redirect msg when node not deployed 2022-04-10 14:04:44 +08:00
Yihao Deng 7b07299e25
Merge pull request #11302 from taosdata/feature/create_index
Feature/create index
2022-04-10 13:56:13 +08:00
Shengliang Guan b8bdbed3db fix[cluster]: redirect meg when node not deployed 2022-04-10 13:47:28 +08:00
Shengliang Guan 48ec0aa781
Merge pull request #11351 from taosdata/feature/node
feat[cluster]: create and drop mnode
2022-04-10 13:04:04 +08:00
yihaoDeng 3d6030a4e7 handle conflict 2022-04-10 10:13:22 +08:00
Haojun Liao ccd3f27fe9
Merge pull request #11357 from taosdata/feature/3.0_liaohj
fix[query]: fix the filter not active bug.
2022-04-10 00:29:33 +08:00
Haojun Liao 9c9082ce3f fix[query]: fix the filter not active bug. 2022-04-09 23:58:49 +08:00
Haojun Liao 0bb9e89069
Merge pull request #11356 from taosdata/feature/3.0_liaohj
fix[query]:fix a bug in the filter processing, and update a query related test script.
2022-04-09 23:57:41 +08:00
Haojun Liao 08f0b05721 <fix>[query]:fix bug in filter, and update a query related test script. 2022-04-09 23:28:16 +08:00
Haojun Liao 9d7d12b397
Merge pull request #11322 from taosdata/feature/3.0_liaohj
<fix>[query]: fix filter caused taosd crash.td-14566.
2022-04-09 22:52:32 +08:00
Haojun Liao d63bff3ffc test[cluster]:disable mnode unit test temporarily. 2022-04-09 22:29:05 +08:00
Shengliang Guan b4496f5349 Merge remote-tracking branch 'origin/3.0' into feature/node 2022-04-09 19:38:58 +08:00
Shengliang Guan faec543f73 test[cluster]: create and drop mnode 2022-04-09 19:38:49 +08:00
Shengliang Guan c1b3afa92d feat[cluster]: create and drop mnode 2022-04-09 19:38:20 +08:00
Haojun Liao 4c182340d0 fix[query]:disable the assignment of table uid to ssdatablock. 2022-04-09 19:32:50 +08:00
Haojun Liao 20b36401ac fix[query]:fix limit/offset bug. 2022-04-09 19:03:31 +08:00
Yihao Deng e1e4d3d600
Merge pull request #11350 from taosdata/fix/handle_rpc_except
handle except
2022-04-09 18:50:39 +08:00
Cary Xu 2903e0b138
Merge pull request #11349 from taosdata/feature/TD-11463-3.0
use 1 bit in bitmap for super block
2022-04-09 18:44:14 +08:00
Haojun Liao c5dadcdb99 <fix>[query]:fix an error reported by compiler. 2022-04-09 18:39:25 +08:00
Haojun Liao d6338ca773
Merge branch '3.0' into feature/3.0_liaohj 2022-04-09 18:30:05 +08:00
yihaoDeng 7e82f381af handle except 2022-04-09 18:24:01 +08:00
Cary Xu 7254263a29 use 1 bit in bitmap for super block 2022-04-09 18:21:03 +08:00
Haojun Liao 241e7d461a test:disable scalarFunction.sim temporarily. 2022-04-09 18:15:42 +08:00