Skip to content

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
@liurenjie1024
Copy link
Contributor

LGTM. cc @Xuanwo Would you take a look?

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on this!

@Xuanwo Xuanwo merged commit d149037 into apache:main Jun 9, 2025
17 checks passed
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.

3 participants