imay commented on a change in pull request #1985: Support prepare/close step in 
UDF process
URL: https://github.com/apache/incubator-doris/pull/1985#discussion_r334853062
 
 

 ##########
 File path: docs/documentation/en/sql-reference/sql-statements/Data 
Definition/create-function_EN.md
 ##########
 @@ -49,23 +53,33 @@ If the `function_name'contains the database name, the 
custom function will be cr
 
 1. Create a custom scalar function
 
-```
-CREATE FUNCTION my_add(INT, INT) RETURNS INT PROPERTIES (
-"Symbol"=""\\\\\\\\ zn9doris\\\ udf6addudfepns\\ FunctionContexterkns\\ 
INTVales 4\,
-"object file" ="http://host:port /libmyadd.so"
-);
-```
+       ```
+       CREATE FUNCTION my_add(INT, INT) RETURNS INT PROPERTIES (
+       "Symbol"=""\\\\\\\\ zn9doris\\\ udf6addudfepns\\ FunctionContexterkns\\ 
INTVales 4\,
 
 Review comment:
   fix this

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to