[ 
https://issues.apache.org/jira/browse/GOBBLIN-2136?focusedWorklogId=932554&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-932554
 ]

ASF GitHub Bot logged work on GOBBLIN-2136:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Aug/24 03:08
            Start Date: 30/Aug/24 03:08
    Worklog Time Spent: 10m 
      Work Description: arjun4084346 commented on code in PR #4031:
URL: https://github.com/apache/gobblin/pull/4031#discussion_r1737766882


##########
gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/DagTestUtils.java:
##########
@@ -81,7 +83,7 @@ public static Dag<JobExecutionPlan> buildDag(String id, Long 
flowExecutionId) th
           addPrimitive(ConfigurationKeys.FLOW_EXECUTION_ID_KEY, 
flowExecutionId).
           addPrimitive(ConfigurationKeys.JOB_NAME_KEY, "job" + suffix).build();
       if (i > 0) {
-        jobConfig = jobConfig.withValue(ConfigurationKeys.JOB_DEPENDENCIES, 
ConfigValueFactory.fromAnyRef("job" + (i - 1)));
+        jobConfig = jobConfig.withValue(ConfigurationKeys.JOB_DEPENDENCIES, 
ConfigValueFactory.fromAnyRef("job0"));

Review Comment:
   yes changed to `if (i == 1)`





Issue Time Tracking
-------------------

    Worklog Id:     (was: 932554)
    Time Spent: 2h 40m  (was: 2.5h)

> remove obsolete code related to DagManager
> ------------------------------------------
>
>                 Key: GOBBLIN-2136
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-2136
>             Project: Apache Gobblin
>          Issue Type: Task
>            Reporter: Arjun Singh Bora
>            Priority: Major
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to