Blazer-007 commented on code in PR #4124:
URL: https://github.com/apache/gobblin/pull/4124#discussion_r2227358125
##########
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:
nit : let's name it `fileSystemProperties` only to keep it consistent
--
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]