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

   Part of #19421.
   
   Purpose:
   - Extract dividual inventory progress classes, then they could be reused in 
other types of jobs.
   
   1, Extract YamlJobProgress.YamlInventory as dividual class, with name 
`YamlInventoryTaskProgress`
   
   2, In JobProgress:
   ```
       private Map<String, InventoryTaskProgress> inventoryTaskProgressMap;
   ```
   We could refactor InventoryTaskProgress structure, JobProgress just 
reference `private InventoryTaskProgress inventory;`
   
   3, Add InventoryTaskProgressSwapper
   


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