Commit Graph

270 Commits

Author SHA1 Message Date
dapan af2ba729b0 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-09 20:04:00 +08:00
Ganlin Zhao b3df34ef08 Revert "fix(query): fix cast function regression brought by other changes"
This reverts commit e000addc2c.
2022-05-09 15:16:47 +08:00
Ganlin Zhao 8bbcb02855 Merge branch 'feature/3.0_glzhao' of github.com:taosdata/TDengine into feature/3.0_glzhao 2022-05-09 15:16:09 +08:00
Ganlin Zhao b4c7118a51 fix(query): fix cast ncahr bug 2022-05-09 15:13:43 +08:00
Ganlin Zhao e000addc2c fix(query): fix cast function regression brought by other changes 2022-05-09 13:34:26 +08:00
shenglian zhou 8f3619ee89 feature(udf): enhance error process 2022-05-09 11:36:46 +08:00
dapan 71dbed3ede Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-09 08:16:02 +08:00
Haojun Liao 06fb98f0a4 fix(query): revise the length of var data type. 2022-05-08 17:18:11 +08:00
Ganlin Zhao 291d6d25eb fix(query): fix invalid write for concat/concat_ws function
TD-15319
TD-15346
2022-05-07 20:56:43 +08:00
dapan f6f317d608 Merge remote-tracking branch 'origin/feature/vnode_refact0' into feature/qnode 2022-05-07 14:59:45 +08:00
dapan1121 1792bf5ff3 fix bug 2022-05-07 14:46:04 +08:00
WANG MINGMING 340f9158c0
Merge pull request #12156 from taosdata/feature/TD-14761
feat: schemaless write
2022-05-07 10:42:44 +08:00
Haojun Liao 8ffdd1b715 other: merged with 3.0 branch. 2022-05-06 17:26:52 +08:00
Haojun Liao 4e90982c22 fix(query): sort according to the generated column data in order by operator. 2022-05-06 17:23:20 +08:00
wangmm0220 05daba7f8e refactor:merge from 3.0 2022-05-06 11:28:34 +08:00
Haojun Liao e4f0a0fc67 fix(query): enable table name query for super table. 2022-05-05 23:47:44 +08:00
Ganlin Zhao 26285015cb fix(query): fix cast function constant convert to nchar result length 2022-05-05 20:11:34 +08:00
Ganlin Zhao 8430a94c81 Merge branch '3.0' into feature/3.0_glzhao 2022-05-05 18:37:47 +08:00
Ganlin Zhao f904e5912e fix(query): fix cast constant to nchar type value output incorrect
TD-15138
2022-05-05 17:43:22 +08:00
dapan1121 ed0c177406 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-05 08:16:39 +08:00
wangmm0220 4fa52dc6d6 refactor:fix schemaless error & add unit test cases 2022-05-01 22:08:18 +08:00
dapan1121 c3484ce8c3 stmt query 2022-04-29 20:04:34 +08:00
dapan1121 190b702953
Merge pull request #12017 from taosdata/feature/qnode
fix: fix hb crash issue
2022-04-29 16:38:48 +08:00
dapan1121 dd13924dbc stmt query 2022-04-29 14:35:54 +08:00
Haojun Liao 77f1779820
Merge pull request #12042 from taosdata/feature/3.0_liaohj
fix(query): alter the type of result of the length function.
2022-04-29 14:00:16 +08:00
Haojun Liao 5711656304 fix(query): alter the type of result of the length function. 2022-04-29 11:55:25 +08:00
dapan1121 a4d4cd2a84 stmt query 2022-04-29 11:31:39 +08:00
dapan1121 18b6c99e09 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-04-29 09:20:48 +08:00
dapan1121 92c555f257 stmt query 2022-04-29 09:20:37 +08:00
afwerar f4f11fdc01 fix(os): fix win open file error. 2022-04-28 19:46:37 +08:00
Ganlin Zhao 5587eb375c
Merge pull request #11993 from taosdata/fix/TD-15172
fix(query): fix bug in multi-input math functions
2022-04-28 17:26:44 +08:00
shenglian-zhou d5ae5fc667
Merge pull request #11897 from taosdata/feature/udf
feature(udf): aggregate function
2022-04-28 14:00:35 +08:00
Ganlin Zhao ad93fc6344 fix(query): fix bug in multi-input math functions 2022-04-28 13:32:03 +08:00
Ganlin Zhao b70c019824 fix(query): fix bug in multi-input math functions 2022-04-28 13:29:50 +08:00
dapan1121 e79850164b
Merge pull request #11985 from taosdata/feature/qnode
fix: fix taos shell crash issue
2022-04-28 13:21:43 +08:00
dapan1121 5935c9cda4 Merge branch 'feature/qnode' of github.com:taosdata/TDengine into feature/qnode 2022-04-28 11:49:09 +08:00
dapan1121 1850dc0371 stmt query 2022-04-28 11:47:55 +08:00
shenglian zhou 974c679c84 Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-04-28 10:30:20 +08:00
Cary Xu e6a83367c8 merge 3.0 2022-04-28 09:47:49 +08:00
Ganlin Zhao d22a791125 refactor(query): divide by 0 optimization
TD-15058
TD-15059
2022-04-27 20:31:15 +08:00
dapan1121 1aa22beb60 stmt query 2022-04-27 20:03:13 +08:00
Ganlin Zhao c211427e2e fix(query): replace nan/inf result in math functions
TD-15172
2022-04-27 19:03:41 +08:00
shenglian zhou 35711ee710 Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-04-27 07:31:36 +08:00
slzhou 26eaaf9070 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd 2022-04-26 17:00:15 +08:00
slzhou 41a213a904 scalar api change 2022-04-26 16:57:08 +08:00
dapan1121 4d595938df handle null value 2022-04-26 16:40:30 +08:00
dapan1121 960f885aef Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-04-26 15:55:11 +08:00
dapan1121 65a7d0f1c2 scalar constant 2022-04-26 15:51:46 +08:00
Ganlin Zhao 471b67ae45 fix(query): change some assert to ASSERT macro 2022-04-26 15:29:50 +08:00
Ganlin Zhao daea9b4d58 fix(query): fix taosshell crash when arithmetic operation with NULL
concstant

TD-15132
2022-04-26 15:06:20 +08:00