You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-49169: [C++] Add ApplicationId to AzureFileSystem for SDK calls (#49301)
### Rationale for this change
After discussion in #49169, this PR will add a unique identifier to the AzureFileSystem implementation to distinguish calls from the base Azure C++ SDK.
### What changes are included in this PR?
This PR adds `azpartner-arrow/{verion}` as the ApplicationId used by AzureFileSystem.
### Are these changes tested?
The change has been manually validated. I'm happy to add a test for its persistence, but I wasn't sure what level you'd like to see in Arrow. This is effectively just plumbing a string to the SDK. The ApplicationId functionality is validated in the SDK test suite.
### Are there any user-facing changes?
This shouldn't be user facing. Only a user-agent update for the underlying SDK.
* GitHub Issue: #49169
Lead-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
Co-authored-by: Nate Prewitt <nateprewitt@microsoft.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
0 commit comments