gong commented on code in PR #7062: URL: https://github.com/apache/inlong/pull/7062#discussion_r1057176165
########## inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/metric/sub/SinkTableMetricData.java: ########## @@ -50,6 +50,11 @@ public class SinkTableMetricData extends SinkMetricData implements SinkSubMetric */ private final Map<String, SinkMetricData> subSinkMetricMap = Maps.newHashMap(); + /** + * The sub sink metric data container of dirty sink metric data + */ + private final Map<String, SinkTableMetricData> subSinkDirtyMap = Maps.newHashMap(); + Review Comment: not need add it, just use `subSinkMetricMap`. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org