Xuanwo commented on issue #522: URL: https://github.com/apache/iceberg-rust/issues/522#issuecomment-2269056564
Hi, OpenDAL handles those connection-related tasks (by reqwest). Currently, FileIO builds new operators every time: https://github.com/apache/iceberg-rust/blob/4083f8109b1059c6e3cb7df7ae50a2c8cdc8a613/crates/iceberg/src/io/storage.rs#L104-L119 I think we can improve this by using the same HTTP client instead. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org