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: python version locking #9

Merged
merged 2 commits into from
Sep 6, 2024
Merged

fix: python version locking #9

merged 2 commits into from
Sep 6, 2024

Conversation

kkiani
Copy link
Contributor

@kkiani kkiani commented Sep 5, 2024

Description

Currently, Sparkle locked requireed-python version to exact 3.10.14 which causes issues when in a project the python version is higher. This PR suggest a minimum version for both pyspark and python instead of locking to specific version.

@shahinism
Copy link
Collaborator

The current version is set to the current AWS Glue release (v4). Allowing to install higher versions, will cause confusion for final users.

@kkiani
Copy link
Contributor Author

kkiani commented Sep 5, 2024

@shahinism I see your point, but Glue is the host. Sparkle supposed to ran on any spark platform including azure synapse as well. Maybe we can move the constraints to Damavand implementation for AWS?

@kkiani kkiani merged commit 04fec82 into main Sep 6, 2024
2 checks passed
@kkiani kkiani deleted the bugfix/python-version-locked branch September 6, 2024 07:55
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