-
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++][Packaging] Enable Azure Filesystem in official packages #44347
Comments
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 9, 2024
Oh, I forgot to enable it. |
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 9, 2024
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 9, 2024
@kou I've seen you've pushed for this yesterday. I am going to do the feature freeze today but let me know if you close it. I am happy to add it once merged as it seems pretty isolated and I don't think it'll cause other issues. |
Thanks! I can complete this today. |
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 9, 2024
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 10, 2024
kou
added a commit
that referenced
this issue
Oct 10, 2024
### Rationale for this change Other file systems such as GCS file system and S3 file system are enabled. ### What changes are included in this PR? Enabled Azure file system. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #44347 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Issue resolved by pull request 44348 |
Done! |
raulcd
pushed a commit
that referenced
this issue
Oct 10, 2024
### Rationale for this change Other file systems such as GCS file system and S3 file system are enabled. ### What changes are included in this PR? Enabled Azure file system. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #44347 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
The pre-built binary packages that can be downloaded from artifactory via
apt
/dnf
/yum
do not include support for Azure.I hereby request to enable Azure support similar to S3 and GCS.
Component(s)
C++
The text was updated successfully, but these errors were encountered: