Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Closes #426.
Rationale for this change
As a user on a Linux aarch64 (ARM64) system, I have faced challenges when trying to install DataFusion from pip. Currently, the pre-built wheel is only available for x86_64 architecture on Linux, leaving ARM-based systems unsupported. To address this issue and enhance the usability of DataFusion in ARM environments, I propose the inclusion of a pre-built DataFusion wheel specifically for Linux aarch64.
What changes are included in this PR?
This PR includes the addition of a pre-built DataFusion wheel for Linux aarch64 (ARM64) architecture, making it easier for users to install DataFusion on ARM-based systems without the need to build it from source.
Are there any user-facing changes?
No, there are no user-facing changes in this PR. The introduction of the pre-built wheel is meant to simplify the installation process for Linux aarch64 users without affecting the overall user experience.