ruanwenjun commented on code in PR #1826: URL: https://github.com/apache/incubator-seatunnel/pull/1826#discussion_r867834368
########## docs/en/transform/udf.md: ########## @@ -0,0 +1,42 @@ +# udf + +## Description + +Supports using UDF in data integration by the transform. +Need to specify the function name and class name and put UDF jars in Flink's classpath or import them via 'Flink run -c xxx.jar' + +:::tip + +This transform **ONLY** supported by Flink. + +::: + +## Options + +| name | type | required | default value | +| -------------- | ----------- | -------- | ------------- | +| function | string | yes | - | + +### function [string] + +A config prefix, use like `udf.test="xxx.Test"`. Review Comment: ``` A config prefix, use like `function.test="xxx.Test"`. ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
