alamb opened a new issue, #19591: URL: https://github.com/apache/datafusion/issues/19591
### Is your feature request related to a problem or challenge? - Part of https://github.com/apache/datafusion/issues/18779 After `BatchCoalescer` has been integrated into `AsyncFuncExec` by @feniljain in - https://github.com/apache/datafusion/pull/19342 There is nothing remaining in the `CoalesceBatches` rule https://github.com/apache/datafusion/blob/fd263216c9869f20c37d424f28789ec5069ccb78/datafusion/physical-optimizer/src/coalesce_batches.rs#L58-L75 ### Describe the solution you'd like We should now remove the `CoalesceBatches` optimizer rule and mark the `CoalesceBatches` execution operator as deprecated (per https://datafusion.apache.org/contributor-guide/api-health.html#deprecation-guidelines) -- and refer people to the `BatchCoalescer` ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
