Describe the bug
CooperativeExec implements maintains_input_order by delegating to its input. As a consequence it may return a Vec with a length that is smaller or larger than the number of children of CooperativeExec which is always exactly 1.
To Reproduce
No response
Expected behavior
No response
Additional context
No response