nenorbot opened a new issue, #5799: URL: https://github.com/apache/arrow-datafusion/issues/5799
### Describe the bug `FileStream` was changed recently in #5161 to pipeline the next file opening IO with decoding of the current file. While `FileOpener::open` is called for the next file, the future it returns is never actually polled during decoding, therefore not driving it forward and not doing any actual work. ### To Reproduce _No response_ ### Expected behavior Decoding current file & opening next file should be pipelined ### 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]
