abhishekmjain commented on code in PR #4151:
URL: https://github.com/apache/gobblin/pull/4151#discussion_r2485235173
##########
gobblin-temporal/src/main/java/org/apache/gobblin/temporal/ddm/work/CommitStats.java:
##########
@@ -41,11 +41,12 @@
@NoArgsConstructor // IMPORTANT: for jackson (de)serialization
@RequiredArgsConstructor
public class CommitStats {
- @NonNull private Map<String, DatasetStats> datasetStats;
@NonNull private int numCommittedWorkUnits;
+ @NonNull private long recordsWritten;
+ @NonNull private long bytesWritten;
@NonNull private Optional<FailedDatasetUrnsException> optFailure;
Review Comment:
`dataQualityCheckStatus` is at dataset urn level, there is no much
significance at job level.
--
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]