thisisArjit commented on code in PR #4124: URL: https://github.com/apache/gobblin/pull/4124#discussion_r2227407588
########## gobblin-temporal/src/main/java/org/apache/gobblin/temporal/ddm/work/PriorJobStateWUProcessingSpec.java: ########## @@ -51,8 +52,8 @@ public class PriorJobStateWUProcessingSpec extends WUProcessingSpec { @NonNull private List<Tag<?>> tags = new ArrayList<>(); @NonNull private String metricsSuffix = GobblinTemporalConfigurationKeys.DEFAULT_GOBBLIN_TEMPORAL_JOB_METRICS_SUFFIX; - public PriorJobStateWUProcessingSpec(URI fileSystemUri, String workUnitsDir, EventSubmitterContext eventSubmitterContext) { - super(fileSystemUri, workUnitsDir, eventSubmitterContext); + public PriorJobStateWUProcessingSpec(URI fileSystemUri, String workUnitsDir, EventSubmitterContext eventSubmitterContext, Properties jobProps) { + super(fileSystemUri, workUnitsDir, eventSubmitterContext, jobProps); Review Comment: done -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org