Skip to content

Commit

Permalink
[Docs] update Dynamic-compile document
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Sep 24, 2024
1 parent 257709c commit eab4321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/transform-v2/dynamic-compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The absolute path of Java or Groovy files on the server

The source code.

### Detail about the Source Code
#### Details about the source code

In the source code, you must implement two method:
- `Column[] getInlineOutputColumns(CatalogTable inputCatalogTable)`
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/transform-v2/dynamic-compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SOURCE_CODE,ABSOLUTE_PATH
### source_code [string]
源代码

### 关于源代码
#### 关于源代码
在代码中,你必须实现两个方法
- `Column[] getInlineOutputColumns(CatalogTable inputCatalogTable)`
- `Object[] getInlineOutputFieldValues(SeaTunnelRowAccessor inputRow)`
Expand Down

0 comments on commit eab4321

Please sign in to comment.