-
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++] Skeleton for Azure Filesystem Implementation #35903
Comments
pitrou
pushed a commit
that referenced
this issue
Jul 12, 2023
…tion (#35701) ### What changes are included in this PR? This PR splits out the overall skeleton of #12914 in order to make merging of the overall Azure Filesystem easier to do. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #35903 Authored-by: Srinivas Lade <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
chelseajonesr
pushed a commit
to chelseajonesr/arrow
that referenced
this issue
Jul 20, 2023
…ementation (apache#35701) ### What changes are included in this PR? This PR splits out the overall skeleton of apache#12914 in order to make merging of the overall Azure Filesystem easier to do. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#35903 Authored-by: Srinivas Lade <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
R-JunmingChen
pushed a commit
to R-JunmingChen/arrow
that referenced
this issue
Aug 20, 2023
…ementation (apache#35701) ### What changes are included in this PR? This PR splits out the overall skeleton of apache#12914 in order to make merging of the overall Azure Filesystem easier to do. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#35903 Authored-by: Srinivas Lade <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
Implement a skeleton for an Azure Filesystem. All functions would return Status::NotImplemented(). This will keep the future changes smaller, and allow to verify all CI builds are working in a smaller PR.
Related issues:
Other links:
This issue is similar to how GCSFileSystem was implemented, by having an initial issue for the skeleton: #29804
Component(s)
C++
The text was updated successfully, but these errors were encountered: