658b86c976
ci.yml / docs(spec): document DEPENDENCY_ORDERED subplan execution mode (push) Failing after 0s
Add the DEPENDENCY_ORDERED execution mode to the Child Plan Execution Modes section. This mode performs topological sorting of subplan dependencies and executes independent subplans concurrently in waves. Also adds the dependency-ordered row to the failure handling table. Closes #4034