You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jorgecarleitao@jimexist@kszucs do you know if there is any particular reason why we are not building abi3 wheels? It's been working really well for deltalake's python binding, so I figured we might want to go with the same setup for datafusion as well.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
For every python binding release, we are building python wheels for specific python patch versions.
Describe the solution you'd like
Build a single abi3 wheel for each platform for better forward compatibility and reduce complexity.
Here is an example of what abi3 wheel looks like: https://pypi.org/project/deltalake/#files.
It can be configured like so https://github.com/delta-io/delta-rs/blob/3f87e76d0462621993095760e537dcf21999c348/python/Cargo.toml#L27.
The text was updated successfully, but these errors were encountered: