Will-Lo commented on code in PR #3912: URL: https://github.com/apache/gobblin/pull/3912#discussion_r1600615783
########## gobblin-temporal/src/main/java/org/apache/gobblin/temporal/ddm/work/DatasetStats.java: ########## @@ -22,13 +22,17 @@ import lombok.NonNull; import lombok.RequiredArgsConstructor; + +/** + * Stats for a dataset that was committed. Review Comment: Ah good point, I was thinking about some other partial commit semantic but it doesn't apply here, it would still be considered successfully committed in the context of these stats -- 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]
