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

feat(duckdb): use delta_scan instead of reading pyarrow datasets #9566

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Jul 13, 2024

Redo of #9361.

Closes #9547.

@cpcloud cpcloud added this to the 9.2 milestone Jul 13, 2024
@cpcloud cpcloud added the duckdb The DuckDB backend label Jul 13, 2024
@cpcloud cpcloud changed the title delta duck feat(duckdb): use delta_scan instead of reading pyarrow datasets Jul 13, 2024
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 added the feature Features or general enhancements label Jul 13, 2024
Copy link
Contributor

@ncclementi ncclementi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for getting this one done.

@cpcloud cpcloud merged commit 0ff595e into ibis-project:main Jul 13, 2024
79 checks passed
@cpcloud cpcloud deleted the delta-duck branch July 13, 2024 18:52
cpcloud added a commit to cpcloud/ibis that referenced this pull request Aug 5, 2024
cpcloud added a commit to cpcloud/ibis that referenced this pull request Aug 5, 2024
cpcloud added a commit that referenced this pull request Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duckdb The DuckDB backend feature Features or general enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: implement read_delta with the native duckdb extension
2 participants