sandynz commented on code in PR #19875:
URL: https://github.com/apache/shardingsphere/pull/19875#discussion_r938688919
##########
shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-api/src/main/java/org/apache/shardingsphere/data/pipeline/api/job/progress/JobProgress.java:
##########
@@ -46,19 +41,17 @@ public final class JobProgress implements
PipelineJobProgress {
private boolean active;
- private Map<String, InventoryTaskProgress> inventoryTaskProgressMap;
+ private InventoryTaskProgress inventory;
- private Map<String, IncrementalTaskProgress> incrementalTaskProgressMap;
+ private IncrementalTaskProgress incremental;
Review Comment:
Yes, that's OK.
--
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]