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(pandas, dask): fix drop_table handling of force keyword #9503

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

jcrist
Copy link
Member

@jcrist jcrist commented Jul 2, 2024

Noticed while reviewing some other code. force=True indicates that drop_table shouldn't error if the table doesn't exist, the previous implementation would error if the table did exist unless force=True was passed.

@gforsyth gforsyth merged commit 95048a4 into ibis-project:main Jul 2, 2024
76 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