Skip to content
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

GH-44256: [C++][FS][Azure] Fix edgecase where GetFileInfo incorrectly returns NotFound on flat namespace and Azurite #44302

Conversation

Tom-Newton
Copy link
Contributor

@Tom-Newton Tom-Newton commented Oct 4, 2024

Rationale for this change

Fix a bug where GetFileInfo incorrectly returns FileType::NotFound on flat namespace and Azurite.

What changes are included in this PR?

Fix by detecting the exact edgecase and doing an extra listing operation to disambiguate.

Are these changes tested?

Yes, updated automated test

Are there any user-facing changes?

Only a bug fix.

@github-actions github-actions bot added the awaiting review Awaiting review label Oct 4, 2024
Copy link

github-actions bot commented Oct 4, 2024

⚠️ GitHub issue #44256 has been automatically assigned in GitHub to PR creator.

@Tom-Newton Tom-Newton marked this pull request as ready for review October 4, 2024 15:21
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@kou kou merged commit 3fb7777 into apache:main Oct 4, 2024
42 of 43 checks passed
@kou kou removed the awaiting review Awaiting review label Oct 4, 2024
@github-actions github-actions bot added the awaiting merge Awaiting merge label Oct 4, 2024
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 3fb7777.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants