Commit Graph

5628 Commits

Author SHA1 Message Date
Shengliang Guan daefe101c1 Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-20 08:47:36 +08:00
Shengliang Guan 8213315fdd
Merge pull request #11643 from taosdata/feature/3.0_liaohj
fix(query): fix the crash caused by the complex having clause
2022-04-20 00:00:46 +08:00
Shengliang Guan d73010fd32
Merge pull request #11638 from taosdata/feature/retry
enh(rpc): add rpc retry
2022-04-20 00:00:30 +08:00
Shengliang Guan 040b7f11da
Merge pull request #11632 from taosdata/fix/valgrind
fix: fix memory leak in client
2022-04-19 23:59:47 +08:00
yihaoDeng f0c0bc923c enh(rpc): fix mem leak 2022-04-19 23:57:07 +08:00
Cary Xu 3747e6f440
Merge pull request #11649 from taosdata/feature/TD-14481-3.0
feat: SKVRow read logic
2022-04-19 22:34:41 +08:00
Shengliang Guan 2702903e94 feat: report service status 2022-04-19 21:53:16 +08:00
Shengliang Guan b66718a4d8 feat: report service status 2022-04-19 21:39:42 +08:00
Cary Xu a6e69b9704 trow: SKVRow read logic 2022-04-19 21:04:02 +08:00
Ganlin Zhao 8649bbca02
Merge pull request #11642 from taosdata/fix/TD-14843
refactor(query): refactor cast function
2022-04-19 21:03:06 +08:00
Ganlin Zhao a8ea6063d5
Merge pull request #11646 from taosdata/fix/TD-14905
fix(query): fix timezone function with trailing characters
2022-04-19 20:41:44 +08:00
Ganlin Zhao f53db3d3b9 fix(query): fix cast function NULL value handling logic 2022-04-19 20:40:45 +08:00
Ganlin Zhao 43aecff7ea fix(query): fix timezone function with trailing characters 2022-04-19 20:15:29 +08:00
Shengliang Guan a3ed0703b5 feat: report startup steps 2022-04-19 20:07:34 +08:00
Shengliang Guan 271e6255ed Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-19 19:44:34 +08:00
Shengliang Guan 7c588cc074 feat: report startup steps 2022-04-19 19:43:55 +08:00
Ganlin Zhao 6d8c06efd5 fix(query): fix timezone function with trailing characters 2022-04-19 19:16:15 +08:00
Haojun Liao f25a72e5c3 fix(query): fix the crash caused by the complex having clause in which an scalar function is nested with an aggregate function in group by query. 2022-04-19 18:45:28 +08:00
Ganlin Zhao f9947be46f refactor(query): refactor cast function
TD-14837
TD-14843
TD-14904
2022-04-19 18:22:59 +08:00
Ganlin Zhao 482afcf288 refactor(query): refactor cast function
TD-14837
TD-14843
TD-14904
2022-04-19 18:20:27 +08:00
Ganlin Zhao 11028921b6 refactor(query): refactor cast function
TD-14837
TD-14843
TD-14904
2022-04-19 18:16:29 +08:00
Shengliang Guan 3752712989
Merge pull request #11639 from taosdata/feature/node
fix: make taos_options work
2022-04-19 18:11:21 +08:00
Haojun Liao b122538268 refactor: do some internal refactor. 2022-04-19 18:06:59 +08:00
Shengliang Guan f6597c37f4 fix: make taos_options work 2022-04-19 17:54:57 +08:00
shenglian-zhou b62b17865a
Merge pull request #11572 from taosdata/3.0_udfd
feat(udf): UDF service refactoring with new interface
2022-04-19 17:29:57 +08:00
yihaoDeng 5f24bf5bf9 enh(rpc): add rpc retry 2022-04-19 17:29:04 +08:00
Haojun Liao e5bf165e24
Merge pull request #11637 from taosdata/feature/3.0_liaohj
feat(query): a new builtin aggregate function is added.
2022-04-19 17:25:58 +08:00
Shengliang Guan 7d65802571 fix: refact shell arguments 2022-04-19 17:05:39 +08:00
slzhou 0776427f45 runUdf passed 2022-04-19 16:51:02 +08:00
Haojun Liao 7f0077cad5 feat(query): a new builtin aggregate function is added. 2022-04-19 16:32:19 +08:00
Haojun Liao 29608b0866
Merge pull request #11610 from taosdata/feature/3.0_liaohj
fix(query): avoid the output result overlap within the project operator buffer.
2022-04-19 16:27:28 +08:00
Shengliang Guan cf433ec94c feat: check server status 2022-04-19 16:27:20 +08:00
Haojun Liao 1c94bbb5e4 enh(query): set the status of stream scan operator. 2022-04-19 16:11:16 +08:00
Xiaoyu Wang 7d4cc302b6
Merge pull request #11634 from taosdata/feature/3.0_wxy
feat: delimit the time range according to the filtering conditions
2022-04-19 16:07:19 +08:00
Ganlin Zhao 4407a49c81
Merge pull request #11630 from taosdata/hotfix/glzhao_3.0
refactor(query): refactor string functions
2022-04-19 15:57:12 +08:00
Xiaoyu Wang 556f6a96ea feat: delimit the time range according to the filtering conditions 2022-04-19 15:46:11 +08:00
Shengliang Guan 07ae78392f feat: check server status 2022-04-19 15:31:48 +08:00
Shengliang Guan 9e130aef6d feat: check server status 2022-04-19 15:29:28 +08:00
Cary Xu dc11ea8384
Merge pull request #11631 from taosdata/feature/TD-14481-3.0
feat: trow refactor
2022-04-19 14:30:04 +08:00
dapan1121 b7281e4d72 Merge remote-tracking branch 'origin/3.0' into fix/valgrind 2022-04-19 14:19:31 +08:00
dapan1121 25a4645f08 fix mem leak 2022-04-19 14:18:58 +08:00
Hongze Cheng 52647f100e
Merge pull request #11628 from taosdata/feature/vnode_refact1
refactor: vnode
2022-04-19 14:16:14 +08:00
Cary Xu 8959e4437b trow refactor 2022-04-19 14:13:34 +08:00
Haojun Liao 2288d35194 Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-19 13:48:22 +08:00
Haojun Liao 0787021ca0 fix(query): check the primary timestamp null case and report error with inforamtion to caller. 2022-04-19 13:47:40 +08:00
Xiaoyu Wang d4829dcd9a
Merge pull request #11629 from taosdata/feature/3.0_wxy
fix: some syntax parsing problems
2022-04-19 13:43:29 +08:00
Hongze Cheng 0d89d93787 refactor: vnode 2022-04-19 05:42:16 +00:00
Ganlin Zhao 114423f55b Merge branch '3.0' into hotfix/glzhao_3.0 2022-04-19 13:27:22 +08:00
Xiaoyu Wang 2d7cf35fb0 fix: some syntax parsing problems 2022-04-19 13:25:19 +08:00
Ganlin Zhao a70181194b refactor(query): refactor string functions
TD-14836
TD-14833
2022-04-19 13:15:55 +08:00