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

Fix wheels build by removing duplicate wheels #623

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

PatrickJin-db
Copy link
Collaborator

@PatrickJin-db PatrickJin-db commented Dec 20, 2024

Previously, the ARM jobs for Linux and Windows were non-functional and created the same wheel as their x86 counterpart. When the final merge job runs, the existence of two identical wheel files caused the wheel in the merged zip file to potentially get corrupted. This PR fixes that issue by removing the ARM jobs for Linux and Windows.

To verify that the wheels are fixed, I re-ran the merge action 10 times, and none of the wheels in any of the runs were corrupted. In contrast, 6 out of 10 runs with the previous build workflow had at least one wheel that was corrupted. Corruption was determined by checking if the wheel files would unzip, since a wheel file is a ZIP archive under the hood.

@PatrickJin-db PatrickJin-db merged commit 94839f8 into delta-io:main Dec 20, 2024
11 checks passed
PatrickJin-db added a commit that referenced this pull request Dec 20, 2024
* add table changes with use_delta_format=True example (#619)

* Fix wheels build by removing duplicate wheels (#623)

* update delta-kernel-rust-sharing-wrapper to 0.2.1 and fix path in workflows (#625)

* update delta-kernel-rust-sharing-wrapper to 0.2.1

* fix names in build workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants