-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-44256: [C++][FS][Azure] Fix edgecase where GetFileInfo incorrectly…
… returns NotFound on flat namespace and Azurite (#44302) ### 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 Issue: #44256 Authored-by: Thomas Newton <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information
1 parent
7817e3c
commit 3fb7777
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters