-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scheduler crash when expanding with mapped task that returned none (
#23486) When task is expanded from a mapped task that returned no value, it crashes the scheduler. This PR fixes it by first checking if there's a return value from the mapped task, if no returned value, then error in the task itself instead of crashing the scheduler
- Loading branch information
1 parent
4485393
commit 7813f99
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters