zhilinli123 commented on code in PR #5453:
URL: https://github.com/apache/seatunnel/pull/5453#discussion_r1361428963


##########
docs/en/connector-v2/sink/common-options.md:
##########
@@ -2,24 +2,16 @@
 
 > Common parameters of sink connectors
 
-|       name        |  type  | required | default value |
-|-------------------|--------|----------|---------------|
-| source_table_name | string | no       | -             |
-| parallelism       | int    | no       | -             |
+|       Name        |  Type  | Required | Default |                            
                                                                                
                         Description                                            
                                                                                
          |
+|-------------------|--------|----------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| source_table_name | String | No       | -       | When `source_table_name` 
is not specified, the current plug-in processes the data set `dataset` output 
by the previous plugin in the configuration file <br/> When `source_table_name` 
is specified, the current plug-in is processing the data set corresponding to 
this parameter. |
+| parallelism       | Int    | No       | -       | When `parallelism` is not 
specified, the `parallelism` in env is used by default. <br/>When parallelism 
is specified, it will override the parallelism in env.                          
                                                                                
             |

Review Comment:
   Done



-- 
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]

Reply via email to