pepijnve opened a new pull request, #16995: URL: https://github.com/apache/datafusion/pull/16995
## Which issue does this PR close? - Closes #16994. ## Rationale for this change The initial implementation of `CooperativeExec#maintains_input_order` is not correct and is likely to return a `Vec` with the wrong size. ## What changes are included in this PR? Update the implementation of `maintains_input_order` to `vec![true; self.children().len()]` since `CooperativeExec` does not modify input order in any way. ## Are these changes tested? Still working on unit test(s) that demonstrate the problem. ## Are there any user-facing changes? No -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org