Commit graph

154 commits

Author SHA1 Message Date
Haojun Liao
18f5b323c9 other: merge 3.0 2024-07-28 23:53:52 +08:00
dapan1121
d82c945663
Merge pull request #26813 from taosdata/enh/code/TD-30977
return value: udf
2024-07-28 21:45:31 +08:00
Haojun Liao
75c121c18a fix(query): check return value. 2024-07-28 14:29:56 +08:00
Haojun Liao
7be2ecbe1f fix(common): check the return value. 2024-07-27 18:55:34 +08:00
xsren
911e6380b9 return value: udf 2024-07-27 18:33:08 +08:00
sima
6a9441528a enh:[TD-31043] Handling return value in builtinsimpl.c 2024-07-23 15:37:17 +08:00
xsren
960103a6ef fix: mem leak 2024-07-18 13:58:47 +08:00
xsren
e8218f7f63 fix: set fqdn for udfd 2024-07-18 12:18:17 +08:00
xsren
24183d3f86 fix: start udfd with env var 2024-07-18 09:58:23 +08:00
Jeff Tao
ad0dd88ba1 fix:[TD-30579]compile error in macOS 14.5 and m3 chip 2024-06-12 22:31:08 +08:00
kailixu
eb7d2d495a chore: supports obtaining physical/virtual CPU cores 2023-08-30 15:21:03 +08:00
shenglian zhou
fd754eaa08 fix: udfd can not connect to taosd since authentification failure 2023-06-25 11:31:33 +08:00
dapan1121
a0428387a9 enh: corrent column data reassign issue 2023-06-06 16:44:15 +08:00
shenglian zhou
bb3ce6a3d7 enhance: error code refactor 2023-04-23 14:54:12 +08:00
shenglian zhou
1a0c9f31bc enhance: refactor cleanup udf function 2023-04-17 10:34:34 +08:00
slzhou
99587db7a1 fix: udf handle expired after 10s 2023-04-14 07:58:25 +08:00
shenglian zhou
fe718f60ee fix: add expired udfc func stub to track the expired 2023-04-12 12:15:09 +08:00
shenglian zhou
33143e90c8 enhance: add udf stub expiration of 10s after creation 2023-04-12 09:17:31 +08:00
slzhou
41f7d79f2c fix: fix compilation error 2023-04-11 13:42:17 +08:00
shenglian zhou
74f2ba76a4 fix: check uv_is_closing before uv_close 2023-04-11 13:24:20 +08:00
slzhou
169d0ee13c fix: scalar return and log error of udf execution 2023-03-28 11:18:14 +08:00
shenglian zhou
7db1c08d9d fix: merge during pull 2023-03-22 15:28:37 +08:00
shenglian zhou
0c0edd6a39 fix: udf agg can not return null values 2023-03-22 15:27:11 +08:00
slzhou
26b3773740 fix: core dump when copy resut buf 2023-03-10 18:58:25 +08:00
slzhou
f611a6d467 fix: udf can return varchar 2023-03-10 12:36:58 +08:00
slzhou
a39ada58a5 fix: handle function of udf not implemented 2023-03-09 12:13:59 +08:00
slzhou
6c4400c3ba fix: the buf returend by the udf has a smaller size than the function bufsize 2023-03-06 09:20:55 +08:00
Haojun Liao
8d187efc18 refactor:do some internal refactor. 2023-02-20 10:04:08 +08:00
Haojun Liao
07cf336fa0 refactor: add an array list api. 2023-01-17 09:43:33 +08:00
dapan1121
e6c5fd874a
Merge pull request #19175 from taosdata/szhou/fixbugs2
enhance: remove assert
2022-12-30 09:53:59 +08:00
shenglian zhou
5c36d90bc2 fix: free the column info array 2022-12-28 16:18:24 +08:00
shenglian zhou
2680ebff38 fix: set row for data block 2022-12-28 14:31:12 +08:00
shenglian zhou
ad1ba74646 fix: add block data clean up for the udf input data block 2022-12-28 13:52:40 +08:00
shenglian zhou
a29dea91a5 fix: covert scalar param to data block 2022-12-28 13:32:42 +08:00
slzhou
ceea74ee7a enhance: remove assert 2022-12-27 09:58:22 +08:00
slzhou
3108e658e6 fix: expand scalar param column data to fill the udf datablock 2022-12-13 14:51:11 +08:00
shenglian zhou
bd99fc5ceb fix: expand scalar input number of rows with the max num of rows 2022-12-13 11:00:13 +08:00
shenglian zhou
9789adc439 fix: fix windows compilation error 2022-12-08 07:36:10 +08:00
shenglian zhou
cf3ec5ad40 fix: add default command line to start udfd when taosd is started directly from command line 2022-12-06 11:42:53 +08:00
Haojun Liao
6e81e8cc73 refactor: do some internal refactor. 2022-11-28 12:32:40 +08:00
Haojun Liao
464f108e48 fix(query): fix syntax errors. 2022-11-09 17:14:01 +08:00
dapan1121
4039e99d96
Merge pull request #17816 from taosdata/fix/TD-19686
fix: return err code when query fail
2022-11-03 10:45:54 +08:00
yihaoDeng
f8695563f0 fix TD-19686 2022-11-01 19:27:35 +08:00
slzhou
1c90e272c3 fix: uv_get_osenv set length only when no buf 2022-11-01 15:00:13 +08:00
slzhou
ad8bc4c687 fix: fix address sanitizer error 2022-11-01 14:55:04 +08:00
slzhou
4356fbc3c5 fix: error of setting ld_library_path 2022-11-01 08:58:52 +08:00
slzhou
aa2b54c57c enhance: add configuration for udfd LD_LIBRARY_PATH to taos.cfg 2022-10-31 16:45:39 +08:00
wade zhang
88c52d567b
Merge pull request #17548 from taosdata/szhou/fixbugs
fix: get next row from rb tree from last files when backward scaning
2022-10-21 15:04:42 +08:00
shenglian zhou
e8123178e3 fix: fix coverity scan issue 2022-10-21 10:20:21 +08:00
Shengliang Guan
67a3c69b5e
Merge pull request #17524 from taosdata/szhou/fixbugs
fix: add udf call and uv synchronization with uv_mutex
2022-10-21 09:07:21 +08:00