akurmustafa commented on issue #18202: URL: https://github.com/apache/datafusion/issues/18202#issuecomment-3454558956
No, the reason I ask is. `OutputRequirementExec` shouldn't be in the final `PhysicalPlan` but it can be in intermediate `PhysicalPlan`s in between different rules. I wanted to confirm whether this is the case or not. Also, to really pinpoint the real issue, we need to see final `PhysicalPlan` after all optimization rules. Before seeing that we cannot understand the root issue. If you can share final plans (when `EnforceDistribution` rule is open and not), we can understand the problem better: such whether there is a bug or which operator block the data flow etc. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
