kylebarron commented on issue #7117: URL: https://github.com/apache/arrow-rs/issues/7117#issuecomment-2661631075
> I believe if you add a dependency on `reqwest` and enable the `hickory-dns` feature, it will default to using that. Ah, closer reading of the [reqwest docstring](https://docs.rs/reqwest/latest/reqwest/struct.ClientBuilder.html#method.hickory_dns) the second time proves you're correct: > If the `hickory-dns` feature is turned on, the default option is enabled. > Although I guess following [#7123](https://github.com/apache/arrow-rs/pull/7123) you will need to disable the random_address feature Ah good to know, esp because `random_access` is `True` by default. -- 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]
