Skip to content

bug(storage-azdls): Fix inferred WASB endpoint #1417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

DerGut
Copy link
Contributor

@DerGut DerGut commented Jun 6, 2025

Which issue does this PR close?

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.

DerGut and others added 3 commits June 5, 2025 18:40
Signed-off-by: Jannik Steinmann <[email protected]>
@DerGut DerGut marked this pull request as ready for review June 6, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant