CarlKCarlK commented on issue #5310: URL: https://github.com/apache/arrow-rs/issues/5310#issuecomment-1899460156
Thanks for looking at this. I'm wondering if it works with Http? Here is the code--I think all options are ignored in the Http case https://docs.rs/object_store/latest/src/object_store/parse.rs.html#136-180 ``` #[cfg(feature = "http")] ObjectStoreScheme::Http => { let url = &url[..url::Position::BeforePath]; Box::new(crate::http::HttpBuilder::new().with_url(url).build()?) as _ } ``` (I also tried it with Http and it didn't seem to work.) -- 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]
