-
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
GH-37381: [Python][CI][Packaging] Enable ORC for Pyarrow on Appveyor and Windows wheels #37382
Conversation
|
@github-actions crossbow submit wheel-windows* |
Revision: 433bf19 Submitted crossbow builds: ursacomputing/crossbow @ actions-f8e49ac3ec
|
@github-actions crossbow submit wheel-windows-cp310-amd64 |
Revision: 9c53912 Submitted crossbow builds: ursacomputing/crossbow @ actions-16139d3e7e
|
@github-actions crossbow submit wheel-windows-cp310-amd64 |
Revision: 3f0433a Submitted crossbow builds: ursacomputing/crossbow @ actions-44972c4679
|
@github-actions crossbow submit wheel-windows-cp310-amd64 |
Revision: 539d09d Submitted crossbow builds: ursacomputing/crossbow @ actions-1a3388f2a5
|
I am not sure why the wheel job is failing with (https://github.com/ursacomputing/crossbow/actions/runs/5997471725/job/16263918617#step:7:3778):
The line that seems to fail is
https://github.com/apache/arrow/blob/main/cpp/src/arrow/adapters/orc/adapter.cc#L492 @wgtmac any idea? |
This may be related. Could you please try |
@github-actions crossbow submit wheel-windows-cp310-amd64 |
Revision: 626dea5 Submitted crossbow builds: ursacomputing/crossbow @ actions-2464a7f3cf
|
@github-actions crossbow submit wheel-windows-cp310-amd64 |
Revision: 5ff8914 Submitted crossbow builds: ursacomputing/crossbow @ actions-d365f96774
|
@github-actions crossbow submit wheel-windows-* |
Revision: ce4fe1c Submitted crossbow builds: ursacomputing/crossbow @ actions-0bc3675cbd
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! (assuming the triggered builds will pass)
@jorisvandenbossche Do you have any idea on the backtrace: #36026 (comment) ? |
I am not sure why but the Appveyor tests are successful and I've double checked the orc tests are being executed: https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/47906815#L3544 |
Unfortunately those python stacktraces are mostly useless (it only indicates the the segfault happens when actually scanning the data (with |
Are the versions of protobuf used to build ORC and Arrow the same on Windows? |
…veyor and Windows wheels
@github-actions crossbow submit wheel-windows-* |
Revision: 6ccd89c Submitted crossbow builds: ursacomputing/crossbow @ actions-d2cce94439
|
@raulcd Do you want to revive this? |
Closing this in favor of: #40609 |
Rationale for this change
ORC on Windows wheels and CI should be enabled.
What changes are included in this PR?
Enabling it on CI + our Windows wheels
Are these changes tested?
On CI
Are there any user-facing changes?
Yes, currently Windows wheels do not have ORC enabled. They should in the future.
It is not a breaking change.