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
## Which issue does this PR close?
- Relates to #1360.
I tested again fileIO operations with the `wasbs://` scheme, and the
current implementation mistakenly used the `blob` endpoint which is
lacking the ADLS APIs.
## What changes are included in this PR?
The code now always uses the `dfs` endpoint, regardless of whether a
user passes `wasb[s]://` or `abfs[s]://`. Because the
`AzureStoragePath::storage_service` field isn't read, I've removed it.
## Are these changes tested?
Yes, I added a new unit test for the `AzureStoragePath::endpoint`
method.
---------
Signed-off-by: DerGut <jannik.steinmann@gmx.de>
Signed-off-by: Jannik Steinmann <jannik.steinmann@datadoghq.com>
0 commit comments