sandynz opened a new issue, #19440:
URL: https://github.com/apache/shardingsphere/issues/19440

   Part of  #19421.
   
   Purpose:
   - Decouple it for DataSourcePreparer common usage
   
   ### Current code snippets
   
   TaskConfiguration contains dedicated jobConfig:
   ```
   public final class TaskConfiguration {
       
       private final RuleAlteredJobConfiguration jobConfig;
   ```
   
   TaskConfiguration is part of PrepareTargetSchemasParameter and 
PrepareTargetTablesParameter:
   ```
   public final class PrepareTargetTablesParameter {
       
       private final TaskConfiguration taskConfig;
   ```
   
   ```
   public final class PrepareTargetSchemasParameter {
       
       private final TaskConfiguration taskConfig;
   ```
   
   `taskConfig` is referenced in `AbstractDataSourcePreparer` etc.
   
   ### Possible changes
   
   Remove TaskConfiguration reference from PrepareTargetSchemasParameter and 
PrepareTargetTablesParameter.
   Add needed fields in Parameter classes.
   
   
   


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