milenkovicm opened a new issue, #1346: URL: https://github.com/apache/datafusion-ballista/issues/1346
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** This is just a tracking task at this point. If/when @Dandandan merges https://github.com/apache/datafusion/pull/18972 I believe we would need to add `CoalesceBatches` explicitly after `ShuffleRead`. **Describe the solution you'd like** A physical rule which would add `CoalesceBatches` **Describe alternatives you've considered** We make `CoalesceBatches` part of ShuffleRead which would do similar thing like https://github.com/apache/datafusion/pull/18972 **Additional context** Add any other context or screenshots about the feature request here. -- 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]
