Commit Graph

26545 Commits

Author SHA1 Message Date
Xiaoyu Wang 38c89b7e17
Merge pull request #11960 from taosdata/feature/3.0_wxy
enh: refactor db and table options
2022-04-28 10:37:48 +08:00
Ganlin Zhao b56f95dcb5
Merge pull request #11968 from taosdata/fix/TD-15172
refactor(query): divide by 0 optimization
2022-04-28 10:29:17 +08:00
Shengliang Guan 3dd54a5969
Merge pull request #11978 from taosdata/fix/tsim
fix: invalid port described in TD-15165
2022-04-28 10:25:54 +08:00
Ganlin Zhao 1152ed5642 fix sim case 2022-04-28 10:05:38 +08:00
Xiaoyu Wang 1cc9c68151 enh: refactor db and table options 2022-04-28 09:59:59 +08:00
Liu Jicong 1c8910de73
Merge pull request #11970 from taosdata/feature/tq
refacor(tmq): extract unassigned vg out of hash
2022-04-28 09:52:08 +08:00
Jason-Jia dec9d63ca1
Merge pull request #11961 from taosdata/test/jcy
test: add cases for timezone and now
2022-04-28 09:49:48 +08:00
Shengliang Guan 8253e019be fix: invalid port described in TD-15165 2022-04-28 09:43:08 +08:00
jiacy-jcy 98ced775ca update testcase 2022-04-28 09:27:49 +08:00
jiacy-jcy 9632993e4e update test case for now 2022-04-28 09:18:38 +08:00
Xiaoyu Wang d66fdb948d Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-04-28 09:06:27 +08:00
jiacy-jcy b72c7a744e Merge branch '3.0' into test/jcy 2022-04-28 08:41:57 +08:00
jiacy-jcy f27766331f update 2022-04-28 08:40:50 +08:00
Cary Xu 917803764d
Merge pull request #11972 from taosdata/feature/TD-14481-3.0
feat: trow refinement
2022-04-28 00:52:27 +08:00
Cary Xu 66ba959f21 feat: trow refinement 2022-04-28 00:32:24 +08:00
Cary Xu 8a97254e53 Merge branch '3.0' into feature/TD-14481-3.0 2022-04-28 00:24:42 +08:00
Cary Xu e11147ddff
Merge pull request #11964 from taosdata/feature/TD-14481-3.0
feat: rollup sma refactor
2022-04-27 23:22:52 +08:00
Cary Xu f62b26c858 Merge branch '3.0' into feature/TD-14481-3.0 2022-04-27 22:38:45 +08:00
Ganlin Zhao 0545a354e4 Merge branch '3.0' into fix/TD-15172 2022-04-27 21:54:07 +08:00
Ganlin Zhao 6e5917487f
Merge pull request #11969 from taosdata/fix/TD-15137
refactor(query): forbid timestamp type arithmetic operation with floating type
2022-04-27 21:40:10 +08:00
Ganlin Zhao ad555773da comment out taosShell.py which blocking CI 2022-04-27 21:20:36 +08:00
Ganlin Zhao 41f1612e68 Merge branch '3.0' into fix/TD-15137 2022-04-27 21:20:06 +08:00
Liu Jicong c790b4dfad refacor(tmq): extract unassigned vg out of hash 2022-04-27 21:18:41 +08:00
Ganlin Zhao cb318d4859 refactor(query): forbid timestamp type arithmetic operation with floating type
TD-15137
2022-04-27 21:04:24 +08:00
Haojun Liao 707be3a826
Merge pull request #11965 from taosdata/feature/3.0_liaohj
fix(query): the null value is missing when merging two SColumnInfoData.
2022-04-27 20:50:10 +08:00
Ganlin Zhao d22a791125 refactor(query): divide by 0 optimization
TD-15058
TD-15059
2022-04-27 20:31:15 +08:00
Ganlin Zhao 193b994f19
Merge pull request #11963 from taosdata/fix/TD-15172
fix(query): replace nan/inf result in math functions
2022-04-27 20:30:43 +08:00
plum-lihui 06f68bbb0f [test: add cases into ci for taos shell] 2022-04-27 20:30:28 +08:00
plum-lihui 361f038d3c [test: add test cases for taos shell] 2022-04-27 20:21:59 +08:00
Haojun Liao 878bb18d08 fix(query): the null value is missing when merging two SColumnInfoData. 2022-04-27 19:59:50 +08:00
Cary Xu 05a9af5c2f Merge branch '3.0' into feature/TD-14481-3.0 2022-04-27 19:50:01 +08:00
Cary Xu 771e83fd73 feat: rollup refactor 2022-04-27 19:49:04 +08:00
Haojun Liao b159b0ff12
Merge pull request #11957 from taosdata/feature/3.0_liaohj
fix(query): enable the limitation on the number of query results
2022-04-27 19:24:27 +08:00
Zhiqiang Wang cf8154551e
Merge pull request #11955 from taosdata/fix/ZhiqiangWang/fix-14989-fix-new-compilation-errors
fix(os): fix new compilation errors.
2022-04-27 19:11:08 +08:00
Xiaoyu Wang 7f218009ed enh: refactor db and table options 2022-04-27 19:10:16 +08:00
Ganlin Zhao c211427e2e fix(query): replace nan/inf result in math functions
TD-15172
2022-04-27 19:03:41 +08:00
Yihao Deng 795f2a18d4
Merge pull request #11923 from taosdata/fix/TD-15127
fix(rpc): fix duplicat port error
2022-04-27 18:49:30 +08:00
Xiaoyu Wang 498b5b3b16 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-04-27 18:45:12 +08:00
Haojun Liao d41a9e8bf0 fix(query): enable the limitation on each group by using limit/offset. 2022-04-27 18:43:46 +08:00
plum-lihui 347ce15f69 [test: add taos shell cases] 2022-04-27 18:26:20 +08:00
plum-lihui eb986a06f2 [test: set rpc debug flag to 143] 2022-04-27 18:25:48 +08:00
Xiaoyu Wang 6d449c8224 enh: refactor db and table options 2022-04-27 18:18:37 +08:00
Shengliang Guan ff6ddd1be1
Merge pull request #11953 from taosdata/feature/dnode
test: add unitest for sdb
2022-04-27 18:13:56 +08:00
Haojun Liao 1c08688da2 fix(query): return object instead of free it when error happens. 2022-04-27 18:12:26 +08:00
Haojun Liao 7c6bc10760 fix(query): enable the limitation on the number of query results within each group. 2022-04-27 17:52:39 +08:00
Liu Jicong eba09ac3c0
Merge pull request #11952 from taosdata/feature/tq
feat(tmq): consumer support recover
2022-04-27 17:47:54 +08:00
afwerar bf9ab440a7 fix(os): fix new compilation errors. 2022-04-27 17:39:54 +08:00
jiacy-jcy f09dfc1d83 update 2022-04-27 17:34:20 +08:00
Liu Jicong e119a7ad48 fix 2022-04-27 17:27:36 +08:00
Shengliang Guan 4bdd90880c test: add unitest for sdb 2022-04-27 17:25:06 +08:00