reele opened a new pull request, #15289: URL: https://github.com/apache/dolphinscheduler/pull/15289
<!--Thanks very much for contributing to Apache DolphinScheduler, we are happy that you want to help us improve DolphinScheduler! --> ## Purpose of the pull request <!--(For example: This pull request adds checkstyle plugin).--> This pull request fix #15129 ## Brief change log Unify the date matching logic for dependent task: Uniformly search for `processInstance` through the `scheduleTime`. Through the `processInstance`, search for `taskInstance`. The 'endTime' of the `taskInstance` is only used to sort and find the maximum value. Note: **This may cause historical cost logic conflicts with existing users.** @SbloodyS ## Verify this pull request <!--*(Please pick either of the following options)*--> This pull request is already covered by existing tests, such as *(please describe tests)*. -- 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]
