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

docs: update README code samples for newer versions #2202

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

jhoekx
Copy link
Contributor

@jhoekx jhoekx commented Feb 22, 2024

Rust deltalake version 0.17 no longer has .get_files().

Newer pandas versions raise a ValueError when comparing dataframes using ==.

Description

While updating our code to 0.17, I noticed that .get_files() was no longer present on DeltaTable. The README here and on crates.io still refers to it.

Rust `deltalake` version 0.17 no longer has `.get_files()`.

Newer pandas versions raise a ValueError when comparing dataframes using
`==`.
@rtyler rtyler enabled auto-merge (rebase) February 22, 2024 16:43
@rtyler rtyler disabled auto-merge February 25, 2024 14:56
@rtyler rtyler merged commit 7357098 into delta-io:main Feb 25, 2024
19 of 20 checks passed
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