felipecrv opened a new pull request, #39293:
URL: https://github.com/apache/arrow/pull/39293
### Rationale for this change
It's good to avoid mentioning the specific test environment in the
implementation code.
### What changes are included in this PR?
- Removal of the enum
- Removal of the `AzureOptions::backend` class member
- Addition of more options to `AzureOptions`
- Removal of some private string members of `AzureOptions` -- the URLs are
built on-the-fly when the clients are instantiated now
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Changes to the public interface (`azurefs.h`) that won't affect users
because the `AzureFS` implementation is not used yet.
--
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]