Dandandan commented on code in PR #628: URL: https://github.com/apache/arrow-rs-object-store/pull/628#discussion_r2769134923
########## src/local.rs: ########## Review Comment: Yes this would allow it, but I think it probably needs to be controlled from somewhere else to avoid the overhead of creating a lot of threads, for example by allowing to reuse the `File` / `Arc<File>` from multiple threads and across `get_ranges` calls - that would also save a high number of open/close calls. -- 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]
