H-Plus-Time opened a new issue, #342: URL: https://github.com/apache/arrow-rs-object-store/issues/342
Now that all the cloud providers are supported on wasm32-unknown-unknown, the docs will need somewhat of an update. One minor problem I missed in the http connector implementation - if you enable *all* the cloud providers + http, the parse_url_opts match block ends up being non-exhaustive (i.e. you plug in a file path, it parses properly, but does not land in either the Local or error case). Oddly enough, this doesn't show up in `cargo clippy --all-features --all-targets` runs, it's *only* detectable if you explicitly specify the target. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org