-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[arrow] Update Arrow to 9.0.0 #26187
Conversation
would it be possible to verify your update fixes this issue? As far as I can tell if one wants to use parquet, vcpkg doesn't work |
@diehard2 I'll check :) |
I successfully ran |
c0a67d9
to
8f6ffb5
Compare
8f6ffb5
to
a259bbf
Compare
a259bbf
to
790b0f8
Compare
Feature [csv,dataset,example,filesystem,flight,json,orc,parquet,s3] tested successfully in the following triplet:
Feature 'cuda' tested failed :
@assignUser, can you take a look? |
@JonLiu1993 Yes I am looking into it. I think the patch for this isn't to bad but I'll open a PR in apache/arrow and link it here. |
Feature [csv,dataset,example,filesystem,flight,json,orc,parquet,s3,cuda] tested successfully in the following triplet:
|
Thanks! |
Arrow 9.0.0 was just released this PR:
updates the port
removes upstreamed patches
fixes [arrow] Linker errors with arrow[parquet] #22552 (Thanks to @kou for the patch)
Adds GCS support as a featureWill open separate PRWhich triplets are supported/not supported? Have you updated the CI baseline?
no changes
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/