m-mueller678 opened a new issue, #18220: URL: https://github.com/apache/datafusion/issues/18220
Currently, [datafusion::execution::runtime_env::RuntimeEnv::object_store](https://docs.rs/datafusion/latest/datafusion/execution/runtime_env/struct.RuntimeEnv.html#method.object_store) takes an `impl AsRef<Url>`. Neither `Url` nor `&Url` implement this trait, so I am confused as to how I am supposed to use this. I ended up passing a `Box<Url>`, but I doubt that is the intended way to go. I think it should take a `&Url` instead. If `AsRef<Url>` is actually the intended type, then an example of how to use this would be nice. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
