mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 20:58:11 +08:00
fix Misspelled words (#1841)
* modify UdfFuncServiceTest UT
* fix get tenantCode my NPE
* add ResourcesServiceTest
* add error log
* add BaseServiceTest BaseServiceTest UT
* update
* fix word spelling
* Revert "fix word spelling"
This reverts commit 19bde51350
.
* fix Misspelled words
This commit is contained in:
parent
60bb2deb2a
commit
aa91572def
@ -254,7 +254,7 @@ public class MasterExecThread implements Runnable {
|
||||
break;
|
||||
}
|
||||
|
||||
// current process instance sucess ,next execute
|
||||
// current process instance success ,next execute
|
||||
if(null == iterator){
|
||||
// loop by day
|
||||
scheduleDate = DateUtils.getSomeDay(scheduleDate, 1);
|
||||
@ -575,7 +575,7 @@ public class MasterExecThread implements Runnable {
|
||||
private DependResult isTaskDepsComplete(String taskName) {
|
||||
|
||||
Collection<String> startNodes = dag.getBeginNode();
|
||||
// ff the vertex returns true directly
|
||||
// if the vertex returns true directly
|
||||
if(startNodes.contains(taskName)){
|
||||
return DependResult.SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user