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(duckdb): use the delta extension for reading deltalake data #10833

Merged
merged 2 commits into from
Feb 13, 2025

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Feb 13, 2025

Switch to use the DuckDB delta extension for reading deltalake data.

Closes #10829.

@cpcloud cpcloud added bug Incorrect behavior inside of ibis duckdb The DuckDB backend labels Feb 13, 2025
@cpcloud cpcloud changed the title delta scan fix(duckdb): use the delta extension for reading deltalake data Feb 13, 2025
@github-actions github-actions bot added tests Issues or PRs related to tests dependencies Issues or PRs related to dependencies labels Feb 13, 2025
Copy link
Contributor

ACTION NEEDED

Ibis follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message.

Please update your PR title and description to match the specification.

@cpcloud cpcloud merged commit beeaa29 into ibis-project:main Feb 13, 2025
32 checks passed
@cpcloud cpcloud deleted the delta-scan branch February 13, 2025 15:25
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 duckdb The DuckDB backend tests Issues or PRs related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: reading Delta Lake tables hits arrow_scan issue in 10.0.0
1 participant