在使用stream load时,配置了自定义函数进行数据转换,报错dose not support non-builtin functions , or function dose not exist:java_udf_add_one,但是这个函数我用于查询时是ok的,说明这个函数是注册成功了的,为啥在导入时识别不了自定义函数呢,Doris版本是2.1.2
在使用stream load时,配置了自定义函数进行数据转换,报错dose not support non-builtin functions , or function dose not exist:java_udf_add_one,但是这个函数我用于查询时是ok的,说明这个函数是注册成功了的,为啥在导入时识别不了自定义函数呢,Doris版本是2.1.2
curl -v --location-trusted -u root: -H 'Cache-Control: no-cache, no-store' -H "format:csv_with_names" -H "columns:ID,TEMP1,DESCRB = to_base64(aes_encrypt(TEMP1,'000000'))" -H "column_separator:," -T /home/MY_202407161704.csv http://xxx.xxx.xxx.xxx:8030/api/DB/M_TEST/_stream_load
在做批量导入的时候,如果需要对某个字段进行脱敏,可以使用内置函数进行转换