tustvold commented on issue #6469: URL: https://github.com/apache/arrow-rs/issues/6469#issuecomment-2379323741
> I def lack the context on what we need native roots maybe that's something we could change There is some further context on this specific issue - https://github.com/apache/arrow-rs/issues/4870 TLDR you can opt-in to using webpki roots, or native-tls depending on your preferences. > our code makes a bit hard to do DI style constructions I'd strongly encourage you to try, polars started reporting very peculiar issues a while back (https://github.com/pola-rs/polars/issues/14384) that was ended up being related to it spinning up hundreds of separate clients. In the end they used a global cache for this and the issues went away - https://github.com/pola-rs/polars/pull/14598 -- 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]
