pepijnve commented on issue #16353: URL: https://github.com/apache/datafusion/issues/16353#issuecomment-2964427447
Figured it out. File access is done via object store and object store uses `std::fs::File`, not `tokio::fs::File`. Even if it would, from browsing the code it doesn't look to me like Tokio's file stuff consumes budget. I tried reworking YieldStream to use the Tokio budget, but I don't see a way to. I rephrased the issue I opened at https://github.com/tokio-rs/tokio/issues/7403. -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org