Dandandan opened a new issue #1405: URL: https://github.com/apache/arrow-datafusion/issues/1405
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In https://github.com/apache/arrow-datafusion/issues/1404 an example is shown where we have batches with 0 values. This seems easy to avoid. **Describe the solution you'd like** In `RepartitionExec` we can have an early check on empty batches and not issue them. **Describe alternatives you've considered** Keep it as is. **Additional context** -- 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]
