Dandandan opened a new issue, #5064: URL: https://github.com/apache/arrow-datafusion/issues/5064
**Describe the bug** In the When batch size equals the fetch size, datafusion doesn't drop the input. It will poll for another batch from the input rather than dropping immediately. **To Reproduce** **Expected behavior** It should drop the input directly instead of polling for a second. **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]
