danielhumanmod opened a new issue, #1378: URL: https://github.com/apache/datafusion-ballista/issues/1378
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Epic #1359 highlights that non-idempotent DataFusion physical optimizer rules cause additional engineering overhead for Ballista, specifically when the optimizer is run multiple times. Addressing this directly in DataFusion is the preferred solution. This issue tracks the specific rules that require fixes. 1. Double `CooperativeExec`: Fixing in https://github.com/apache/datafusion/pull/19757 3. Double `CoalesceBatchesExec` -- 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]
