hailin0 commented on code in PR #5581:
URL: https://github.com/apache/seatunnel/pull/5581#discussion_r1366676488


##########
docs/en/connector-v2/source/Jdbc.md:
##########
@@ -25,25 +25,33 @@ supports query SQL and can achieve projection effect.
 
 - [x] [parallelism](../../concept/connector-v2-features.md)
 - [x] [support user-defined split](../../concept/connector-v2-features.md)
+- [x] [support multiple table reading](../../concept/connector-v2-features.md)
 
 ## Options
 
-|             name             |  type  | required |  default value  |
-|------------------------------|--------|----------|-----------------|
-| url                          | String | Yes      | -               |
-| driver                       | String | Yes      | -               |
-| user                         | String | No       | -               |
-| password                     | String | No       | -               |
-| query                        | String | Yes      | -               |
-| compatible_mode              | String | No       | -               |
-| connection_check_timeout_sec | Int    | No       | 30              |
-| partition_column             | String | No       | -               |
-| partition_upper_bound        | Long   | No       | -               |
-| partition_lower_bound        | Long   | No       | -               |
-| partition_num                | Int    | No       | job parallelism |
-| fetch_size                   | Int    | No       | 0               |
-| properties                   | Map    | No       | -               |
-| common-options               |        | No       | -               |
+|                    name                    |  type  | required |  default 
value  |
+|--------------------------------------------|--------|----------|-----------------|
+| url                                        | String | Yes      | -           
    |
+| driver                                     | String | Yes      | -           
    |
+| user                                       | String | No       | -           
    |
+| password                                   | String | No       | -           
    |
+| query                                      | String | No       | -           
    |
+| compatible_mode                            | String | No       | -           
    |
+| connection_check_timeout_sec               | Int    | No       | 30          
    |
+| partition_column                           | String | No       | -           
    |
+| partition_upper_bound                      | Long   | No       | -           
    |
+| partition_lower_bound                      | Long   | No       | -           
    |
+| partition_num                              | Int    | No       | job 
parallelism |
+| fetch_size                                 | Int    | No       | 0           
    |
+| properties                                 | Map    | No       | -           
    |
+| table_path                                 | String | No       | -           
    |
+| table_list                                 | Array  | No       | -           
    |
+| split.size                                 | Int    | No       | 8096        
    |
+| split.even-distribution.factor.lower-bound | Double | No       | 0.05        
    |
+| split.even-distribution.factor.upper-bound | Double | No       | 100         
    |
+| split.sample-sharding.threshold            | Int    | No       | 1000        
    |
+| split.inverse-sampling.rate                | Int    | No       | 1000        
    |
+| common-options                             |        | No       | -           
    |

Review Comment:
   This feature is tied to multiple tables, and I can create issues linked to 
this pr



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