tustvold commented on code in PR #441: URL: https://github.com/apache/arrow-rs-object-store/pull/441#discussion_r2218473774
########## 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: What's the motivation for using a type alias Vs re-exporting the http type? -- 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