Skip to content

fix(impala): make create_database follow the CanCreateDatabase API #11149

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

Merged
merged 1 commit into from
Apr 23, 2025

Conversation

NickCrews
Copy link
Contributor

@NickCrews NickCrews commented Apr 23, 2025

Followup to a bug I found in #11112.

In that PR, I added CanCreateDatabase as a superclass of Impala, and then tests started failing. So I'm trying to fix this here.

This is a breaking change by renaming the params of the funciton and making the kwarg-only

@NickCrews NickCrews added impala The Apache Impala backend breaking change Changes that introduce an API break at any level labels Apr 23, 2025
@NickCrews NickCrews force-pushed the impala-can-create-database branch from 43141e1 to cc932dd Compare April 23, 2025 15:13
@github-actions github-actions bot added the tests Issues or PRs related to tests label Apr 23, 2025
@NickCrews NickCrews force-pushed the impala-can-create-database branch from cc932dd to 5bfa090 Compare April 23, 2025 16:51
Copy link
Member

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for following up!

@cpcloud cpcloud merged commit 15ff868 into ibis-project:main Apr 23, 2025
111 of 113 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Changes that introduce an API break at any level impala The Apache Impala backend tests Issues or PRs related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants