atai-555 commented on issue #5979:
URL:
https://github.com/apache/dolphinscheduler/issues/5979#issuecomment-897321287
BTW, above question belong to version of latest, and then I saw this line in
the code ShellTask.java (L174):
if (CommandType.COMPLEMENT_DATA.getCode() ==
taskExecutionContext.getCmdTypeIfComplement()) {
date = DateUtils. Add (taskExecutionContext getScheduleTime (),
DAY_OF_MONTH, 1);
}
I don't know why add 1 day fro COMPLEMENT_DATA type, i think this will make
some questions. for example
https://github.com/apache/dolphinscheduler/issues/5639
--
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]