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

[C++] Skeleton for Azure Filesystem Implementation #35903

Closed
srilman opened this issue Jun 4, 2023 · 0 comments · Fixed by #35701
Closed

[C++] Skeleton for Azure Filesystem Implementation #35903

srilman opened this issue Jun 4, 2023 · 0 comments · Fixed by #35701

Comments

@srilman
Copy link
Contributor

srilman commented Jun 4, 2023

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++

@srilman srilman changed the title Skeleton for Azure Filesystem Implementation [C++] Skeleton for Azure Filesystem Implementation Jun 4, 2023
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]>
@pitrou pitrou added this to the 13.0.0 milestone Jul 12, 2023
@raulcd raulcd modified the milestones: 13.0.0, 14.0.0 Jul 13, 2023
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants