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): detect deltalake version in show_versions #7622

Merged
merged 1 commit into from
Mar 18, 2023

Conversation

zundertj
Copy link
Collaborator

@zundertj zundertj commented Mar 18, 2023

I noticed that we did not pick up the version of the optional deltalake dependency, as per delta-io/delta#1339.

Solved this using importlib.metadata. This standard library function is not availble for Python 3.7, but I dont think it is worth adding the backport for that given Python 3.7 support may soon be dropped and there is no significant loss in functionality to end users.

I noticed that we did not pick up the version of the optional deltalake dependency, as per delta-io/delta#1339.

Solved this using importlib.metadata. This standard library function is not availble for Python 3.7, but I dont think it is worth adding the backport for that given support may soon be lost and there is no significant loss in functionality to end users.
@ritchie46 ritchie46 changed the title Detect deltalake version in show_versions fix(python): detect deltalake version in show_versions Mar 18, 2023
@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Mar 18, 2023
@ritchie46 ritchie46 merged commit 38ab4e7 into pola-rs:master Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants