Hisoka-X commented on code in PR #7170:
URL: https://github.com/apache/seatunnel/pull/7170#discussion_r1675776139


##########
docs/en/transform-v2/dynamic-compile.md:
##########
@@ -0,0 +1,87 @@
+# DynamicCompile
+
+> DynamicCompile transform plugin
+
+## Description
+
+## Options
+
+|       name       |  type  | required | default value |
+|------------------|--------|----------|---------------|
+| source_code      | string | yes      |               |
+| compile_language | string | yes      |               |
+
+### source_code [string]
+
+The code must implement two methods: getInlineOutputColumns and 
getInlineOutputFieldValues. getInlineOutputColumns determines the columns you 
want to add or convert, and the original column structure can be obtained from 
CatalogTable
+GetInlineOutputFieldValues determines your column values. You can fulfill any 
of your requirements, and even complete RPC requests to obtain new values based 
on the original columns
+If there are third-party dependency packages, please place them in lib

Review Comment:
   ```suggestion
   If there are third-party dependency packages, please place them in 
${SEATUNNEL_HOME}/lib, if you use spark or flink, you need to put it under the 
libs of the corresponding service.
   ```



-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to