roeap opened a new pull request, #3436: URL: https://github.com/apache/arrow-rs/pull/3436
# Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> Closes https://github.com/apache/arrow-rs/issues/3419. # Rationale for this change See discussion in #3429 # What changes are included in this PR? This is just a quick draft based on some previous work in other crates, to get some feedback on the API. As an example I implemented a proposal for the azure builder, since one issue is most prominent with azure. Specifically, for azure there are many different commonly used keys vor configuration options and environment variables. Thus the implementation includes some handling for aliases. While I do see the need for this to be handled, I am unsure if this shuld be the responsibility of this crate. Any feedback is great appreciated - @tustvold @crepererum @winding-lines # Are there any user-facing changes? yes, a new way to provide configuration to object sore builders. -- 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]
