You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "nenorbot (via GitHub)" <gi...@apache.org> on 2023/03/30 17:32:58 UTC

[GitHub] [arrow-datafusion] nenorbot opened a new issue, #5799: FileStream does not poll next file open future

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] thinkharderdev closed issue #5799: FileStream does not poll next file open future

Posted by "thinkharderdev (via GitHub)" <gi...@apache.org>.
thinkharderdev closed issue #5799: FileStream does not poll next file open future
URL: https://github.com/apache/arrow-datafusion/issues/5799


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org