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(datatypes): ensure that newer sqlglot BLOB type is not accessed if it does not exist #10993

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Mar 13, 2025

Add backwards compatibility when sqlglot is missing the BLOB type.

Closes #10994.

@cpcloud cpcloud added bug Incorrect behavior inside of ibis dependencies Issues or PRs related to dependencies labels Mar 13, 2025
@github-actions github-actions bot added the sql Backends that generate SQL label Mar 13, 2025
@cpcloud cpcloud force-pushed the sqlglot-backcompat branch 2 times, most recently from 8a29f3b to 0674fff Compare March 13, 2025 18:49
@cpcloud cpcloud force-pushed the sqlglot-backcompat branch from 0674fff to be41d50 Compare March 13, 2025 18:51
@cpcloud cpcloud enabled auto-merge (rebase) March 13, 2025 19:29
@cpcloud cpcloud disabled auto-merge March 13, 2025 19:29
@cpcloud cpcloud merged commit 6452a5e into ibis-project:main Mar 13, 2025
107 checks passed
@cpcloud cpcloud deleted the sqlglot-backcompat branch March 13, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior inside of ibis dependencies Issues or PRs related to dependencies sql Backends that generate SQL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: ibis 10.3.0 fails to load with sqlglot==26.3.9
1 participant