-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[C++] Implement GetFileInfo
selector for Azure filesystem
#38597
Comments
Tom-Newton
changed the title
[C++] Implement
[C++] Implement Nov 6, 2023
GefFileInfo
selector for Azure filesystemGetFileInfo
selector for Azure filesystem
@kou are you working on this? Can I claim this task? |
@felipecrv No. Go ahead! |
felipecrv
added a commit
that referenced
this issue
Dec 8, 2023
…39009) ### Rationale for this change Part of Azure FS implementation. ### What changes are included in this PR? The version of `GetFileInfo` that takes a prefix and can optionally recurse into directories. ### Are these changes tested? By unit tests present in this PR. Separate from this PR, I'm thinking of way to fuzz-test the FS API. * Closes: #38597
mapleFU
pushed a commit
to mapleFU/arrow
that referenced
this issue
Dec 13, 2023
…ystem (apache#39009) ### Rationale for this change Part of Azure FS implementation. ### What changes are included in this PR? The version of `GetFileInfo` that takes a prefix and can optionally recurse into directories. ### Are these changes tested? By unit tests present in this PR. Separate from this PR, I'm thinking of way to fuzz-test the FS API. * Closes: apache#38597
clayburn
pushed a commit
to clayburn/arrow
that referenced
this issue
Jan 23, 2024
…ystem (apache#39009) ### Rationale for this change Part of Azure FS implementation. ### What changes are included in this PR? The version of `GetFileInfo` that takes a prefix and can optionally recurse into directories. ### Are these changes tested? By unit tests present in this PR. Separate from this PR, I'm thinking of way to fuzz-test the FS API. * Closes: apache#38597
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…ystem (apache#39009) ### Rationale for this change Part of Azure FS implementation. ### What changes are included in this PR? The version of `GetFileInfo` that takes a prefix and can optionally recurse into directories. ### Are these changes tested? By unit tests present in this PR. Separate from this PR, I'm thinking of way to fuzz-test the FS API. * Closes: apache#38597
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
Implement
AzureFileSystem::GetFileInfo(const FileSelector& select)
.This should follow slightly different code paths for flat vs hierarchical namespace to take advantage of the performance benefits hierarchical namespace can provide on listing operations.
#38505 implements the first part of the filesystem that depends on hierarchical namespace so that should lay the ground work.
Related Issues:
Component(s)
C++
The text was updated successfully, but these errors were encountered: