caishunfeng commented on code in PR #11204:
URL: https://github.com/apache/dolphinscheduler/pull/11204#discussion_r944067080


##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/utils/DependentExecute.java:
##########
@@ -186,15 +233,12 @@ private DependResult getDependTaskResult(long taskCode, 
ProcessInstance processI
      * @return ProcessInstance
      */
     private ProcessInstance findLastProcessInterval(Long definitionCode, 
DateInterval dateInterval) {
-
-        ProcessInstance runningProcess = 
processService.findLastRunningProcess(definitionCode,
-                dateInterval.getStartTime(), dateInterval.getEndTime());
+        ProcessInstance runningProcess = 
processService.findLastRunningProcess(definitionCode, 
dateInterval.getStartTime(), dateInterval.getEndTime());

Review Comment:
   related pr: https://github.com/apache/dolphinscheduler/pull/11424



-- 
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]

Reply via email to