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


##########
docs/en/connector-v2/source/MySQL-CDC.md:
##########
@@ -184,6 +184,7 @@ When an initial consistent snapshot is made for large 
databases, your establishe
 | stop.specific-offset.file                      | String   | No       | -     
  | Stop from the specified binlog file name. **Note, This option is required 
when the `stop.mode` option used `specific`.**                                  
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                           |
 | stop.specific-offset.pos                       | Long     | No       | -     
  | Stop from the specified binlog file position. **Note, This option is 
required when the `stop.mode` option used `specific`.**                         
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                |
 | snapshot.split.size                            | Integer  | No       | 8096  
  | The split size (number of rows) of table snapshot, captured tables are 
split into multiple splits when read the snapshot of table.                     
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                              |
+| snapshot.split.column                          | Config   | No       | -     
  | The table name and split column (must be unique key) of table snapshot, 
captured tables are split into multiple splits when read the snapshot of table. 
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                             |

Review Comment:
   good



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