ByteBaker commented on code in PR #441: URL: https://github.com/apache/arrow-rs-object-store/pull/441#discussion_r2220169250
########## src/lib.rs: ########## @@ -567,6 +567,16 @@ pub use payload::*; pub use upload::*; pub use util::{coalesce_ranges, collect_bytes, GetRange, OBJECT_STORE_COALESCE_DEFAULT}; +/// Type alias for HTTP extensions used in object store operations Review Comment: To be honest I didn't think of it much. At the moment it felt cleaner rather than to use `::http::Extensions` everywhere. But I guess I could put it next to the other two imports and it won't change a thing. -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org